OnePlusOSS / android_kernel_oneplus_msm8998

Other
140 stars 107 forks source link

Dots pattern on IMX398 (OP5 + OP5T) in HAL3 RAW #16

Open fabioavelino opened 6 years ago

fabioavelino commented 6 years ago

When Camera2 API is used (HAL3), a RAW picture taken with OP5 and OP5T has a dots pattern. But when you take with HAL1 (Oneplus stock camera), RAW picture hasn't dots pattern.

What I found in logs: The mct_stream_start_link (raw stream with is_secure 0) is different :

The axi_src: IDEAL_RAW is only mentionned when HAL1 is used.

RAW image from HAL1 oneplusstockcamera hal1

RAW image from HAL3 opencamera hal3

fabioavelino commented 6 years ago

Bump