Android Camera: getPhysicalCameraIds is not found

1k Views Asked by At

I was trying to add support for fused camera streams in a project I'm working on and I tried querying for support. However, the new methods like getPhysicalCameraIds() or constants like REQUEST_AVAILABLE_CAPABILITIES_LOGICAL_MULTI_CAMERA are not found and thus compilation fails.

I have compileSdkVersion, targetSdkVersion and minSdkVersion set to 28. I've also made sure I have the Android P SDK installed... and restarted Android Studio, but no luck.

Is there anything else I need to configure?

0

There are 0 best solutions below