No matter what I use 360p,720p or 1080p videos, the max capabilities of H264 decoder number is 32,then I changed H265, the max capabilities still is 32.
And my video display architecture is gstreamer, I think AGX decode 720p videos should more than 360p videos, but there are same,why?
I think I have find the reason,that is the “xvimagesink” cause, it’s display capabilities is 32.
Hi,
if you have multiple video sources, please use nvcompositor or nvmultistreamtiler(in DeepStream SDK) to composite the sources into single video plane for rendering. This is a verified use-case on our releases. For rendering, please consider use nv3dsink, nveglglessink and nvdrmvideosink. You can get examples of using the sinks in our gstreamer user guide.
thank you for your reply ,It`s true,that is the “xvimagesink” cause, it’s display capabilities is 32.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.