Adam Gogacz
Adam Gogacz
Well, in about a week from today the Picamera2 package will be 3 Python versions behind [Python3.12 release schedule](https://peps.python.org/pep-0693/). These cameras are not ready for the Python community, who by...
@tvoverbeek I think I may have found the ugliest solution. I have `my_cool_fun.py` in a virtual environment with 3.11 interpreter and `fun_picam3_9.py` using the `Picamera2` and running in the (base/system)...
@Kasperror I got it working perfectly fine, taking photos and shipping them off to AWS. Essentially you have a socket server (python3.11 in my case) and a socket connection (python...