4B上PiCamera无法使用

seaydog 2020-05-301337 次点击
pi@raspberrypi:~ $ cat /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.

i2c-dev
bcm2835-v412
pi@raspberrypi:~ $ raspivid -t 2000 -o 1.jpg
mmal: mmal_vc_component_enable: failed to enable component: ENOSPC
mmal: camera component couldn't be enabled
mmal: main: Failed to create camera component
mmal: Failed to run camera app. Please check for firmware updates

pi@raspberrypi:~ $

pi@raspberrypi:~ $ raspistill -t 2000 -o 1.jpg
mmal: mmal_vc_component_enable: failed to enable component: ENOSPC
mmal: camera component couldn't be enabled
mmal: main: Failed to create camera component
mmal: Failed to run camera app. Please check for firmware updates

pi@raspberrypi:~ $
收藏 ♥ 感谢
Spoony 小组长 2020-05-30 
你好,请提供下面的信息以便排错
1、摄像头软排线鱼树莓派连接情况的图片,摄像头PCB背面的软排线连接情况图片
2、所用的系统版本(以及是否全新安装)、树莓派版本、剩余的可用内存(可通过htop查看)
3、/etc/modprobe.d/raspi-blacklist.conf 文件的内容
4、/boot/config.txt 文件的内容
5、vcgencmd get_camera 命令的执行结果
6、raspistill -v 命令的执行结果

在反馈之前我们建议下面的操作:
1、确认软排线连接正确
2、使用全新安装的最新的raspbian系统
3、在 sudo raspi-config 中关闭摄像头模块之后重新再打开一次。
4、关闭 raspi-config 中的 1-wire,如果之前是开启的话

登录注册 后可回复。

这里由以下店铺的技术人员在此免费提供能力范围内的技术支持。

NXEZ 创客商店(淘宝)

排障问题发帖注意事项:
1、请尽可能将故障说明清晰,列明例如使用环境和做了哪些操作和配置等。
2、排障中已经做了哪些尝试,如果能在问题中进行描述将极大提高解决问题的效率。
3、对于需要自身完成知识积累才能解决的问题,请自行通过搜索引擎寻找资料学习。