@vinothkumars
I have the same issue to access camera.
12-17 06:39:40.246 1465 1658 E CameraService: cameraIdIntToStrLocked: input id 0 invalid: valid range (0, 0)
12-17 06:39:40.246 1465 1658 I CameraService: CameraService::connect call (PID -1 "photo.android.hd.camera", camera ID ) for HAL version default and Camera API version 1
12-17 06:39:40.247 1465 1658 E CameraService: CameraService::connect X (PID 3468) rejected (invalid camera ID )
.....................................................................................................................
I am using the same target and android 9 auto version.
I got the /dev/video* nodes.
I set the front_camera and back_camera properties.
To debug, I am not getting logs from the HAL.
I confirmed camera.imx8.so is present at /vendor/lib64/hw.
and cameraserver is running as
mek_8q:/ # ps -ef | grep camera
cameraserver 1438 1 0 06:44:43 ? 00:00:00 android.hardware.camera.provider@2.4-service
cameraserver 1465 1 0 06:44:44 ? 00:00:00 cameraserver
Could you please help me on why I am not getting any logs with FslCameraHAL tag?
Is there anything else I need to do for getting those logs for debugging.