HUAWEI P9 双摄像头 API (CAM API 2) - Caputre B/W 视频

Dual-Camera API for HUAWEI P9 (CAM API 2) - Caputre B/W video

现在我们面临的问题是,带有 B/W 传感器的华为 P9 可以拍摄照片,但不能拍摄视频。我想写一个快速而肮脏的解决方案来让第二个摄像头工作,但发现 phone 只有“2”个摄像头(front/rear?!)

有人知道如何访问 B/W 传感器吗?我知道,CAM API 2 还没有双摄像头支持。 Huawei-Developer页面提示API/SDK,但是按钮是灰色的..

非常感谢任何帮助!

我找到了一个已经包含在应用程序中的解决方法 "FreedCam"。 华为有一些隐藏参数:

Regarding P9, it'sinteresting to see, that it shows only two cameras even though it has3. Any idea if the camera API 2 has the ability to use only the black and white sensor?

com.huawei.device.capabilities.availbaleDualPrimary
com.huawei.capture.metadata.dualSensorMode

在凸轮 1 上

hw-dual-primary-supported=primary,secondary,dual //primary =color, secondary = mono
hw-dual-primary-mode=primary

所以你不能 select 它作为第三台相机。

看看这里: https://github.com/troop/FreeDcam/blob/42152a8e6b948dc1a05ebb99ecc6fe999c953b1e/app/src/main/java/freed/cam/featuredetector/Camera1FeatureDetectorTask.java