I'm trying to access both the back cameras in the Huawei P20 in real-time. I'm using Unity for now. I access the different cameras through WebCamTexture.devices, but it can only see the front one and the back RGB camera: the monochrome camera is missing. I've also checked the android camera2 reference with no success.
Asked
Active
Viewed 271 times
0
-
Why dont you convert your RGB to grayscale? https://stackoverflow.com/questions/2265910/convert-an-image-to-grayscale – Chico3001 May 06 '18 at 00:12
-
No, my purpose is to access both cameras togheter. I want to use the stereo camera system – Gabriele Minneci May 07 '18 at 15:02