我连接了Adafruit AMG8833
并打开了电源,但是我无法使用pygame
,pi camera
或opencv
拍照。我试图用open cv
拍张照片,但收到一条错误消息。
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 detected. Please check carefully the camera module is installed correctly
我正尝试使用以下代码捕获图像:
$ raspistill -o output.jpg
但这就是错误出现的时间。