I inserted the same SD card into two Jetson Nano devices. One of them is working perfectly fine, but the other one is encountering an OpenCV error and the program won’t run. This problematic Jetson Nano is a new one I purchased last week. Can anyone help me figure out a solution?
Hi,
What’s the JetPack version in use?
Is the device working properly besides the message?
Any log you can provide?
Of course! My Jetpack version is Jetpack 4.6.4 [L4T 32.7.4], and the error message that occurs when running the code is as follows.
[ WARN:0] global /home/nvidia/host/build_opencv/nv_opencv/modules/videoio/src/cap_gstreamer.cpp (933) open OpenCV | GStreamer warning: Cannot query video position: status=0, value=-1, duration=-1
Error generated. /dvs/git/dirty/git-master_linux/multimedia/nvgstreamer/gst-nvarguscamera/gstnvarguscamerasrc.cpp, execute:744 Invalid camera device specified 1 specified, 0 max index
[ WARN:0] global /home/nvidia/host/build_opencv/nv_opencv/modules/videoio/src/cap_gstreamer.cpp (933) open OpenCV | GStreamer warning: Cannot query video position: status=0, value=-1, duration=-1
Gtk-Message: 16:21:05.614: Failed to load module “canberra-gtk-module”
GST_ARGUS: Cleaning up
CONSUMER: Done Success
GST_ARGUS: Done Success
Traceback (most recent call last):
File “one_board_target.py”, line 559, in
run_cameras()
File “one_board_target.py”, line 458, in run_cameras
_, right_image = right_camera.read()
File “one_board_target.py”, line 360, in read
frame = self.frame.copy()
AttributeError: ‘NoneType’ object has no attribute ‘copy’
The same code from the identical SD card works properly on one Jetson Nano but throws an error on the other Jetson Nano.
Hi,
Maybe your two Jetson Nano are of different variants (like A02/B01), so there is some difference in their capabilities.
Can you please confirm it?
two jetson nano same model(B01)
Are you also using the same hardware for capturing video? Like the camera module.
yes i use four IMX219 camera
Hi,
Then can you get another different SD card for the module that does not work, flash with SDK Manager and try again?
Yes I tried it. It still works on one Jetson Nano, but the same error message as above occurs on the other Jetson Nano.
Then maybe consider RMA.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.