waveform80 / pistreaming

A little demo of streaming the Pi's camera to web browsers
BSD 3-Clause "New" or "Revised" License
756 stars 203 forks source link

[Question] How "low latency" #47

Open ajgrinds opened 4 years ago

ajgrinds commented 4 years ago

The README.md references that it is low latency multiple times. Was this ever tested for an exact value or was it just your best prediction?

lwilli commented 4 years ago

From my experience, it's about less than a second, which is pretty good compared to some HLS streaming stuff I tried which had a latency of about 5 seconds.

ajgrinds commented 4 years ago

Ah thanks, but I'm looking for an exact number like 100ms or 110ms because I'm testing camera systems to pilot a robot which needs to be as real time as possible.