IMX219 not recognized by Jetson Nano

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
  1. RPi WWCAM uses OV5647 not IMX219, then might be supported by default on the Jetson Nano.
    RPi Camera Module 2(Buy a Raspberry Pi Camera Module 2 – Raspberry Pi) is that you need.

  2. Reference sites:

3 Likes

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

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.