[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-05-24 UTC。"],[[["Using the device's flash during an AR session can enhance visibility in low-light conditions."],["Before enabling the flash, verify if the active camera configuration supports it by checking the `hasTorch` property of the `AVCaptureDevice`."],["Enable the flash by setting the `torchMode` property of the `AVCaptureDevice` to `AVCaptureTorchModeOn`."],["Disable the flash by setting the `torchMode` property of the `AVCaptureDevice` to `AVCaptureTorchModeOff`."]]],["To utilize the device's flash in an AR session, first verify if the active camera configuration supports it using `device.hasTorch`. If supported, enable the flash by setting `device.torchMode` to `AVCaptureTorchModeOn` after locking the device for configuration. If the camera doesn't support flash, setting `AVCaptureTorchModeOn` will have no effect. To disable it set the `device.torchMode` to `AVCaptureTorchModeOff` and unlock the configuration.\n"]]