Code: Select all
>raspistill -o image.jpg
mmal: mmal_vc_component_create: failed to create component 'vc.ril.camera' (1:ENOMEM)
mmal: mmal_component_create_core: could not create component 'vc.ril.camera' (1)
mmal: Failed to create camera component
mmal: main: Failed to create camera component
Is it possible to enable the Camera module, and still access the second i2c bus on port5?
2.)
Am I better off bit-banging an emulated Master in software if I currently have a low speed device on bus-0 and 400000 baud capable devices on bus-1 ?
i.e. is there a way to have two different bus bauds defined for the modules...

Cheers,