Hi, I have been trying to get ov2311 camera to work on my RPI4 but no success.
Before I was able to run it on RPI3 (by some miracle), but now it does not work.
Below are things I’ve tried
On old Kernel 5.10 installed using this tutorial: [Quick Start - Arducam Wiki](Quick Starting tutorial)
But when running libcamera-hello I got
ERROR: *** no cameras available ***
On dmesg I’ve seen that something went wrong with driver loading (Now i do not remember but some memoru pointer was not being read properly) so I’ve tried (accrodingly to the internet advices) to change /boot/config.txt - mostly tried to change dtoverlay - nothing changed.
On new kernel 6.1.21 I tried the same - pretty much same result. But driver loding seemed to be improved. Now I only have on warning (?) about arducam
I filter it using | grep "arducam"
But the error when I type libcamera-hello stays the same
Tried using MIPI_Camera driver - I was able to run it on my RPI3 with ov2311 before, but now I cannot compile any *.c file in it as during compilation some libs are being skipped saying
/usr/bin/ld: skipping incompatible /lib/…/lib/libarducam_mipicamera.so when searching for -larducam_mipicamera
I did checked the connection. Also checked the tape using multimeter - everything looks good - I do not see any LED on the board, but I remember there was not any, as I was really annoyed with it.
I do have I2C interface turned on. My legacy camera support toggle disappeared. I have read every single article and tutorial and nothing worked.