krogk / AgroPi

Automated cultivation system for plants & mushrooms using Raspberry Pi
https://www.facebook.com/AgroPiOfficial
GNU General Public License v3.0
23 stars 11 forks source link

Software release 2 - Basic Camera Driver #25

Closed andrewsg3 closed 3 years ago

andrewsg3 commented 3 years ago

First draft of camera. May require integration with the wider system. Documentation present and have tested every listed function.

For testing, I would recommend:

instantiating a camera object trying a livestream() on your laptop or raspi with gui enabled saving a picture with savepicture("filename.jpg")

will be adding the HAAR cascade.xml for seedling detection testing and ssd_mobilenet for proof of concept should we ultimately find a valid way of freezing a tensorflow graph for use in c++

krogk commented 3 years ago

I won't accept this request as it tries to merge software release 2 branch into main, this should only be done when all features have been implemented and bugs resolved and we are ready for the release.