Please support IR Camera for Jetson Nano!!!

Error generated. /dvs/git/dirty/git-master_linux/multimedia/nvgstreamer/gst-nvarguscamera/gstnvarguscamerasrc.cpp, execute:521 No cameras available.

We re-checked by “Cheese” app. Only message “No device found” is displayed.

Please help us :(

@trughv
You need to implement the sensor driver for this module.

@ShaneCCC

Thank you! I’ll try it.

Hi, how do I do I go about implementing the sensor driver?

@krocktim

I’m trying by below solution.

[url]https://devtalk.nvidia.com/default/topic/1049269/jetson-nano/jetson-nano-raspberry-pi-camera-not-working/post/5338042/#5338042[/url]

Let’s try it

I just copy the ov5647.c to the ubunto /i2c dir on the nano?
What’s the relation between a kernel module and that file?
My grasp on kernel architecture is nonexistent.

Tx1 has support in it’s kernel. You may look there. I haven’t compiled the Linux kernel in years so I’m not a good one to ask, but I believe simply copying the one file will not be enough.

You probably want to use something called “dkms” to build all your modules rather than attempting to do to all manually. Otherwise support will break on a kernel update. Please see here:

Hi guys
Have a check below link for the kernel download and build also the sensor programing guide.

https://docs.nvidia.com/jetson/l4t/index.html

Hi,

We have been working with OV5647 and we were finally able to get it working, in case you need help, you can read more about it here: