Passion/My Idea

라즈베리파이 카메라 스트리밍

sunshout 2018. 6. 10. 22:59

On the PI:

raspivid -t 0 -l -o tcp://0.0.0.0:3333

On the Computer, one can stream with VLC:

vlc tcp/h264://192.168.66.154:3333

(assuming 192.168.66.154 is the PI's IP address)