2015年4月3日 星期五

Raspberry Pi : Camera

0. Raspberry Pi Camera module introduction



1. 安裝 camera module, 可以參考這段影片

http://www.raspberrypi.org/help/camera-module-setup/




2. 更新 apt

     $ sudo apt-get update

     $ sudo apt-get upgrade


3. 打開攝影機

     $ sudo raspi-config



4. raspivid


raspivid -o vid.h264

簡單測試, 會有 5 sec. 


5. 安裝 VLC

    $ sudo apt-get install vlc

6. raspivid -o - -t 0 -hf -w 1080 -h 720 -fps 24 | cvlc -vvv stream:///dev/stdin --sout '#standard{access=http, mux=ts, dst=:8160}' :demux=h264

7. 在 PC 端, 安裝 vlc, 並用 vlc 的 open network , 輸入 URL 

     http://樹莓派的IP:8160/



8. 相關畫面

     720p 畫面還算清晰. 如果是 fps 24 還可以(1到2秒 delay), 
     fps 30 時畫面會有毀損.. 


沒有留言:

張貼留言