Argus Camera Sample
Argus Camera Sample
|
Source settings observer. More...
Public Member Functions | |
SourceSettingsObserver (Argus::ISourceSettings *iSourceSettings) | |
virtual | ~SourceSettingsObserver () |
virtual bool | isInterface (Argus::Interface *interface) const |
Check if this is the observer for the given interface. | |
![]() | |
virtual | ~IObserverForInterface () |
Private Member Functions | |
bool | onExposureTimeRangeChanged (const Observed &source) |
bool | onGainRangeChanged (const Observed &source) |
bool | onSensorModeChanged (const Observed &source) |
bool | onFocusPositionChanged (const Observed &source) |
bool | onFrameRateChanged (const Observed &source) |
Private Attributes | |
Argus::ISourceSettings * | m_iSourceSettings |
Source settings observer.
Update Argus source settings if values which are set through the source settings change.
Definition at line 270 of file Dispatcher.cpp.
|
inline |
Definition at line 273 of file Dispatcher.cpp.
|
inlinevirtual |
Definition at line 295 of file Dispatcher.cpp.
|
inlinevirtual |
Check if this is the observer for the given interface.
interface | [in] |
Implements ArgusSamples::IObserverForInterface.
Definition at line 316 of file Dispatcher.cpp.
|
inlineprivate |
Definition at line 322 of file Dispatcher.cpp.
|
inlineprivate |
Definition at line 370 of file Dispatcher.cpp.
|
inlineprivate |
Definition at line 387 of file Dispatcher.cpp.
|
inlineprivate |
Definition at line 339 of file Dispatcher.cpp.
|
inlineprivate |
Definition at line 353 of file Dispatcher.cpp.
|
private |
Definition at line 423 of file Dispatcher.cpp.