About resizing window and video in NvEglRenderer.cpp

Hello,

① I am trying to increase the window size little by little using XMoveResizeWindow.
note: Xlib Programming Manual: XMoveResizeWindow

② However, only the size of the window increases, and the size of the image does not increase.

③ How can I increase the size of the image like the green area? Do you ever have to touch opengl texture code?

Thank you.

Hi,
We don’t have much experience in using the X11 APIs. May see if other users can share experience.

One possible solution is to destroy NvEglRenderer and re-create a new one with new window size.

1 Like