gpt4 book ai didi

javascript - PWA 应用程序 : Is it possible to turn on torch/flash of the camera from JavaScript

转载 作者:行者123 更新时间:2023-11-28 03:34:21 27 4
gpt4 key购买 nike

我已经使用 Microsoft Visual Studio 2017 创建了一个基于 JavaScript 的“渐进式 Web 应用程序”。我想从 JavaScript 中打开 torch 。我已经实现了以下代码来显示相机:

var cam = Windows.Media.Capture.CameraCaptureUI(); 
cam.captureFileAsync(Windows.Media.Capture.CameraCaptureUIMode.photo)
.done(function (data) {
if (data)
{
}
}, function() {
});

如何通过 JavaScript 打开手电筒?

最佳答案

阅读文档后,我了解到您只能设置以下配置:AllowCropping、CroppedAspectRatio、CroppedSizeInPixels、Format 和 MaxResolution。

您可以在此处查看文档:https://learn.microsoft.com/en-us/uwp/api/windows.media.capture.cameracaptureuiphotocapturesettings

我认为您要求的功能并不适合所有手机,因此它不是一个已实现的功能。

关于javascript - PWA 应用程序 : Is it possible to turn on torch/flash of the camera from JavaScript,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57871168/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com