Open zipswich opened 2 years ago
Is there any solution? I have encountered a similar problem. When the resolution is set to a large one, the preview delay is very high
Is there any solution? I have encountered a similar problem. When the resolution is set to a large one, the preview delay is very high
What is the maximum resolution you use ? Decoding is time-consuming during rendering.
How to modify to reduce latency. This delay is really a headache!!
The delay for resolution 4656x3496 is about 1000ms. I took a look at do_preview void UVCPreview::do_preview(uvc_stream_ctrl_t *ctrl) in UVCPreview.cpp.
Each iteration in the loop takes about 350ms, so the major part of the 1000ms delay is from somewhere else. Could anyone offer a tip on this?