sunfounder / vilib

Vision library for python
GNU General Public License v2.0
13 stars 16 forks source link

Compatibility for Bullseye #5

Closed DanMan32 closed 3 months ago

DanMan32 commented 1 year ago

Bullseye has been out for a year now, it's time to get ViLib and all dependent applications compatible with it. It seems this shouldn't be too difficult for those very familiar with Pi, Linux and Pi's camera functions. The heart of it all appears to be in using PiCamera2 rather than PiCamera, possibly also cv2.

emannersvip commented 11 months ago

If this project is taking merge requests I'd be happy to submit my code updates for Bullseye.

Lovmong commented 10 months ago

If this project is taking merge requests I'd be happy to submit my code updates for Bullseye.

Yes, we are happy to receive your pull request. For bullseye or newer bookworm systems, we use the new branch picamera2, please submit your code to the picamera2 branch.