Camera 2 CameraCharacteristics seem to show incorrect data
问题 I have downloaded and changed Google's Camera 2 Basic example. My changes add iterating through camera devices and showing some of their characteristics. I created this function: private void printCameraCharacteristics() { Log.d(TAG, "printCameraCharacteristics"); Activity activity = getActivity(); CameraManager manager = (CameraManager) activity.getSystemService(Context.CAMERA_SERVICE); try { for (String cameraId : manager.getCameraIdList()) { Log.d(TAG, "------------------------------ "+