【发布时间】:2021-08-10 03:35:44
【问题描述】:
videoCapture = VideoCapture.Builder()
.setMaxResolution(size)
.setDefaultResolution(size)
.setCameraSelector(cameraSelector!!)
.setTargetAspectRatio(AspectRatio.RATIO_4_3)
.build()
有没有静音的选项?
【问题讨论】:
-
可能this有帮助
-
@Sniffer 我无法从该链接中找到任何解决方案,无论如何谢谢您的帮助。
标签: android kotlin android-camerax