Torch QML Type
Simple control over torch functionality. More...
Import Statement: | import QtMultimedia 5.15 |
Properties
Detailed Description
In many cases the torch hardware is shared with camera flash functionality, and might be automatically controlled by the device. You have control over the power level (of course, higher power levels are brighter but reduce battery life significantly).
Torch { power: 75 // 75% of full power enabled: true // On }
Property Documentation
This property indicates whether the torch is enabled. If the torch functionality is shared with the camera flash hardware, the camera will take priority over torch settings and the torch is disabled.
This property holds the current torch power setting, as a percentage of full power.
In some cases this setting may change automatically as a result of temperature or battery conditions.