I have recently purchased the ArduCam IMX219 multicamera system to work with my Jetson AGX Orin. It uses GStreamer and I have not used this framework before. I have installed all the camera drivers and when I try to run:
I used an SDK manager (version 1.9.3.10904) to flash my target device from the previous L4T version to the current version. I apologize, but I didn’t understand your follow-up questions. As for flashing the target, I used the image downloaded by the SDK manager and I haven’t looked at the associated wiki page.
this is customize board, it doesn’t supported with default Jetpack release image.
as docs.arducam.com mentioned here… you’ll need to download the script file from Arducam to install IMX219 camera driver.
ArduCam has confirmed that the Jetpack version I installed with SDK Manager is compatible with Jetson AGX Orin. It’s on this page Jetson Cameras.
I was able to install the right camera drivers for my Jetson Orin kernel without any issues. However, there appears to be a challenge with GStreamer when it comes to utilizing the camera. Could the nvarguscamerasrc error be caused by an issue with my system environment and GStreamer?
is the camera device register to Linux system correctly, for instance, can you see $ ls /dev/video* for camera nodes?
if yes. please following Applications Using V4L2 IOCTL Directly by running V4L2 IOCTL to verify basic camera functionality.
if not. you should gather kernel init messages with $ dmesg > klogs.txt for checking device registration.