-
Notifications
You must be signed in to change notification settings - Fork 7
Roadmap
Jason DuPertuis edited this page Jul 1, 2021
·
3 revisions
A simple version of the camera, requiring a fair amount of hand-holding.
Add bird identification through machine learning library.
The goal for v3.0 is a major restructuring of the architecture to uncouple the essential app from Raspberry Pi internals to allow porting to other environments, and to allow using different camera interfaces.
- Extract RasPi-specific code from app loop and re-locate into own module
- Extract photo-saving code and re-locate into own module
- Save to disk
- Save to network
- Add configurations to allow for module switching the above
- Investigate gPhoto for external camera control
- Export video to stream
- Take video clips instead of single images