【发布时间】:2015-07-30 12:55:48
【问题描述】:
我正在使用 RaspberryPi 2 型号 B 和使用 Buildroot 构建的操作系统(Linux 版本 4.0.6-v7)。我有摄像头模块,但我无法将它与我的 Raspberry 连接。相机上的 LED 总是关闭,但相机可以正常工作,因为我用 Raspbian 对其进行了测试。我尝试使用默认命令安装“rpi 固件”以使用相机,但是当我尝试拍照时,系统返回此错误:
# ./raspistill -o picture.jpg
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
命令行工具“vcgencmd”返回:
# vcgencmd get_camera
supported=0 detected=0
看来我的系统确实不支持相机。
即使使用“V4L2”用户空间驱动程序我也有同样的问题。
谁能帮帮我?对不起我的英语不好!
非常感谢您的任何回答!
【问题讨论】:
标签: camera raspberry-pi2 buildroot