DRM drmModeSetCrtcdrmModeSetCrtc Function

Hi guys,
why drmModeSetCrtcdrmModeSetCrtc x and y argument in Jetson DRM doesn’t affect ? drmModeSetCrtcdrmModeSetCrtc works properly but I need to change x and y to for draw frames on middle of screen but it doesn’t work?
Thanks so much

Hi,
We support the options in 08 sample:

                -ww <width>          Video width in pixels [Default = video-width]
                -wh <height>         Video height in pixels [Default = video-height]
                -wx <x-offset>       Video horizontal offset [Default = 0]
                -wy <y-offset>       Video vertical offset [Default = 0]

/usr/src/jetson_multimedia_api/samples/08_video_dec_drm/

The options are tested and shall work fine. Please give it a try.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.