Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
V4L2CameraInfo Struct Reference

#include <qv4l2camera_p.h>

Collaboration diagram for V4L2CameraInfo:

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

Detailed Description

Definition at line 27 of file qv4l2camera_p.h.

Member Data Documentation

◆ autoExposureSupported

bool V4L2CameraInfo::autoExposureSupported = false

Definition at line 33 of file qv4l2camera_p.h.

◆ autoWhiteBalanceSupported

bool V4L2CameraInfo::autoWhiteBalanceSupported = false

Definition at line 31 of file qv4l2camera_p.h.

◆ colorTemperatureSupported

bool V4L2CameraInfo::colorTemperatureSupported = false

Definition at line 32 of file qv4l2camera_p.h.

◆ flashSupported

bool V4L2CameraInfo::flashSupported = false

Definition at line 35 of file qv4l2camera_p.h.

◆ formatInitialized

bool V4L2CameraInfo::formatInitialized = false

Definition at line 29 of file qv4l2camera_p.h.

◆ manualExposureSupported

bool V4L2CameraInfo::manualExposureSupported = false

Definition at line 34 of file qv4l2camera_p.h.

◆ maxColorTemp

qint32 V4L2CameraInfo::maxColorTemp = 5600

Definition at line 38 of file qv4l2camera_p.h.

◆ maxExposure

qint32 V4L2CameraInfo::maxExposure = 0

Definition at line 40 of file qv4l2camera_p.h.

◆ maxExposureAdjustment

qint32 V4L2CameraInfo::maxExposureAdjustment = 0

Definition at line 42 of file qv4l2camera_p.h.

◆ maxFocus

qint32 V4L2CameraInfo::maxFocus = 0

Definition at line 44 of file qv4l2camera_p.h.

◆ maxZoom

int V4L2CameraInfo::maxZoom = 0

Definition at line 48 of file qv4l2camera_p.h.

◆ minColorTemp

qint32 V4L2CameraInfo::minColorTemp = 5600

Definition at line 37 of file qv4l2camera_p.h.

◆ minExposure

qint32 V4L2CameraInfo::minExposure = 0

Definition at line 39 of file qv4l2camera_p.h.

◆ minExposureAdjustment

qint32 V4L2CameraInfo::minExposureAdjustment = 0

Definition at line 41 of file qv4l2camera_p.h.

◆ minFocus

qint32 V4L2CameraInfo::minFocus = 0

Definition at line 43 of file qv4l2camera_p.h.

◆ minZoom

int V4L2CameraInfo::minZoom = 0

Definition at line 47 of file qv4l2camera_p.h.

◆ rangedFocus

qint32 V4L2CameraInfo::rangedFocus = false

Definition at line 45 of file qv4l2camera_p.h.

◆ torchSupported

bool V4L2CameraInfo::torchSupported = false

Definition at line 36 of file qv4l2camera_p.h.


The documentation for this struct was generated from the following file: