Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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

◆ autoWhiteBalanceSupported

bool V4L2CameraInfo::autoWhiteBalanceSupported = false

Definition at line 31 of file qv4l2camera_p.h.

Referenced by QV4L2Camera::isWhiteBalanceModeSupported().

◆ colorTemperatureSupported

bool V4L2CameraInfo::colorTemperatureSupported = false

Definition at line 32 of file qv4l2camera_p.h.

Referenced by QV4L2Camera::isWhiteBalanceModeSupported().

◆ flashSupported

bool V4L2CameraInfo::flashSupported = false

Definition at line 35 of file qv4l2camera_p.h.

Referenced by QV4L2Camera::isFlashModeSupported(), and QV4L2Camera::setFlashMode().

◆ formatInitialized

bool V4L2CameraInfo::formatInitialized = false

Definition at line 29 of file qv4l2camera_p.h.

◆ manualExposureSupported

bool V4L2CameraInfo::manualExposureSupported = false

◆ 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.

Referenced by QV4L2Camera::setManualExposureTime().

◆ maxExposureAdjustment

qint32 V4L2CameraInfo::maxExposureAdjustment = 0

Definition at line 42 of file qv4l2camera_p.h.

Referenced by QV4L2Camera::setExposureCompensation().

◆ maxFocus

qint32 V4L2CameraInfo::maxFocus = 0

Definition at line 44 of file qv4l2camera_p.h.

Referenced by QV4L2Camera::setFocusDistance(), and QV4L2Camera::setFocusMode().

◆ maxZoom

int V4L2CameraInfo::maxZoom = 0

Definition at line 48 of file qv4l2camera_p.h.

Referenced by QV4L2Camera::zoomTo().

◆ 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.

Referenced by QV4L2Camera::setManualExposureTime().

◆ minExposureAdjustment

qint32 V4L2CameraInfo::minExposureAdjustment = 0

Definition at line 41 of file qv4l2camera_p.h.

Referenced by QV4L2Camera::setExposureCompensation().

◆ minFocus

qint32 V4L2CameraInfo::minFocus = 0

Definition at line 43 of file qv4l2camera_p.h.

Referenced by QV4L2Camera::setFocusDistance(), and QV4L2Camera::setFocusMode().

◆ minZoom

int V4L2CameraInfo::minZoom = 0

Definition at line 47 of file qv4l2camera_p.h.

Referenced by QV4L2Camera::zoomTo().

◆ rangedFocus

qint32 V4L2CameraInfo::rangedFocus = false

Definition at line 45 of file qv4l2camera_p.h.

Referenced by QV4L2Camera::setFocusMode().

◆ torchSupported

bool V4L2CameraInfo::torchSupported = false

Definition at line 36 of file qv4l2camera_p.h.

Referenced by QV4L2Camera::isTorchModeSupported(), and QV4L2Camera::setTorchMode().


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