gpt4 book ai didi

javascript - Nativescript核心相机集成在一个层中,而不是启动相机应用程序来拍照

转载 作者:行者123 更新时间:2023-12-03 00:38:42 26 4
gpt4 key购买 nike

我希望将 NativeScript 核心相机集成在一个层(例如 StackLayout)内,可以使用自定义按钮激活该相机,而不是启动相机应用程序来拍照并返回应用程序,结果如下例所示:

const camera = require("nativescript-camera");

if (camera.isAvailable()) {
var options = { width: 300, height: 300, keepAspectRatio: false, saveToGallery: false};
camera.takePicture(options)
.then(function (imageAsset) {
mv.imageTaken = imageAsset;
}).catch(function (err) {
console.log("Error -> " + err.message);
});
}

我找到了plugin关于相机预览,但它有文字:

(that might not work)

在这种情况下,不需要预览,因为我使用 imageAsset 来获取 tet 并填写表单。

最佳答案

尝试nativescript-camera-plus插件允许您将相机嵌入到布局中。

tns plugin add @nstudio/nativescript-camera-plus

关于javascript - Nativescript核心相机集成在一个层中,而不是启动相机应用程序来拍照,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53556315/

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