Pavel Tomskikh
Pavel Tomskikh
When decoder or parser element fails with an error the module hangs up and no longer processes frames. We need to catch those errors and handle them properly without breaking...
Remove unnecessary memory copying. * Create a writable `numpy array` directly from `Gst.Buffer`, without copying memory from `Gst.Buffer` to `numpy array` and then back to `Gst.Buffer`. * Found out if...
When encoding resolution 7680x4320 with 200 Mbps bitrate, module hangs. Module works normally when encoding bitrate is 100 Mbps. Use https://github.com/insight-platform/Savant/commit/27803c9f147f410be13449a1bdcd8e2f0c09e61e to reproduce the issue.