OpenCV demo not running on arducam64 rpi - ERROR RPI raspberrypi.cpp:1190 Failed to register camera arducam_64mp 10-001a: -2

Running picamera2 demo:

python3 picamera2_opencv_example.py
[0:14:25.996428084] [864] INFO Camera camera_manager.cpp:293 libcamera v0.0.0+3897-c3c878a9
[0:14:25.998976269] [870] ERROR RPI raspberrypi.cpp:1190 Failed to register camera arducam_64mp 10-001a: -2
Camera(s) not found (Do not forget to disable legacy camera with raspi-config).
Camera init sequence did not complete.
Traceback (most recent call last):
File “/usr/local/lib/python3.9/dist-packages/picamera2/picamera2.py”, line 237, in init
self._open_camera()
File “/usr/local/lib/python3.9/dist-packages/picamera2/picamera2.py”, line 447, in _open_camera
if not self._initialize_camera():
File “/usr/local/lib/python3.9/dist-packages/picamera2/picamera2.py”, line 412, in _initialize_camera
raise RuntimeError(“Camera(s) not found (Do not forget to disable legacy camera with raspi-config).”)
RuntimeError: Camera(s) not found (Do not forget to disable legacy camera with raspi-config).

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/home/pi/projectfiles/picamera2_opencv_example.py”, line 9, in
picam2 = Picamera2()
File “/usr/local/lib/python3.9/dist-packages/picamera2/picamera2.py”, line 244, in init
raise RuntimeError(“Camera init sequence did not complete.”)
RuntimeError: Camera init sequence did not complete.
(venv) pi@drone:~/projectfiles $ sudo dmesg | arducam
-bash: arducam: command not found
(venv) pi@drone:~/projectfiles $ sudo dmesg | grep arducam
[ 6.182463] arducam_64mp 10-001a: Device found Arducam 64MP.
[ 6.183569] arducam_64mp 10-001a: Consider updating driver arducam_64mp to match on endpoints
(venv) pi@drone:~/projectfiles $

uname -a
Linux drone 5.15.76-v8+ #1597 SMP PREEMPT Fri Nov 4 12:16:41 GMT 2022 aarch64 GNU/Linux

Hi,
Your camera seems to be detected by the RSP.


Can the commands work below?
libcamera-still -t 0

libcamera-still -t 0
libEGL warning: DRI3: failed to query the version
Couldn’t open libGLESv2.so.2: libGLESv2.so.2: cannot open shared object file: No such file or directory
Aborted

I should mention that this is headless, using
ssh -Y [email protected]

Hi,
Please install the libcamera first and retry the picamera2 python code.
https://docs.arducam.com/Raspberry-Pi-Camera/Native-camera/Libcamera-User-Guide/#getting-started

Got this warning:
W: Repository is broken: libcamera-apps:arm64 (= 0.0.10) has no Size information

when running libcamera-hello:
libcamera-hello
libEGL warning: DRI3: failed to query the version
Couldn’t open libGLESv2.so.2: libGLESv2.so.2: cannot open shared object file: No such file or directory
Aborted

This is a headless install if that matters using ssh -Y user@box

Any ideas on this?

libcamera-hello
libEGL warning: DRI3: failed to query the version
Couldn’t open libGLESv2.so.2: libGLESv2.so.2: cannot open shared object file: No such file or directory
Aborted

Any ideas on this?

libcamera-hello
libEGL warning: DRI3: failed to query the version
Couldn’t open libGLESv2.so.2: libGLESv2.so.2: cannot open shared object file: No such file or directory
Aborted

I’m still gettin this error.

Hi,
Since you use an ssh connection, have you run the command export DISPLAY=:0 before you run the preview command?