TiHAN-Hyderabad / dronecamera-stream-detection

Detect objects using from drone camera streamed to kubernetes
0 stars 1 forks source link

Latency: RTSP Stream from Raspi camera #1

Open yuvrajmakkena opened 1 year ago

yuvrajmakkena commented 1 year ago

raspivid -o - -t 0 -w 800 -h 600 -fps 12 | cvlc -vvv stream:///dev/stdin --sout '#rtp{sdp=rtsp://:8080/}' :demux=h264

rtsp://raspberrypi:8080/

yuvrajmakkena commented 1 year ago

The stream starts around roughly 5-6 seconds after played.

Screenshot 2023-04-16 at 2 55 03 AM