Zed X Camera Sync Issues

@Myzhar @obraun-sl I have one more issue before getting to test the above post, I am using xserver-xorg-video-dummy and to remote in to my jetson orin but I am getting error like other posts where it is over ssh error

Post

Do you want me to make another topic thread with this ?

1、sudo apt-get install xserver-xorg-video-dummy -y
2、Change /etc/X11/xorg.conf as follows:
Section “Device”
Identifier “Configured Video Device”
Driver “dummy”
EndSection

Section “Monitor”
Identifier “Configured Monitor”
HorizSync 31.5-48.5
VertRefresh 50-70
EndSection

Section “Screen”
Identifier “Default Screen”
Monitor “Configured Monitor”
Device “Configured Video Device”
DefaultDepth 24
SubSection “Display”
Depth 24
Modes “1280x720”
EndSubSection
EndSection