1

I am trying to play a picamera in raspberry pi 4 using vlc with raspivid/raspistill. When I give a command: sudo raspivid -o cam.jpg then some errors come,

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 updates
FM_Mahera
  • 21
  • 5

1 Answers1

1

The camera is probably running out of GPU memory. Check config.txt in the /boot/ folder. The gpu_mem option should be at least 128.

Possible Duplicate of : What causes ENOSPC error when using the Raspberry Pi camera module?

Karandeepdps
  • 131
  • 5