Arducam 1MP (OV9782 Color) Quad-Camera Bundle Kit not showing video from Nano

  1. Where did you get the camera module(s)?
    online from uctronics.com

  2. Model number of the product(s)?
    Arducam 1MP (OV9782 Color) Quad-Camera Bundle Kit

  3. What hardware/platform were you working on?
    Nano B02, jetpack L4t.32.5.1, Ubuntu 18.04

  4. Instructions you have followed. (link/manual/etc.)
    Camarray – Arducam 1MP (OV9782 Color) Quad-Camera Bundle Kit - Arducam

  5. Problems you were having?
    python3 arducam_displayer.py -f RGGB --width 5120 --height 800 -d 0 --fps
    core dump , illegal instructions.

  6. The dmesg log from your hardware?
    dmesg |grep arducam
    reading register 0x103 failed
    probe failed
    failed to setup board
    firmware version 3
    sensor ID : 0x0000
    sensor arducam-csi2 8-000c registered
    subdev arducam-csi2 8-000c bound

  7. Troubleshooting attempts you’ve made?
    upgrade linux kernel to latest 4.9.230 by upgrade jetpack to latest.
    plug and ubplug cable, check power support for board, reboot

  8. What help do you need?
    video not showing up. suggestions how to get the video showing.

Hi @bobding
Can you execute v4l2-ctl --list-formats-ext and send the result to me?
You can also use the following methods to test the camera:

  1. Try to use vlc to access the camera.
  2. Use this command to test the camera: v4l2-ctl --set-fmt-video=width=5120,height=800 --stream-mmap --stream-count=-1

Here are results

v4l2-ctl --list-formats-ext

ioctl: VIDIOC_ENUM_FMT
Index : 0
Type : Video Capture
Pixel Format: ‘GREY’
Name : 8-bit Greyscale
Size: Discrete 5120x800

Index       : 1
Type        : Video Capture
Pixel Format: 'Y10 '
Name        : 10-bit Greyscale
	Size: Discrete 5120x800

Index       : 2
Type        : Video Capture
Pixel Format: 'Y16 '
Name        : 16-bit Greyscale
	Size: Discrete 5120x800

v4l2-ctl --set-fmt-video=width=5120,height=800 --stream-mmap --stream-count=-1
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 44.55 fps
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 44.50 fps
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 44.51 fps
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 44.50 fps
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 44.42 fps
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 44.42 fps
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 44.42 fps
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 44.44 fps
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 44.44 fps
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 44.41 fps

VLC play followed this doc exactly but VLC not show anything

Thank you for the information,

It looks like everything is normal with the camera.

Maybe not to set the resolution and format information?

Can you try not to add the -f parameter? From the above information, the camera is working normally. Perhaps this is an application problem.