|
OpenShot Library | libopenshot
0.7.0
|
#include <CameraCaptureReader.h>
Public Attributes | |
| CameraCaptureBackend | backend = CAMERA_CAPTURE_AUTO |
| std::string | device = "/dev/video0" |
| openshot::Fraction | fps = openshot::Fraction(30, 1) |
| int | height = 720 |
| std::map< std::string, std::string > | options |
| int | width = 1280 |
Definition at line 31 of file CameraCaptureReader.h.
| CameraCaptureBackend openshot::CameraCaptureSettings::backend = CAMERA_CAPTURE_AUTO |
Definition at line 33 of file CameraCaptureReader.h.
Referenced by openshot::CameraCaptureReader::CameraCaptureReader(), openshot::CameraCaptureReader::JsonValue(), and openshot::CameraCaptureReader::SetJsonValue().
| std::string openshot::CameraCaptureSettings::device = "/dev/video0" |
Definition at line 34 of file CameraCaptureReader.h.
Referenced by openshot::CameraCaptureReader::JsonValue(), and openshot::CameraCaptureReader::SetJsonValue().
| openshot::Fraction openshot::CameraCaptureSettings::fps = openshot::Fraction(30, 1) |
Definition at line 37 of file CameraCaptureReader.h.
Referenced by openshot::CameraCaptureReader::JsonValue(), and openshot::CameraCaptureReader::SetJsonValue().
| int openshot::CameraCaptureSettings::height = 720 |
Definition at line 36 of file CameraCaptureReader.h.
Referenced by openshot::CameraCaptureReader::JsonValue(), and openshot::CameraCaptureReader::SetJsonValue().
| std::map<std::string, std::string> openshot::CameraCaptureSettings::options |
Definition at line 38 of file CameraCaptureReader.h.
Referenced by openshot::CameraCaptureReader::JsonValue(), and openshot::CameraCaptureReader::SetJsonValue().
| int openshot::CameraCaptureSettings::width = 1280 |
Definition at line 35 of file CameraCaptureReader.h.
Referenced by openshot::CameraCaptureReader::JsonValue(), and openshot::CameraCaptureReader::SetJsonValue().
1.8.17