Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) RTX4080 • DeepStream Version 7.0
We can drop frames using config file in deepstream-app.
But for this deepstream-pose-classification, how can i drop frames in streaming from cctv?
decodebin_child_added in the sources\apps\apps-common\src\deepstream_source_bin.c dir
if (g_strstr_len (name, -1, "nvv4l2decoder") == name) {
g_object_set (object, "drop-frame-interval", <frame number>,
NULL);
}