vc_mipi_nvidia icon indicating copy to clipboard operation
vc_mipi_nvidia copied to clipboard

Vision Components MIPI CSI-2 driver for NVIDIA Jetson Nano, Xavier NX, AGX Xavier, TX2 and Orin Nano, Orin NX

Results 69 vc_mipi_nvidia issues
Sort by recently updated
recently updated
newest added

In order to have a choice of image formats for a connected camera in V4L2, I have found that there have to be multiple modes in the device tree -...

`v4l2-ctl --list-ctrls` displays wrong values after boot: ``` Camera Controls group_hold 0x009a2003 (bool) : default=0 value=0 flags=execute-on-write sensor_mode 0x009a2008 (int64) : min=0 max=1 step=1 default=0 value=0 flags=slider gain 0x009a2009 (int64)...

bug

I have previously been using these drivers with Jetson nano dev kits, which are the ones produced by Nvidia themselves. Now we are looking at using the Xavier NX but...

Use NV_DevKit_XavierNX. DTS from Auvidea_J20_AGXXavier is erroneously selected in scripts. But even if you turn on the right DTS, it still doesn't work. vc@XavierNX:~$ sudo dmesg | grep -i i2c...

bug

Hi, I have two OV9281 EK0033311 V1.0 from you which I wanted to connect to my Jetson Nano B01 dev board. However when I try to use them with gstreamer...

help wanted

Hello, I'm trying to include the drivers into my system, but the compilation fails at one point: `error: 'struct sensor_image_properties' has no member named 'left'` ``` void vc_update_image_size_from_mode(struct tegracam_device *tc_dev,...

help wanted