Please provide the following info (tick the boxes after creating this topic): Software Version
[*] DRIVE OS 6.0.6
DRIVE OS 6.0.5
DRIVE OS 6.0.4 (rev. 1)
DRIVE OS 6.0.4 SDK
other
Target Operating System
[*] Linux
QNX
other
Hardware Platform
DRIVE AGX Orin Developer Kit (940-63710-0010-300)
DRIVE AGX Orin Developer Kit (940-63710-0010-200)
DRIVE AGX Orin Developer Kit (940-63710-0010-100)
DRIVE AGX Orin Developer Kit (940-63710-0010-D00)
DRIVE AGX Orin Developer Kit (940-63710-0010-C00)
DRIVE AGX Orin Developer Kit (not sure its number)
[*] other
SDK Manager Version
1.9.2.10884
[*] other
1.9.3.10904
Host Machine Version
[*] native Ubuntu Linux 20.04 Host installed with SDK Manager
native Ubuntu Linux 20.04 Host installed with DRIVE OS Docker Containers
native Ubuntu Linux 18.04 Host installed with DRIVE OS Docker Containers
other
Dear @sankal.pattanashetti,
Are you accessing VNC via headless or non-headless mode? Could you share the steps?
Do you see blank screen when connected to target on VNC terminal?
It seems that you were able to run the DW camera sample application through VNC, but the current issue is that VNC disconnected after a few days. If my understanding is correct, I suggest creating a separate topic specifically for the VNC issue. This will help ensure that the two issues are discussed separately and more effectively.
It appears that the issue has been resolved by deleting the previous session stored in the temporary files. If everything is working fine now, then it indicates that the problem has been successfully addressed. Please confirm if there are any further concerns or if there’s anything else I can assist you with.
Dear @VickNV thanks for the reply.The display error got solved.Camera samples were my primary problem.How can I test camera samples provided in /usr/local/driveworks/bin or through nvmedia samples.Is this can be done through terminal ?
Can you please clarify why having a physical display connected is not possible? Additionally, could you provide detailed steps for the headless mode setup? It would be helpful if you could also provide the xrandr output. Thank you.
Thanks for the reply @VickNV. I tried to connect different display and with different cables but it is not working. VNC I followed this link to get virtual display .
Dear @sankal.pattanashetti,
Note that this forum is intended to support issues related to P3710. For issues with P3663, please contact your NVIDIA representative for correct support channel.
Besides that, I could run DW camera sample in headless mode with below steps on P3710
On terminal 1
sudo service gdm3 stop
sudo service gdm stop
sudo -b X -ac -noreset
export DISPLAY=:0
sudo xrandr --fb 1920x1080 #may fail
sudo x11vnc -geometry 1920x1080 -display :0 &
Connect to target using VNC Viewer, you would see a blank screen