Open sman2013 opened 6 years ago
Are you using a USB connected camera or the RaspberryPi camera addon?
@djkraven RaspberryPi camera
Did you face the ribbon cable the correct way? Did you put the ribbon cable in the correct slot on the RPi (not in display slot tho it fits)
https://www.raspberrypi.com/documentation/accessories/camera.html
In order to work with new Raspbian, you need to enable legacy camera: https://www.raspberrypi.com/documentation/accessories/camera.html#re-enabling-the-legacy-stack
When I use
./mjpg_streamer -i "input_raspicam.so" -o "output_http.so -w /www"
to start mjpg, an error accur.mmal: mmal_component_create_core: could not find component 'vc.ril.camera' error create camera
But when I use./mjpg_streamer -i "input_uvc.so" -o "output_http.so -w /www"
, it works well. I don't know what's wrong with it.