You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should be an interface which defines all of the various functionalities that we want to do with any arbitrary camera.
This will be a C++ class with all pure virtual functions. Later on, we will implement versions of this class for all of the different cameras we use or may want to use.
Things we want to do with a camera
Establish connection
Verify Connection
Take Picture
Take Picture every x seconds
Cancel Current "Take picture every x seconds" that is active
Get Current Config
getters for all the different config options we have setters for (see below)
Update camera config.
this will be spread out across various different functions which each update a specific config option
list all config function options below
Sever connection
Config functions:
TODO
Documentation
A page on the wiki should be written which contains all of functionality this interface demands.
Testing
The interface itself will not have any tests, but future implementations will.
The text was updated successfully, but these errors were encountered:
🚀 Feature
This should be an interface which defines all of the various functionalities that we want to do with any arbitrary camera.
This will be a C++ class with all pure virtual functions. Later on, we will implement versions of this class for all of the different cameras we use or may want to use.
Things we want to do with a camera
Config functions:
Documentation
A page on the wiki should be written which contains all of functionality this interface demands.
Testing
The interface itself will not have any tests, but future implementations will.
The text was updated successfully, but these errors were encountered: