* <p>The camera device is a logical camera backed by two or more physical cameras that are
* also exposed to the application.</p>
* <p>The camera device is a logical camera backed by two or more physical cameras. In
* API level 28, the physical cameras must also be exposed to the application via
* <a href="https://developer.android.com/reference/android/hardware/camera2/CameraManager.html#getCameraIdList">CameraManager#getCameraIdList</a>. Starting from API
* level 29, some or all physical cameras may not be independently exposed to the
* application, in which case the physical camera IDs will not be available in
* <a href="https://developer.android.com/reference/android/hardware/camera2/CameraManager.html#getCameraIdList">CameraManager#getCameraIdList</a>. But the application
* can still query the physical cameras' characteristics by calling