Skip to content

Roadmap

Jason DuPertuis edited this page Jul 1, 2021 · 3 revisions

Released

1.0 Sparrow - Camera Essentials

A simple version of the camera, requiring a fair amount of hand-holding.

In Development

2.0 Robin - Birbvision

Add bird identification through machine learning library.

Future

3.0 ???

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

3.1

  • Export video to stream
  • Take video clips instead of single images
Clone this wiki locally