1- Enable Camera in raspberry pi:Open raspberry pi configuration by typing this in the command terminal:"sudo raspi-config"
2- select interfacing options
Select Enable camera and hit Enter, then go to Finish and you'll be prompted to reboot.
3- after restarting raspberry pi, test your camera by typing in the terminal:vcgencmd get_camera You got returned : supported = 1 detected = 14- test your camera for few seconds by typing this in the terminal :"raspistill -o image.jpg"
↧
Answer by user5745411 for Failed to create MMAL component b'vc.ril.camera': Out of memory
↧