-
-
Notifications
You must be signed in to change notification settings - Fork 51
Description
This is more of my personal requirement, your work on this is already great and I'd be more happy if you could help me with this:
I'm planning on using this for a robotics competition, where this is served as a "first person perspective" view for robot driver. Which you can already tell that extreme low-latency is crucial.
I have this quite basic setup:
Raspberry Pi -> Router via Wi-Fi -> Windows Machine connected to Router via Ethernet.
It also uses WHEP as the Router won't have internet connection.
However the delay with current setup introduces noticeable delay, which severely impacts driving ability.
I have seen this demo from another project (the video's description has setup details), which uses H264 on RPi 2/3/Zero, which I'm using Zero2. The latency on that project is impressive, while I'm unsure that's because it's running at 640x480 or their program optimization, but if possible to reduce the latency to be as same as that would be greats.
Also if possible I can discuss further with you if you can leave me an email. Thanks a lot