Can I draw a separate **UI** for each video on deepstreamsdk

Hello,

When displaying an image using deepstreamsdk (using nvbuffercomposite) as in the image below,
Can I draw a separate UI for each video?

If you can draw a UI, what is the way (qt, x11, etc…)?

Thank you.

To access single video - User should use demuxer component for each source and use required UI framework as needed by them

Hello,

I can see this in samples applications?

thank you.