-
Where did you get the camera module(s)?
proe.vn -
Model number of the product(s)?
SKU: B250 -
What hardware/platform were you working on?
Jetson Nano 4GB -
Instructions you have followed. (link/manual/etc.)
MIPI_Camera/Jetson/IMX477/AF_LENS at master · ArduCAM/MIPI_Camera · GitHub -
Problems you were having?
Can open camera -
The dmesg log from your hardware?
$ python Autofocus.py -i 7
nvarguscamerasrc ! video/x-raw(memory:NVMM), width=(int)1280, height=(int)720, format=(string)NV12, framerate=(fraction)60/1 ! nvvidconv flip-method=0 ! video/x-raw, width=(int)640, height=(int)360, format=(string)BGRx ! videoconvert ! video/x-raw, format=(string)BGR ! appsink
Error: Write failed
write: 10
Unable to open camera -
Troubleshooting attempts you’ve made?
-
What help do you need?
take a picture, and record the video using python3 code
[email protected]:~$ cat /etc/nv_tegra_release
R32 (release), REVISION: 7.3, GCID: 31982016, BOARD: t210ref, EABI: aarch64, DATE: Tue Nov 22 17:30:08 UTC 2022
[email protected]:~$ ls /dev/video*
/dev/video0
[email protected]:~$ sudo dmesg | grep imx
[sudo] password for proe:
[ 1.317096] imx477 7-001a: tegracam sensor driver:imx477_v2.0.6
[ 1.618784] imx477 8-001a: tegracam sensor driver:imx477_v2.0.6
[ 1.919119] imx477 8-001a: imx477_board_setup: error during i2c read probe (-121)
[ 1.926762] imx477 8-001a: board setup failed
[ 1.931227] imx477: probe of 8-001a failed with error -121
[ 2.077477] vi 54080000.vi: subdev imx477 7-001a bound
[email protected]:~$
This is somewhat unusual, it looks like the camera is being recognized correctly.
You sent me an email, and I will reply here collectively, so that people with similar problems can see it later.