Claude Pageau

Results 59 comments of Claude Pageau

You might try sudo apt install socket.io rather than rpm install On Fri, Dec 24, 2021 at 8:41 PM kenking2536 ***@***.***> wrote: > Raspberry PI software does not work >...

I took a look at the pca9865 python library https://learn.adafruit.com/16-channel-pwm-servo-driver?view=all#python-circuitpython and https://circuitpython.readthedocs.io/projects/servokit/en/latest/ It is possible to add the pca9865 servo control to the code. I did modify to use GPIOZero...

The main program logic would remain the same. Just the code to load the required python libraries and move the servos would need to be modified. This code was written...

FYI. I found this github project that might be of interest to you https://github.com/allmyservos/allmyservos BTW I am still looking at rewriting face tracking demo so it can use dagu, pimoroni,...

Just found your issue. I have updated the Readme.txt file. This file has been updated and improved as well. Thanks for your feedback. Also I have added a source folder...

Code is compatible with python3 but I have not run under Bullesye. Not sure if the PiCamera python library will work since I believe they removed it from bullseye. Let...

There should be a setting using *sudo raspi-config* under *Interface Options*, called *I1 Legacy Camera Enable/disable legacy camera support*. Try enabling this option then try to reinstall/rerun pi-timolo. I Have...

Thanks for the update Until the new Bullseye and later picamera python library is released and the pi-timilo code changed to work with that library then the only alternative is...

Waiting for the full release of PiCamera2 that is not syntactically compatible with the original PiCamera python library. Will need a rewrite of camera portions of Pi-Timolo. I have discussed...

Yes Picamera2 python lib is not released for production yet. Just review so far On Thu, Mar 17, 2022, 10:34 AM Tom Kral ***@***.***> wrote: > Thank you for the...