QCameraImageProcessing Class ReferenceThe QCameraImageProcessing class provides interface for focus and zoom related camera settings. More... #include <QCameraImageProcessing> Inherits QObject. Public Types
Public Functions
Additional Inherited Members
Detailed DescriptionThe QCameraImageProcessing class provides interface for focus and zoom related camera settings. Member Type Documentation
|
Constant | Value | Description |
---|---|---|
QCameraImageProcessing::WhiteBalanceManual | 1 | Manual white balance. In this mode the white balance should be set with setManualWhiteBalance() |
QCameraImageProcessing::WhiteBalanceAuto | 0 | Auto white balance mode. |
QCameraImageProcessing::WhiteBalanceSunlight | 2 | Sunlight white balance mode. |
QCameraImageProcessing::WhiteBalanceCloudy | 3 | Cloudy white balance mode. |
QCameraImageProcessing::WhiteBalanceShade | 4 | Shade white balance mode. |
QCameraImageProcessing::WhiteBalanceTungsten | 5 | Tungsten white balance mode. |
QCameraImageProcessing::WhiteBalanceFluorescent | 6 | Fluorescent white balance mode. |
QCameraImageProcessing::WhiteBalanceIncandescent | 7 | Incandescent white balance mode. |
QCameraImageProcessing::WhiteBalanceFlash | 8 | Flash white balance mode. |
QCameraImageProcessing::WhiteBalanceSunset | 9 | Sunset white balance mode. |
QCameraImageProcessing::WhiteBalanceVendor | 1000 | Vendor defined white balance mode. |
Return the contrast.
See also setContrast().
Returns the denoising level.
See also setDenoisingLevel().
Returns true if image processing related settings are supported by this camera.
Returns true if denoising is supported.
Identifies if sharpening is supported.
Returns true if sharpening is supported; and false if it is not.
Returns true if the white balance mode is supported.
Returns the current color temperature if the manual white balance is active, otherwise the return value is undefined.
See also setManualWhiteBalance().
Returns the saturation value.
See also setSaturation().
Set the contrast to value.
Valid contrast values range between -100 and 100, the default is 0.
See also contrast().
Sets the denoising level.
Valid denoising level values range between -1 for default denoising level, 0 for denoising disabled and 100 for maximum denoising applied.
See also denoisingLevel().
Sets manual white balance to colorTemperature
See also manualWhiteBalance().
Sets the saturation value to value.
Valid saturation values range between -100 and 100, the default is 0.
See also saturation().
Sets the sharpening level.
Valid sharpening level values range between -1 for default sharpening level, 0 for sharpening disabled and 100 for maximum sharpening applied.
See also sharpeningLevel().
Sets the white balance to mode.
See also whiteBalanceMode().
Returns the sharpening level.
See also setSharpeningLevel().
Returns the white balance mode being used.
See also setWhiteBalanceMode().