Closed syonekura closed 1 year ago
Hi @syonekura , the OpenGL rendering with CUDA interopability that this project uses is meant to run on a display directly connected to the Nano, and is unlikely to work over SSH forwarding. And even if it were, it would display very slowly, so it is recommended to view the camera video from the Nano itself.
Hi @syonekura , I'm just simple trying to access my Jetson Nano camera via SSH connection. But I'm getting an error of this. I'm not able to run my python file to launch camera. I have to detect lane lines in live video streaming. Thank you if you can help me.
Hi @syonekura , the OpenGL rendering with CUDA interopability that this project uses is meant to run on a display directly connected to the Nano, and is unlikely to work over SSH forwarding. And even if it were, it would display very slowly, so it is recommended to view the camera video from the Nano itself.
Hey, would it be possible to use ssh to run jetson-inference examples yet have the camera image show on the display connected to jetson-nano hdmi?
Hmm, maybe if you set the DISPLAY environment variable appropriately. DISPLAY=:0 Not sure though, haven't tried it.
From: benbojangles @.> Sent: Wednesday, September 15, 2021 12:50 PM To: dusty-nv/jetson-inference @.> Cc: Dustin Franklin @.>; Comment @.> Subject: Re: [dusty-nv/jetson-inference] cannot successfully run jetson nano camera commands from another host with ssh -X (#428)
Hi @syonekurahttps://github.com/syonekura , the OpenGL rendering with CUDA interopability that this project uses is meant to run on a display directly connected to the Nano, and is unlikely to work over SSH forwarding. And even if it were, it would display very slowly, so it is recommended to view the camera video from the Nano itself.
Hey, would it be possible to use ssh to run jetson-inference examples yet have the camera image show on the display connected to jetson-nano hdmi?
- You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/dusty-nv/jetson-inference/issues/428#issuecomment-920190971, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ADVEGK6KAM6JHFFNHKBSWTTUCDFCHANCNFSM4JAJPLGA. Triage notifications on the go with GitHub Mobile for iOShttps://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fapps.apple.com%2Fapp%2Fapple-store%2Fid1477376905%3Fct%3Dnotification-email%26mt%3D8%26pt%3D524675&data=04%7C01%7Cdustinf%40nvidia.com%7C0af4f21ab9f747d870d508d97868cf5f%7C43083d15727340c1b7db39efd9ccc17a%7C0%7C0%7C637673213819235454%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=t8Bn4xXWb%2FpJxjaXldi9PS%2BAjzFvCzbAVaimWm6upEM%3D&reserved=0 or Androidhttps://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fplay.google.com%2Fstore%2Fapps%2Fdetails%3Fid%3Dcom.github.android%26referrer%3Dutm_campaign%253Dnotification-email%2526utm_medium%253Demail%2526utm_source%253Dgithub&data=04%7C01%7Cdustinf%40nvidia.com%7C0af4f21ab9f747d870d508d97868cf5f%7C43083d15727340c1b7db39efd9ccc17a%7C0%7C0%7C637673213819235454%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=LV4sJ8SZ%2FE5ZkI4NHRusQFTMYqdqo8baerzdgBXJeiM%3D&reserved=0.
Hi, i'm able to run all the example scripts locally from the jetson nano, but now I need to access it from my pc for developing purposes.
So I've set the nano on the same local network than my pc. The Jetson Nano is conneced to a RPi Camera v2.1, power adapter and ethernet, while the PC has the latest nvidia drivers (430.50) installed via runfile with the --no-opengl-files according to this guide. This was because installing via apt-get or other means got me to the error reported here.
But now running any script via
ssh -X
throws some errors that i dont know how to deal with. For example when running./camera-viewer
:output of
imagenet-camera.py
:I'm not familiar either with cuda or opengl, could someone please help me?