Torch QML 类型

Simple control over torch functionality 更多...

导入语句: import QtMultimedia 5.8

特性

详细描述

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
}
					

特性文档编制

enabled : bool

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.


power : int

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.