简体   繁体   English

有什么解决方案可以使用带 Flutter 台式机的笔记本电脑相机拍照吗?

[英]Is there any solution to take picture using laptop camera with Flutter desktop?

Is there any solution to take picture using the laptop camera with Flutter desktop (on Windows)?是否有任何解决方案可以使用带有 Flutter 桌面(在 Windows 上)的笔记本电脑摄像头拍照? I don't want to use go-flutter.我不想使用 go-flutter。

You would need to write a plugin that implements it using Windows APIs.您需要编写一个使用 Windows API 实现它的插件

Since the Texture widget isn't supported for Windows yet, you would need to use a separate native window for any live preview UI.由于 Windows 尚不支持 Texture 小部件,因此您需要为任何实时预览 UI 使用单独的本机窗口。

use camera_windows 0.1.0+1, the official plugin使用camera_windows 0.1.0+1,官方插件

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM