d3d11desktopdupsrc: Screen capture on the right screen. monitor-index is binded to a random screen.
Hi all, thank you for your awesome work here...
I'm using this command to screen capture
./gst-launch-1.0 d3d11desktopdupsrc monitor-index=1 ! d3d11convert ! d3d11download ! autovideosink
I have noticed that "monitor-index" does not represents the real display number on Windows.
If I rearrange the monitor order in Windows, monitor index on gstreamer does not change.
It seems that gstreamer monitor index is binded to a "random" screen, how can I tell gstreamer to bind the screen capture to Monitor 1, monitor 2, or 3?
I think that this should be fixed if possible.
Thank you!