You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Select the appropriate "* Alvium C Dual *" configuration
Select "Save pin changes"
Select "Save and reboot to reconfigure pins"
After the board has rebooted the camera can be accessed with V4L2 and Vimba X
Building
Clone this repository including all submodules
Download the Jetson Linux driver package and cross compiler from: Jetson Linux Downloads
Extract the driver package:
tar -xf jetson_linux_r36*.tbz2
Extract the kernel headers from the driver package:
cd Linux_for_Tegra/kernel/
tar -xf kernel_headers.tbz2
Extract the cross compiler
Build the modules:
export ARCH=arm64
export CROSS_COMPILE=<path to cross compiler>/bin/aarch64-buildroot-linux-gnu-
export KERNEL_SRC=Linux_for_Tegra/kernel/linux-headers-*-linux_x86_64/3rdparty/canonical/linux-jammy/kernel-source/
make all
Install the driver modules
export INSTALL_MOD_PATH=<path to install directory>
make install
Known limitations
When using external triggers the NVIDIA v4l2 control override_capture_timeout_ms has to be set a suitable timeout value or -1 for a infinite timeout. Otherwise incomplete buffers with the error flag set might be returned due to a timeout while waiting for the image.
About
Allied Vision Alvium CSI camera driver for Jetpack 6