Thanks a lot! I confirm that May 2021 version of Buster works like a charm out of the box in Raspberry Pi Zero 2 W, including Python picamera libraries.lakewood999 wrote: ↑Mon Nov 15, 2021 2:58 pmBuster does work on the Pi Zero 2 W, and images are still available for download. You just have to look for them yourself. For example, the download link for the full version of Raspberry Pi OS is "https://downloads.raspberrypi.org/raspi ... f-full.zip" If you go down to only "https://downloads.raspberrypi.org/raspi ... hf/images/", you'll find a full listing of images where you can get a Buster image (I believe it'll be the one from May 2021?). Same idea if you want the Lite version of the OS. If you are using the Pi Imager, you can choose the "Use Custom" option, select the image the downloaded image, and write your SD card. After that, Buster should work as-is on the Zero 2 W.jrredondo wrote: ↑Mon Nov 15, 2021 9:26 amHello, same behaviour here.
I can confirm the same error running Bullseye in Raspberry Pi Zero 2 W with Pi Camera Module v2.1.
Libcamera shows the error "*** no cameras available ***"
On the other hand, I was able to run Raspistill and Raspivid properly following the steps described in this thread:
viewtopic.php?p=1936217
If you do that, running "vcgencmd get_camera" shows "supported=1,detected=1" and buildind userland libraries as described ends with a functional version of Raspistill. This is the only workaround that I have got.
I have tried to downgrade to Buster but it was impossible to achieve installation of Buster in Raspberry Pi Zero 2 W.
If this is possible, please, I would like to get information about how to do it.
The problem is that I am using Python to perform some computer vision tasks, and nowadays this is impossible in the Raspberry Pi Zero 2 W because apart from the error in libcamera, there is no Python Libraries like Picamera that support new method to access camera. So, please, provide some kind of method to install Raspberry OS Buster version in Zero 2 W while all these issues are solved in Bullseye.
Thanks in advance.
I will stay in this version avoiding any upgrade until all issues will be solved.