gpt4 book ai didi

dart - 去除前置摄像头的镜像效果

转载 作者:行者123 更新时间:2023-12-03 03:05:33 47 4
gpt4 key购买 nike

我目前正在使用 camera plug-in在 flutter 上。拍照时有没有办法去除前置摄像头(自拍相机)的镜面效果?

最佳答案

您可以使用变换小部件手动镜像相机小部件:

import 'dart:math' as math; // import this

Transform(
alignment: Alignment.center,
transform: Matrix4.rotationY(math.pi),
child: /*Your Camera Widget*/,
)

关于dart - 去除前置摄像头的镜像效果,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54546765/

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