|
Argus Camera Sample
Argus Camera Sample
|
The multi exposure app module adds functionality to capture multiple streams with different exposure compensation values. More...
#include <AppModuleMultiExposure.h>
Public Member Functions | |
| AppModuleMultiExposure () | |
| virtual | ~AppModuleMultiExposure () |
IAppModule methods | |
| virtual bool | initialize (Options &options) |
| Initialize. | |
| virtual bool | shutdown () |
| Shut down. | |
| virtual bool | start (Window::IGuiMenuBar *iGuiMenuBar=NULL, Window::IGuiContainer *iGuiContainerConfig=NULL) |
| Start the module. | |
| virtual bool | stop () |
| Stop the module. | |
Public Member Functions inherited from ArgusSamples::IAppModule | |
| IAppModule () | |
| virtual | ~IAppModule () |
Private Attributes | |
| bool | m_initialized |
| set if initialized | |
| bool | m_running |
| set if running | |
| TaskMultiExposure | m_multiExposure |
| multi exposure task | |
| Window::IGuiContainer * | m_guiContainerConfig |
| configuration GUI container | |
| Window::IGuiContainerGrid * | m_guiConfig |
| configuration GUI | |
The multi exposure app module adds functionality to capture multiple streams with different exposure compensation values.
Definition at line 42 of file AppModuleMultiExposure.h.
| ArgusSamples::AppModuleMultiExposure::AppModuleMultiExposure | ( | ) |
Definition at line 36 of file AppModuleMultiExposure.cpp.
|
virtual |
Definition at line 44 of file AppModuleMultiExposure.cpp.
|
virtual |
Initialize.
| [in] | options | each app module can add options |
Implements ArgusSamples::IAppModule.
Definition at line 49 of file AppModuleMultiExposure.cpp.
|
virtual |
Shut down.
Implements ArgusSamples::IAppModule.
Definition at line 68 of file AppModuleMultiExposure.cpp.
|
virtual |
Start the module.
| [in] | iGuiMenuBar | optional, the module can add menu items to this menu bar |
| [in] | iGuiContainerConfig | optional, the module can add configuration options to this container |
Implements ArgusSamples::IAppModule.
Definition at line 87 of file AppModuleMultiExposure.cpp.
|
virtual |
Stop the module.
Implements ArgusSamples::IAppModule.
Definition at line 129 of file AppModuleMultiExposure.cpp.
|
private |
configuration GUI
Definition at line 63 of file AppModuleMultiExposure.h.
|
private |
configuration GUI container
Definition at line 62 of file AppModuleMultiExposure.h.
|
private |
set if initialized
Definition at line 58 of file AppModuleMultiExposure.h.
|
private |
multi exposure task
Definition at line 60 of file AppModuleMultiExposure.h.
|
private |
set if running
Definition at line 59 of file AppModuleMultiExposure.h.
1.8.1