I’m trying to make sure the CSI camera (Raspberry Pi) works properly following the step in the S3E1 tutorial but there isn’t any video output on the Nano’s attached HDMI monitor. Video Viewer shows captured frames in the terminal but no video output. Doing a search for the Video Viewer on the Nano comes up with nothing. Any suggestions?
Hi @charleslundy, you appear to be running these commands remotely over SSH - the OpenGL window won’t work over SSH. Although you could try running export DISPLAY:=0 first to see if that helps.
Instead, please run the video-viewer from a terminal on the Jetson itself (i.e. from your HDMI display). This should open the window on your display.
If you want to view the video remotely (i.e. no display attached to Jetson), see this section about streaming RTP from Jetson to PC:
Thanks, it runs from the terminal on the Nano, lesson learned. I’ll have to watch your video tutorial again, but I’d rather be using my iMac to type in the commands in the Nano terminal. I’ve used VNC when learning the Raspberry Pi, I assume this will work if I get VNC setup on the Nano following these instructions:
Hi @charleslundy, I’ve tested this and found that I can run commands via SSH and have the video window open on my Jetson’s display by running export DISPLAY=:0.0 in the SSH terminal first. It will then open subsequent GUI windows on the display connected to the Jetson. For this method, you may need to Build from Source instead of using the jetson-inference container (or it may require some additional container setting)
Please see this post for suggestions, some others in the community report that nomachine is faster: