Open gerth2 opened 2 years ago
See if we can get a better driver camera, leveraging the H264 encoding hardware ont he pi.
https://singleboardblog.com/real-time-video-streaming-with-raspberry-pi/ is a tutorial.
Speifically, see https://github.com/canberkdurmus/pi_stream/blob/main/socket_h264.py
Change the socket port from 8000 (not allowed on field) to 5800 (allowed on field).
Load it into the pi and start it running.
Download and install VLC media player https://www.videolan.org/
Set it up to look at the stream. Characterize whether that setup is actually lower latency than the mjpg stream.
See if we can get a better driver camera, leveraging the H264 encoding hardware ont he pi.
https://singleboardblog.com/real-time-video-streaming-with-raspberry-pi/ is a tutorial.
Speifically, see https://github.com/canberkdurmus/pi_stream/blob/main/socket_h264.py
Change the socket port from 8000 (not allowed on field) to 5800 (allowed on field).
Load it into the pi and start it running.
Download and install VLC media player https://www.videolan.org/
Set it up to look at the stream. Characterize whether that setup is actually lower latency than the mjpg stream.