Is there a way to tell whether the camera module is present without actually trying to record a video or take a photo?
I thought maybe i2cdetect would show it up since the camera uses the i2c, but it doesn't show anything on the bus
Is there a way to tell whether the camera module is present without actually trying to record a video or take a photo?
I thought maybe i2cdetect would show it up since the camera uses the i2c, but it doesn't show anything on the bus
The camera module is connected to a different i2c bus than is exposed on the GPIO headers, so maybe if you try different values for the i2c bus when you run i2cdetect this will show up the module.
raspi-config? – syb0rg Sep 06 '13 at 02:34