I just purchased a raspberry pi 3 b+ board and a camera module from robotshop.
Here is the camera module: https://www.robotshop.com/en/arducam-8mp-sony-imx219-camera-module-cs-lens-2718-raspberry-pi.html?gclid=EAIaIQobChMIpISY9O3_4AIVCh1pCh3CbQdJEAQYASABEgLUcfD_BwE
I downloaded raspbian lite onto a micro sd card.
I connect via ssh
when I run: vcgencmd get_camera
I get: supported=1 detected=1
when I run: raspistill -v -o test.jpg
the red led on the camera module lights up and I get the following output:
“raspistill” Camera App (commit 7cbfbd38d982 Tainted)
Camera Name imx219
Width 3280, Height 2464, filename test.jpg
Using camera 0, sensor mode 0
GPS output Disabled
Quality 85, Raw no
Thumbnail enabled Yes, width 64, height 48, quality 35
Time delay 5000, Timelapse 0
Link to latest frame enabled no
Full resolution preview No
Capture method : Single capture
Preview Yes, Full screen Yes
Preview window 0,0,1024,768
Opacity 255
Sharpness 0, Contrast 0, Brightness 50
Saturation 0, ISO 0, Video Stabilisation No, Exposure compensation 0
Exposure Mode ‘auto’, AWB Mode ‘auto’, Image Effect ‘none’
Flicker Avoid Mode ‘off’
Metering Mode ‘average’, Colour Effect Enabled No with U = 128, V = 128
Rotation 0, hflip No, vflip No
ROI x 0.000000, y 0.000000, w 1.000000 h 1.000000
Camera component done
Encoder component done
Starting component connection stage
Connecting camera preview port to video render.
Connecting camera stills port to encoder input port
Opening output file test.jpg
Enabling encoder output port
Starting capture -1
Camera control callback cmd=0x4f525245mmal: No data received from sensor. Check all connections, including the Sunny one on the camera board
At this point I have to hit ctl-c to terminate the raspstill process
The red led on the camera module is still on.
If I try to run raspstill again the pi freezes and I need to unplug the power to do anything else.
I have ensured that the ribbon cable is connected properly. I am not sure what the “Sunny” connection is but I don’t see anything else that looks obvious.