I would like to run Octopi with camera on a Pi 3 B+. The camera is a RPI cam 1.3.
The camera is detected:
Code: Select all
vcgencmd get_camera
supported=1 detected=1Code: Select all
raspistill -o cam.jpg
mmal: mmal_vc_component_enable: failed to enable component: ENOSPC
mmal: camera component couldn't be enabled
mmal: main: Failed to create camera component
mmal: Failed to run camera app. Please check for firmware updatesGPU_mem is 144, I activated the camera in raspi-config.
Could you help me getting the camera to work?
