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?