Raspberry Pi カメラを Yocto イメージで動作させようとしています。ここで、次の行を追加する必要があることがわかりました。
VIDEO_CAMERA = "1"
メタのレシピに追加しました-core/images/example-image.bbでも、写真を撮ろうとすると次のようになります:
root@user:~# raspistill -o testshot.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
そのため、有効になっていないようです。またraspi-config
、Raspbian でのみ使用できるようで、実際にはコマンドとして認識されません。
他に何か不足していますか?私はそこに多くの情報を見つけることができず、私はまだ Yocto に慣れていません。