Helpdesk

Hi i just receive my joypi but the camera doesn't work.

Here is the message i receive:

pi@raspberrypi:~/Desktop/joy-pi $ vcgencmd get_camera
supported=1 detected=0

pi@raspberrypi:~/Desktop/joy-pi $ raspistill -o picture.jpg -t 5000
mmal: Cannot read camera 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

Could you help me?

FD

29.04.19 16:51

Hello FD,

the Joy-Pi has a USB camera installed. This needs other commands.
Please refer to the manual starting on page 60.

https://joy-pi.net/wp-content/uploads/2019/04/RB-JoyPi-Manual-18-04-2019.pdf

There are the right commands.

-

First, install the fswebcam package: (you dont have to install it if you use our ready to use image)

sudo apt-get install fswebcam

Enter the command fswebcam followed by a filename and a picture will be taken using the webcam, and
saved to the filename specified:

fswebcam image.jpg

best regards

Chris (Joy-IT)

Christoph

30.04.19 12:28