Arducam Multi Camera Adapter Module not working w/ Jetson Nano

  1. Where did you get the camera module(s)?
    I go the IMX219-160s from [Waveshare]. I got the Arducam Multi Camera Adapter Module V2.2 from [UCTRONICS]

  2. Model number of the product(s)?
    B012001 (I think?)

  3. What hardware/platform were you working on?
    Jetson Nano, aarch64. JetPack 4.6.1-b110.

  4. Instructions you have followed. (link/manual/etc.)
    Nvidia_Jetson/Multi_Camera_Adapter at master · ArduCAM/Nvidia_Jetson · GitHub

  5. Problems you were having?

Start testing the camera A
Error: Write failed
Encoder null, cannot set bitrate!
Encoder Profile = High
bitrate = 4000000
Encoder Profile = High
Encoder control-rate = 1
Encoder EnableTwopassCBR = 0
Opening in BLOCKING MODE 
** Message: 13:26:51.825: <main:4674> iterating capture loop ....

Starting automation...
Error generated. /dvs/git/dirty/git-master_linux/multimedia/nvgstreamer/gst-nvarguscamera/gstnvarguscamerasrc.cpp, execute:740 No cameras available
NvMMLiteOpen : Block : BlockType = 4 
===== NVMEDIA: NVENC =====
NvMMLiteBlockCreate : Block : BlockType = 4 

It then gets stuck here.

  1. The dmesg log from your hardware?
[Link to dmesg log](https://easyupload.io/e0qzrq).
  1. Troubleshooting attempts you’ve made?
    Tried changing the Python code from i2c = "i2cset -y 1 ... to numbers other than 1, up until 8.
    Changed the import from RPi.GPIO as gp to Jetson.GPIO as GPIO.

  2. What help do you need?
    Get the MultiCamera Adapter to work because it was advertised to work with the Jetson Nano.

Never mind, it’s working now. Pins issue.

Hi Jamal, how did you solve this issue.