You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@hadestyz unfortunately, I've found a number issues with the new Streammux. The issue above included.
I'm going to need to reenable use of the old Streammux and make the new new Streammux optional... something I was hoping to avoid, but it's clear that the new plugin is not ready for all cases.
This will take me a bit of time, but I'll let you know when available.
This is the function for adding sources:
Function for building pipelines:
After completing the assembly of the pipeline, I dynamically added a source and encountered the following error:
0:00:18.886760352 55136 0x7f5ea800c580 WARN nvvideoconvert gstnvvideoconvert.c:1957:gst_nvvideoconvert_fixate_caps: nvbuf-memory-type property is set based on SRC caps. Property config setting (if any) is overridden!!
0:00:18.886806559 55136 0x7f5ea800c580 WARN nvvideoconvert gstnvvideoconvert.c:1962:gst_nvvideoconvert_fixate_caps: gpu-id property is set based on SRC caps. Property config setting (if any) is overridden!!
[NvTiler::ScaleAndPlaceAllMeta] ERROR: 175; scaleX=0.110937 scaleY=0.000000 frameMeta=0x7f5ef402e100
[NvTiler::Composite] ERROR: 343; ScaleAndPlaceAllMeta failed (0x7f5f9c02b7c0;0x7f5f9c03ec20)
The inference for the first source was successfully completed, but there were issues with the dynamically added source.
By the way, it seems that the parameters here are incorrect
The text was updated successfully, but these errors were encountered: