Page 1 of 1

Smearing issues

Posted: Sat Aug 26, 2023 2:41 pm
by BiloxiGeek
New Reolink 4K PTZ camera. I'm seeing occasional smearing in the stream. What's the best method to fix this? The source is set to TCP already, I know that used to be a cause for similar behavior.
smear_example.jpg
smear_example.jpg (824.04 KiB) Viewed 5310 times

Re: Smearing issues

Posted: Sun Aug 27, 2023 4:50 pm
by iconnor
UDP with a reorder_queue_size=1000 setting in options... might work.

TCP ensures the packets get there, but they need to get there in time... so really UDP is better, but you need to tell ffmpeg to buffer them.

Re: Smearing issues

Posted: Sun Aug 27, 2023 6:39 pm
by BiloxiGeek
Tried that but still getting the occasional frame that throws off the analysis.

Would a higher alarm frame count mean a single smeared frame wouldn't cause an alert?