From 86b9b97e75012731e4ae5cf3e0b3156d233e70f3 Mon Sep 17 00:00:00 2001 From: roynatech2544 Date: Mon, 28 Feb 2022 04:26:23 +0900 Subject: [PATCH] universal7885: Camera.md: Fix wrong words --- CAMERA.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CAMERA.md b/CAMERA.md index eb760b6..5c597ac 100644 --- a/CAMERA.md +++ b/CAMERA.md @@ -9,8 +9,8 @@ ## Camera IDs reported by Exynos camera module - Camera ID 0 = Back primary camera, this camera has correct resolution and direction, no need to touch. -- Camera ID 1 = Mixed cam which has back secondary cam's resolution and front cam's direction. But the camera hal should open this id to access front camera. -- Camera ID 2 = Fake front camera, which has correct values, displays correct direction. But camera hal cannot open this camera, if it tries to, it throws an error. +- Camera ID 1 = Mixed cam which has back secondary cam's resolution and front cam's direction. ignored by us +- Camera ID 2 = Real front camera, which has correct values, we map this camera's info to cam id 1 - Canera ID 50 = Back secondary camera, which is not shown with AOSP original camera provider HAL. Need to manually query and add it with custom provider HAL. ## Hacks