I have a Zero 2W and OS Lite 32-Bit inside. All I want is a python program that sends camera footage with UDP protocol and saves footage SD card inside as a video. So I wrote this program which worked just fine for Raspberry Pi 4 with an OS (can't remember) 64-bit. https://github.com/Sokisati/camera_epl
But I no matter what I do, I just can't seem to get it working. I did everything, every way. Re-installed OS just in case I broke something. Nope. Still the same error:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/glados/myenv/lib/python3.11/site-packages/picamera2/__init__.py", line 3, in <module>
import libcamera
ModuleNotFoundError: No module named 'libcamera'
I am sure I succesfully installed picamera2. What might be causing this and how can I solve it? Or is there a very detailed tutorial I can follow for my OS Lite 32-Bit?