I am trying to get the IMX519 16 MP Autofocus camera working on CM4 but I get no camera available error all the time.
####################################
[19:52:45.986213931] [1868] INFO Camera camera_manager.cpp:293 libcamera v0.0.0
ERROR: *** no cameras available ***
Buster is no longer recommended, and it is difficult to support, there are many things that are not open source. Currently the best way to use imx519 is to use Bullseye + libcamera, which is a completely open source camera framework.
Please find the information below: [email protected]:~ $ cat /proc/version
Linux version 5.10.103-v8+ ([email protected]) (aarch64-linux-gnu-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1529 SMP PREEMPT Tue Mar 8 12:26:46 GMT 2022
[email protected]:~ $ cat /proc/cpuinfo
processor : 0
BogoMIPS : 108.00
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 3
processor : 1
BogoMIPS : 108.00
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 3
processor : 2
BogoMIPS : 108.00
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 3
processor : 3
BogoMIPS : 108.00
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 3
Hardware : BCM2835
Revision : d03140
Serial : 100000006c4764aa
Model : Raspberry Pi Compute Module 4 Rev 1.0
I have got the camera working on Bullseye without any issue, but I have other appliation that requires us to use Buster and so we want to make the camera work with Buster.
Sorry, Buster version can be difficult to support. We haven’t had to support a similar system in a long time. This is in line with Raspberry Pi’s upgrade strategy. Continuing to use Buster may make the process more difficult later on. If possible, we recommend upgrading to Bullseye for better compatibility and ease of use.