树莓派摄像头无法识别 mmal

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

这个树莓派的csi摄像头困扰我将近一个星期,新项目需要测试摄像头在720p下分辨率情况,在树莓派上调用OV5647出现mmal
在折腾完网上各种/device/video0都没有的情况下
各路大神说有可能烧了,遂购买新摄像头模组,疫情原因一周后到货,收到货后测试仍然提示mmal(怀疑人生)
到淘宝怒斥卖家模块有问题,哈哈哈(以后还是要冷静分析)卖家问我驱动是否安装成功
想起原来ov9281的驱动设置OV9281树莓派配置
其中问题出现在配置文件树莓派摄像头无法识别 mmal_第1张图片
原来在测试9281时将文件配置到9281,修改后可以正常识别,以此记录!

你可能感兴趣的:(linux,嵌入式硬件)