Hardware Setup







Please note that in this illustrator, the different colors of the jumper wires are just to make it easier to distinguish them from each other. The order of those colors varies from item to item, so it may not match the one you’ve received. Therefore, instead of its color, you should rely on the position of the wire to correctly connect the jumpers.
Driver Setup
Please refer to the doc: IMX477 – How to install the Driver.
Using the Arducam PTZ Camera Example
Download the demo code
git clone https://www.github.com/arducam/MIPI_Camera.git

Install Dependency
sudo apt install python-smbus
Enter the folder
cd MIPI_Camera/Jetson/JetsonNano_PTZ/
Run the demo code
python FocuserExample.py
