4

As I recently bought the Picam, I tried capturing an image with :

raspistill -v -o file.jpg

But I got this error :

"No data received from sensor. Check all connections, including the Sunny one on the camera board"

I already tried disconnecting Flex cables, Sunny connector and plugging them back, updating my system, rebooting...

But I still get the same error...

What should I do to fix it ? Do you think my camera module is probably broken ?

ahmetertem
  • 424
  • 1
  • 5
  • 18
Ramanewbie
  • 153
  • 4

3 Answers3

0

Have you made sure that your ribbon cable on the PI is connected in the right direction? And by that I mean, did you look at the CSI connector and make sure you're matching the pins up with the contacts on the ribbon? I only say this because when I first bought mine I was not completely sure which way it was supposed to go. lol

If they are indeed inserted correctly I would bet that the camera is broken... But that's just my two cents

Myg0t
  • 111
  • 10
0

This happened to me and I had to buy a new module since I couldn't find any solution to fix it. Turns out the camera is a delicate module so it breaks easily.

DorianT
  • 11
  • 1
  • 4
-1

Run

sudo raspi-config 

in terminal to enable the camera and then try again.

Dr_Bunsen
  • 498
  • 3
  • 11
Alok Naushad
  • 231
  • 1
  • 2
  • 7