Hello
i use jetpack 4.4
jetson xavier NX module
and Deepstream v5
when i play the pipeline(nveglglessink) on the weston env
it play not from left top
it stitched left bottom
Can i play the pipeline on the left top?
Hello
i use jetpack 4.4
jetson xavier NX module
and Deepstream v5
when i play the pipeline(nveglglessink) on the weston env
it play not from left top
it stitched left bottom
Can i play the pipeline on the left top?
Hi,
Please configure the properties and give it a try:
window-x : X coordinate of window
flags: readable, writable
Unsigned Integer. Range: 0 - 2147483647 Default: 10
window-y : Y coordinate of window
flags: readable, writable
Unsigned Integer. Range: 0 - 2147483647 Default: 10
window-width : Width of window
flags: readable, writable
Unsigned Integer. Range: 0 - 2147483647 Default: 0
window-height : Height of window
flags: readable, writable
Unsigned Integer. Range: 0 - 2147483647 Default: 0
Thanks