Наработки за 5 лет
This commit is contained in:
5
HXcam/rearCam
Executable file
5
HXcam/rearCam
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
# RPI Camera
|
||||
# 1280x800:30
|
||||
# RTSP
|
||||
raspivid -t 0 -n -w 1280 -h 720 -fps 15 -o - | cvlc -v stream:///dev/stdin --sout '#rtp{sdp=rtsp://:8555/video}' :demux=h264
|
||||
Reference in New Issue
Block a user