Fix documentation for Camera flash mode enum.

Added missing documentation for Camera.FlashVideoLight and corrected
it for Camera.FlashTorch.

Change-Id: Ib1823b6554bd2f9db92e047fd4755ae7fb3e0f96
Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
This commit is contained in:
Yoann Lopes
2015-05-13 17:20:34 +02:00
parent 695399c5f5
commit 9faaf425e9

View File

@@ -113,7 +113,10 @@ bool QDeclarativeCameraFlash::isFlashReady() const
\row \li Camera.FlashAuto \li Automatic flash. \row \li Camera.FlashAuto \li Automatic flash.
\row \li Camera.FlashRedEyeReduction \li Red eye reduction flash. \row \li Camera.FlashRedEyeReduction \li Red eye reduction flash.
\row \li Camera.FlashFill \li Use flash to fillin shadows. \row \li Camera.FlashFill \li Use flash to fillin shadows.
\row \li Camera.FlashTorch \li Constant light source, useful for focusing and video capture. \row \li Camera.FlashTorch \li Constant light source. If supported, torch can be
enabled without loading the camera.
\row \li Camera.FlashVideoLight \li Constant light source, useful for video capture.
The light is turned on only while the camera is active.
\row \li Camera.FlashSlowSyncFrontCurtain \row \li Camera.FlashSlowSyncFrontCurtain
\li Use the flash in conjunction with a slow shutter speed. \li Use the flash in conjunction with a slow shutter speed.
This mode allows better exposure of distant objects and/or motion blur effect. This mode allows better exposure of distant objects and/or motion blur effect.