Implementation of Capture interface for DSCapture plugin.
More...
#include <CapturePluginDSCapture.h>
|
CaptureDevice | mCaptureDevice |
|
unsigned long | mXResolution |
|
unsigned long | mYResolution |
|
bool | mIsCapturing |
|
Implementation of Capture interface for DSCapture plugin.
- Note
- The DSCapture plugin is currently experimental and not included in the build by default.
Definition at line 63 of file CapturePluginDSCapture.h.
◆ CaptureDSCapture()
Constructor.
- Parameters
-
captureDevice | Information of which camera to create. |
◆ captureImage()
Capture one image from the camera.
Do not modify this image.
- Returns
- The captured image.
Implements Capture.
◆ Serialize()
Performs serialization of the class members and configuration.
- Parameters
-
- Returns
- True if the serialization of the class was successful, false otherwise.
Implements Capture.
◆ showSettingsDialog()
bool showSettingsDialog |
( |
| ) |
|
|
virtual |
Show the settings dialog of the camera.
- Returns
- True if the settings dialog was shown, false otherwise.
Implements Capture.
◆ start()
Starts the camera capture.
- Returns
- True if the camera was properly initialized, false otherwise.
Implements Capture.
The documentation for this class was generated from the following file: