I’m using this camera: RPI WWCAM: Raspberry Pi - Camera, 5MP, 160° at reichelt elektronik
I have a Jetson Nano 4GB with jetpack 4.6.1.
I have tested the camera with a Raspberry and it works there.
However, the jetson nano does not seem to recognize the camera.
When running, dmesg | grep imx, I get the following output
Can someone please help me?
1 Like
Same problem, also i am facing issue in setting network proxy , can someone help me.
i am facing issue in setting network proxy , can you help
@bidyutbikashborah1999 ,
Are you inside a enterprise secured network? need a proxy to access Internet?
In this case, in general, ssh
for apt-get
would be blocked at a firewall.
IF YES, try this:
edit /etc/environment
to allow proxy
http_proxy=http://<proxy server IP address>:<port>
its not working i am trying using username password as well
i have turned on proxy in network setting , by doing this browser is getting internet but terminal doesnot.
Sorry I missed it. IF proxy server requires ID/PW, you should provide them.
What command do you want to run at the shell?
in apt update
case,
sudo http_proxy=http://yourserver apt-get update
sudo gedit /etc/environment
system
Closed
May 10, 2023, 1:49am
13
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.