Skip to content

Releases: ArduCAM/MIPI_Camera

Jetson Orin Nano

16 Jun 06:12
Compare
Choose a tag to compare
v0.0.1-orin-nano

Fixed the problem that indices were of type float.

Jetson AGX Orin

03 Aug 05:20
Compare
Choose a tag to compare

Jetson Orin NX

15 Mar 06:44
Compare
Choose a tag to compare
Update utils.py

Change the method of obtaining hardware information to jtop.

trigger generator

15 Sep 11:52
Compare
Choose a tag to compare

This is a script used for generate external trigger signal.

Automatic installation script

07 Apr 06:06
Compare
Choose a tag to compare

download install_full.sh

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

Usage: ./install_full.sh [option]... -m <moduel name>
Options:
    -m <module name>        Specify the module name.
    -h                      Show this information.
    -l                      Update and list available modules.

Supported modules:
    arducam
    imx477_master_slave
    imx477_stereo
    imx477
    imx519

for jetvariety:
./install_full.sh -m arducam

for imx477:
./install_full.sh -m imx477

for imx477 m/s:
./install_full.sh -m imx477_master_slave

for imx477 stereo:
./install_full.sh -m imx477_stereo

for imx519:
./install_full.sh -m imx519

Jetson Nano ISP driver

10 Dec 03:44
Compare
Choose a tag to compare

This deb file need to use special UC-667 baseboard.

Jetson Xavier NX M/S Driver

24 Nov 05:50
Compare
Choose a tag to compare

This driver provides the master-slave mode of the imx477 camera.
After installing the driver, execute the command:
sudo sh -c 'echo 1 > /sys/module/imx477/parameters/cam0'
You can switch the camera on the cam1 interface to master mode.
Excuting an order:
sudo sh -c 'echo 2 > /sys/module/imx477/parameters/cam1'
You can switch the camera on the cam0 interface to slave mode.
Important: For Jetson Xavier NX cam0 is the CAM1 interface, cam1 is the CAM0 interface.

Jetson Nano M/S Driver

20 Nov 07:25
Compare
Choose a tag to compare

This driver provides the master-slave mode of the imx477 camera.
After installing the driver, execute the command:
sudo sh -c 'echo 1 > /sys/module/imx477/parameters/cam0'
You can switch the camera on the cam0 interface to master mode.
Excuting an order:
sudo sh -c 'echo 2 > /sys/module/imx477/parameters/cam1'
You can switch the camera on the cam1 interface to slave mode.

Automatic installation script

30 Oct 06:57
Compare
Choose a tag to compare

These scripts are used to install drivers for Jetvariety, imx477 and imx477 m/s mode.
Instructions:
for jetvariety:
chmod +x install.sh
sudo ./install.sh

for imx477:
chmod +x install_imx477.sh
sudo ./install_imx477.sh

for imx477 m/s:
chmod +x install_imx477_master_slave.sh
sudo ./install_imx477_master_slave.sh

To restore to the original imx219, execute the following command and reboot:
sudo dpkg -r arducam-nvidia-l4t-kernel

Jetson Xavier NX Driver

26 Oct 06:16
Compare
Choose a tag to compare
v0.0.1-nx

add trigger example2