樹莓派上可以找到攝像頭驅動,但是在樹莓派終端輸入raspistill -o image.jpg,輸出如下錯誤:
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
其原因為使用的攝像頭為usb攝像頭,而raspistill命令只能用於csi攝像頭。對於usb介面的攝像頭,可以通過呼叫fswebcam進行訪問。
在樹莓派終端輸入sudo apt-get install fswebcam安裝fswebcam。通過輸入sudo fswebcam image.jpg進行拍照測試。使用方法可以通過輸入fswebcam -h查詢。
樹莓派遠端USB攝像頭
1.安裝庫 命令列輸入 sudo apt get update sudo apt get install subversion libjpeg8 dev imagemagick libv4l dev cmake git sudo git clone cd mjpg streamer mjpg str...
樹莓派接入USB攝像頭
前面的文章有提到過樹莓派,作為卡片電腦,樹莓派可以連線許多外設,今天就來看看如何使用樹莓派連線usb攝像頭。現在市面上的usb攝像頭基本上都是免驅的,不過要注意,我們要確認攝像頭在linux下也是免驅的。說明一下自己使用的攝像頭,注意不是做廣告xd,五一期間京東買的奧尼狼魔,49元,買回來接在樹莓派...
樹莓派使用usb攝像頭
sudo apt get install fswebcam 安裝拍照工具 fswebcam s10 test2.jpg 拍照基礎路徑預設在home d設定拍照的源解決黑屏問題 no banner 關標籤 r 設定解析度 後路徑設定 在樹莓派裡開攝像頭 sudo apt getinstall moti...