SPRING :: NOTE
[Raspberry Pi] raspivid 명령어 오류났을 때, (카메라) 본문
반응형
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
반응형
'Development Tools > Linux' 카테고리의 다른 글
[GStreamer] gst-rtsp-server 설치 중 오류 (0) | 2019.09.06 |
---|---|
[GStreamer] 카메라 소스 설치 중 오류발생 시 해결방법 (0) | 2019.09.06 |
[RasberryPi] RTSP를 위한 VLC 설치 (0) | 2019.09.02 |
[Raspberry Pi] 연결된 카메라 해상도 지원 확인 (0) | 2019.09.02 |
[Raspberry Pi] Default gateway 지우는 법 (0) | 2019.07.12 |
Comments