首先树莓派连上网络,并和电脑在同一网段。
树莓派的IP是: 192.168.3.13
电脑的IP是: 192.168.3.6
1.在树莓派上采集 H264裸流,并用UDP发送到电脑.
pi@Neil-PI ~ $ raspivid -t 999999 -hf -o -| socat – udp-datagram:192.168.3.6:8080
如果没有安装 socat ,需要先安装 apt-get install socat
2. 在电脑上用VLC观看 H264裸流
Google了好久,才找到一个最简单的方法。
命令行启动 vlc
C:\Program Files (x86)\VideoLAN\VLC>vlc udp://@:8080 –demux=h264
性能测试
1. 用1M码流来采集720P
raspivid -w 1280 -h 720 -b 1000000 -pf high -v -t 999999 -hf -o -| socat – udp-datagram:192.168.3.6:8080
2. CPU 占用 和 VLC 情况
3. 延时
默认大概5秒,可以改变VLC的参数,大幅降低延时。
–udp-caching=500 延时0.5秒
这个不错!
I’m so glad that the innretet allows free info like this!
viHdoin…cands down, Apple’s app store wins by a mile. It’s a huge selection of all sorts of apps vs a rather sad selection of a handful for Zune. Microsoft has plans, especially in the realm of games, but I’m not sure I’d want to bet on the future if this …
麻烦问一下,这个摄像头是树莓派的picam,还是USB摄像头啊
请问,如果是USB摄像头,应该怎么改,我用USB摄像头,raspivid用不了