2

我正在尝试使用 64 位版本的 raspbian(可以在这里找到:https ://www.raspberrypi.org/forums/viewtopic.php?f=117&t=275370

我下载了它,安装了所有东西,运行了我的更新,然后打开了相机。但是当我尝试运行它时,PI 只是回馈

bash: /opt/vc/bin/raspistill: No such file or directory

当我执行 ls 时,我可以看到目录正常:

pi@raspberrypi:/opt/vc/bin $ ls
containers_check_frame_int    containers_test       dtoverlay-pre  raspiyuv
containers_datagram_receiver  containers_test_bits  dtparam        tvservice
containers_datagram_sender    containers_test_uri   edidparser     vcdbg
containers_dump_pktfile       containers_uri_pipe   mmal_vc_diag   vcgencmd
containers_rtp_decoder        dtmerge               raspistill     vchiq_test
containers_stream_client      dtoverlay             raspivid       vcmailbox
containers_stream_server      dtoverlay-post        raspividyuv    vcsmem

当我查看权限时,每个人都有读取/执行权限:

-rwxr-xr-x 1 root root 142397 Nov  1 16:25 raspistill

我在这里有点茫然 - 文件就在那里,那么为什么当我尝试从命令行调用它时找不到它?

4

1 回答 1

0

不幸的是,看起来 MMAL 用户空间(在撰写本文时)仍然存在一些未解决的 64 位树莓派操作系统问题,因此它被禁用。

但是,可以使用docker 或 cherry-build 32 位软件包作为解决方法。

于 2021-06-03T22:43:32.043 回答