IMX298 with Jetpack 4.6.1

Hi everyone,

When trying to install driver for my IMX298 (MIPI) with jetson-variety, I got an error message :
wget https://github.com/ArduCAM/MIPI_Camera/releases/download/v0.0.3/install_full.sh
chmod +x install_full.sh
./install_full.sh -m imx298
=> "Cannot find the corresponding deb package, please send the following information to [email protected]
Kernel version: 4.9.253-tegra-32.6.1-20210726122859
Jetson type: Xavier NX (Developer Kit Version)
"

Do you know when you will release the driver for this version of Jetpack ?

Thank you

Hi @pelepicier
Please try the following commands:

wget https://github.com/ArduCAM/MIPI_Camera/releases/download/v0.0.3/install_full.sh
chmod +x install_full.sh
./install_full.sh -m arducam

jetson-variety uses the arducam driver, -m imx298 is an experimental driver, it has been deprecated