Auterion App SDK
Auterion SDK is a library that can be used by AuterionOS apps to communicate with the system.
|
Monitor for new or removed cameras. This will also list all existing cameras upon creating the object. More...
#include <auterion_sdk/camera/camera.hpp>
Public Types | |
using | NotificationCallback = std::function< void(const CameraDescriptor &)> |
Public Member Functions | |
CameraMonitor (SDK &sdk, const NotificationCallback &on_camera_added, const NotificationCallback &on_camera_removed=nullptr) | |
Monitor for new or removed cameras. This will also list all existing cameras upon creating the object.