I have multiple camera apps.
I see that you have added 12 bits video recording ability to 3rd party apps.
is there a tutorial somewhere?
can I record using the cameraX engine , like the HDR is allowed? do you plan to support it?
or is it only camera2 engine?
if only camera2 - where can I get support to understand how to use it ?
If I understand -
Camera2 (RAW_SENSOR or RAW12)
↓
Convert RAW → RGB or YUV (CPU / RenderScript / OpenGL shader)
↓
MediaCodec (H.264 / HEVC) encoder
↓
MediaMuxer → MP4 file
this is what Pixel 10 pro supports:
CameraCheck:Supports: STANDARD (8-bit SDR)
CameraCheck:Supports: HLG10 (10-bit HDR)
CameraCheck:Supports 12-bit RAW capture (still images)
CameraCheck:Supports 10-bit YUV (P010) video output
any plan to add it to the emulators or do I have to buy Pixel 10 pro for that>
Thanks