mpromonet / v4l2rtspserver

RTSP Server for V4L2 device capture supporting HEVC/H264/JPEG/VP8/VP9
The Unlicense
1.82k stars 423 forks source link

Pixelation on Wyze V3 #274

Open Vendo232 opened 2 years ago

Vendo232 commented 2 years ago

Hi

trying to run v4L2rtspserver on Wyze V3 cam but getting pixelated screen when fast moving objects in screen e.g. car, person etc.. Would you be able to recommend parameters to mitigate these artefacts?

image

Original Wyze Codec image

mpromonet commented 2 years ago

Hi,

This is usually because network is loosing packet. You may try using RTP over TCP to prefer latency over loss.

Best Regards, Michel.