This task captures still images.
More...
#include <StillCapture.h>
List of all members.
Private Member Functions |
| bool | onDeviceOpenChanged (const Observed &source) |
| | Callback when the device is opened/closed.
|
| bool | onSensorModeValidChanged (const Observed &source) |
| | Callback when the sensorModeValid is changed.
|
| bool | restartStreams (const Observed &source) |
| | Restart when output size changes.
|
Detailed Description
This task captures still images.
Definition at line 48 of file StillCapture.h.
Constructor & Destructor Documentation
| ArgusSamples::TaskStillCapture::TaskStillCapture |
( |
| ) |
|
| ArgusSamples::TaskStillCapture::~TaskStillCapture |
( |
| ) |
|
|
virtual |
Member Function Documentation
| bool ArgusSamples::TaskStillCapture::execute |
( |
| ) |
|
| bool ArgusSamples::TaskStillCapture::initialize |
( |
| ) |
|
|
virtual |
| bool ArgusSamples::TaskStillCapture::onDeviceOpenChanged |
( |
const Observed & |
source | ) |
|
|
private |
Callback when the device is opened/closed.
Definition at line 93 of file StillCapture.cpp.
| bool ArgusSamples::TaskStillCapture::onSensorModeValidChanged |
( |
const Observed & |
source | ) |
|
|
private |
| bool ArgusSamples::TaskStillCapture::restartStreams |
( |
const Observed & |
source | ) |
|
|
private |
| bool ArgusSamples::TaskStillCapture::shutdown |
( |
| ) |
|
|
virtual |
| bool ArgusSamples::TaskStillCapture::start |
( |
| ) |
|
|
virtual |
| bool ArgusSamples::TaskStillCapture::stop |
( |
| ) |
|
|
virtual |
Member Data Documentation
| uint32_t ArgusSamples::TaskStillCapture::m_captureIndex |
|
private |
| bool ArgusSamples::TaskStillCapture::m_initialized |
|
private |
| TrackedUniqueObj<Argus::Request> ArgusSamples::TaskStillCapture::m_previewRequest |
|
private |
| Argus::UniqueObj<Argus::OutputStream> ArgusSamples::TaskStillCapture::m_previewStream |
|
private |
| bool ArgusSamples::TaskStillCapture::m_prevRunning |
|
private |
set if was running before the sensorModeValid is set to false
Definition at line 69 of file StillCapture.h.
| bool ArgusSamples::TaskStillCapture::m_running |
|
private |
| bool ArgusSamples::TaskStillCapture::m_wasRunning |
|
private |
set if was running before the device had been closed
Definition at line 68 of file StillCapture.h.
The documentation for this class was generated from the following files: