Auterion App SDK
Auterion SDK is a library that can be used by AuterionOS apps to communicate with the system.
auterion::CameraMonitor Class Reference

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)
 

Detailed Description

Monitor for new or removed cameras. This will also list all existing cameras upon creating the object.


The documentation for this class was generated from the following file: