*• Deepstream 6.1.1 docker
• Issue Type( questions)
In my case, I have 2 cameras with 1920x1080 resolution(full HD) and 3 cameras with 3840*2160 resolution (4K).
I see that for nvstreammux, we can only set common muxer output width and height (## Set muxer output width and height - width=1920 height=1080) for all camera sources.
However I expect 3 cameras with 3840*2160 resolution will use muxer output width and height - width=3840 height=2160 and 2 cameras with 1920x1080 resolution will use muxer output width and height - width=1920 height=1080 running in a same deepstream app.
For 4K sources, I will use a nvpreprocess to to process them on ROI and cannot use smaller muxer output width and height because the inferencing output maybe bad
How can I config different muxer output width height for different resolution sources?
Thanks.