Наработки за 5 лет

This commit is contained in:
2019-08-27 14:47:10 +05:00
commit f5582d88c3
56 changed files with 11117 additions and 0 deletions

5
HXcam/rearCam Executable file
View 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