Hi all,
Jetpack 5.1.3 with Jeston Linux 35.5.0.
The Jetson Orin Nano Developer Kit is interfaced with a custom MIPI CSI2 camera sensor. The images are captured using the v4l2-ctl from the /dev/video0 device.
Developed the C++ based user space application to copy the image buffer data from the driver to the application using the V4l2 memory mapping examples. With the help of IOCTL calls, the application can communicate with the /dev/video0 device.
Can you provide more information about the MIPI capture driver errors reported to the user space application and list down all the possible error states during frame capture.
Thanks