meekworth / pylwdrone

Python module to communicate with a lewei camera module.
Apache License 2.0
19 stars 4 forks source link

Improvment Stream live video reduce lag with one line command #4

Closed Nilon123456789 closed 3 years ago

Nilon123456789 commented 3 years ago

I experience lag when using the stream video command so I tweak it to reduce input lag. Here is the sujested addon to put in to the read me juste after the stream live video header

If input is lagy use this

$ pylwdrone stream start --out-file - | ffplay -i -fflags nobuffer -flags low_delay -probesize 32 -sync ext -
hieyou1 commented 3 years ago

I made this into a PR, see PR #5

Nilon123456789 commented 3 years ago

okay thanks