SPRING :: NOTE

[Raspberry Pi] raspivid 명령어 오류났을 때, (카메라) 본문

Development Tools/Linux

[Raspberry Pi] raspivid 명령어 오류났을 때, (카메라)

RAYZIE 2019. 9. 6. 18:20
반응형

raspivid로 명령어를 쳤는데 아래와 같은 오류메시지가 나온다.

 

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 enabled in this build. Try running "sudo raspi-config" and ensure that "camera" has been enabled

 

보통은 raspi-config 들어가서 enable 하라는 말밖에 없는데,

나는 다음과 같은 커맨드로 해결했다.

 

$ sudo modprobe bcm2835-v4l2
반응형
Comments