![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qv4l2camera_p.h>
Public Attributes | |
bool | formatInitialized = false |
bool | autoWhiteBalanceSupported = false |
bool | colorTemperatureSupported = false |
bool | autoExposureSupported = false |
bool | manualExposureSupported = false |
bool | flashSupported = false |
bool | torchSupported = false |
qint32 | minColorTemp = 5600 |
qint32 | maxColorTemp = 5600 |
qint32 | minExposure = 0 |
qint32 | maxExposure = 0 |
qint32 | minExposureAdjustment = 0 |
qint32 | maxExposureAdjustment = 0 |
qint32 | minFocus = 0 |
qint32 | maxFocus = 0 |
qint32 | rangedFocus = false |
int | minZoom = 0 |
int | maxZoom = 0 |
Definition at line 27 of file qv4l2camera_p.h.
bool V4L2CameraInfo::autoExposureSupported = false |
Definition at line 33 of file qv4l2camera_p.h.
bool V4L2CameraInfo::autoWhiteBalanceSupported = false |
Definition at line 31 of file qv4l2camera_p.h.
bool V4L2CameraInfo::colorTemperatureSupported = false |
Definition at line 32 of file qv4l2camera_p.h.
bool V4L2CameraInfo::flashSupported = false |
Definition at line 35 of file qv4l2camera_p.h.
bool V4L2CameraInfo::formatInitialized = false |
Definition at line 29 of file qv4l2camera_p.h.
bool V4L2CameraInfo::manualExposureSupported = false |
Definition at line 34 of file qv4l2camera_p.h.
qint32 V4L2CameraInfo::maxColorTemp = 5600 |
Definition at line 38 of file qv4l2camera_p.h.
qint32 V4L2CameraInfo::maxExposure = 0 |
Definition at line 40 of file qv4l2camera_p.h.
qint32 V4L2CameraInfo::maxExposureAdjustment = 0 |
Definition at line 42 of file qv4l2camera_p.h.
qint32 V4L2CameraInfo::maxFocus = 0 |
Definition at line 44 of file qv4l2camera_p.h.
int V4L2CameraInfo::maxZoom = 0 |
Definition at line 48 of file qv4l2camera_p.h.
qint32 V4L2CameraInfo::minColorTemp = 5600 |
Definition at line 37 of file qv4l2camera_p.h.
qint32 V4L2CameraInfo::minExposure = 0 |
Definition at line 39 of file qv4l2camera_p.h.
qint32 V4L2CameraInfo::minExposureAdjustment = 0 |
Definition at line 41 of file qv4l2camera_p.h.
qint32 V4L2CameraInfo::minFocus = 0 |
Definition at line 43 of file qv4l2camera_p.h.
int V4L2CameraInfo::minZoom = 0 |
Definition at line 47 of file qv4l2camera_p.h.
qint32 V4L2CameraInfo::rangedFocus = false |
Definition at line 45 of file qv4l2camera_p.h.
bool V4L2CameraInfo::torchSupported = false |
Definition at line 36 of file qv4l2camera_p.h.