I'm trying to interface a camera module v1.3 with my Raspberry Pi Zero (Running the latest Raspbian OS). However I get the following error when I run
Code: Select all
sudo raspistill -o img1.jpgCode: Select all
mmal: Cannot read cameara info, keeping the defaults for OV5647
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
mmal: Camera is not detected. Please check carefully the camera module is installed correctly
Code: Select all
vcgencmd get_cameraUpon researching why this problem occured I found that some people had success after wipiing their memory card and trying a fresh install of Raspbian. I followed this method but still had no success in getting the camera module to work. However the camera does work with my RPi 3. This led me to think it was a problem with the cable, but I've tested the continuity at each end with a multimiter and all was good. I have uploaded some pictures of the camera cables and the connectors in case it might be useful.
What could be the reason behind the Pi Zero not being able to access the camera module?