LeiaSR SDK 720218b2 v1.32.7.6322 2025-02-13T14:55:38Z
Stable
|
Class of Exception which indicates the CameraController can not be used at this point in time. More...
#include <cameracontroller.h>
Public Member Functions | |
CameraControllerUnavailableException (std::string identifier) | |
Construct a new CameraControllerUnavailableException. More... | |
![]() | |
Exception (const char *message) | |
Constructor (C strings). More... | |
Exception (const std::string &message) | |
Constructor (C++ STL strings). More... | |
virtual | ~Exception () throw () |
Destructor. Virtual to allow for subclassing. More... | |
virtual const char * | what () const throw () |
Returns a pointer to the (constant) error description. More... | |
Additional Inherited Members | |
![]() | |
std::string | errorMessage |
Error message. More... | |
Class of Exception which indicates the CameraController can not be used at this point in time.
Also occurs when the CameraController is already controlled by some other (part of the) application.
SR::CameraControllerUnavailableException::CameraControllerUnavailableException | ( | std::string | identifier | ) |
Construct a new CameraControllerUnavailableException.
identifier | indicates which Camera is unavailable |