Need help with Arducam B0312

Camera model

12MP IMX708 Autofocus Camera Module 3 with HDR Mode and PDAF

What is the problem?

Camera is not working

What did you already try to solve it?

Making sure it is properly connected and editing boot files

Have you tried running in safe mode?

Yes

Did running in safe mode solve the problem?

No

Systeminfo Bundle

You can download this in OctoPrint's System Information dialog ... no bundle, no support!)

octoprint-systeminfo-20240304171556.zip (151.9 KB)

Additional information about your setup

OctoPrint version, OctoPi version, printer, firmware, browser, operating system, ... as much data as possible

rev=$(awk '/^Revision/ { print $3 }' /proc/cpuinfo) && curl -L perturb.org/rpi?rev=$rev

Revision: b03115
Model   : 4 Model B
Memory  : 2 GB
Overvolt: No
Released: Q1 2022
Notes   : (Mfg by Sony)

uname -a

Linux octopi 6.1.21-v7l+ #1642 SMP Mon Apr  3 17:22:30 BST 2023 armv7l GNU/Linux

/boot/config.txt

arm_64bit=0
dtparam=audio=on
camera_auto_detect=1
display_auto_detect=1
dtoverlay=imx708
max_framebuffers=2
disable_overscan=1
otg_mode=1
arm_boost=1
start_x=1
gpu_mem=128
dtoverlay=imx708-b0311

/boot/octopi.txt

camera_usb_options="-r 1920x1080 -f 10"
camera_http_webroot="./www"
camera_http_options=""
enable_network_monitor=0
destination_host=192.168.1.1

libcamera-hello --list-cameras

No cameras available!

webcamd.log

Found video devices:
/dev/video10
/dev/video11
/dev/video12
/dev/video13
/dev/video14
/dev/video15
/dev/video16
/dev/video18
/dev/video19
/dev/video20
/dev/video21
/dev/video22
/dev/video23
/dev/video31
config file='/boot/octopi.txt':USB device was not set in options, starting MJPG-streamer with the first found video device: /dev/video10
<13>Mar  4 17:08:34 root: Starting USB webcam
Checking for VL805 (Raspberry Pi 4)...
  - It seems that you don't have VL805 (Raspberry Pi 4).
    There should be no problems with USB (a.k.a. select() timeout)
Running ./mjpg_streamer -o output_http.so -w ./www  -i input_uvc.so -r 1920x1080 -f 30 -d /dev/video10
MJPG Streamer Version.: 2.0
 i: Using V4L2 device.: /dev/video10
 i: Desired Resolution: 1920 x 1080
 i: Frames Per Second.: 30
 i: Format............: JPEG
 i: TV-Norm...........: DEFAULT
Error opening device /dev/video10: video capture not supported.
Init v4L2 failed !! exit fatal
 i: init_VideoIn failed
Done bringing up all configured video devices
Scanning again in two minutes