MIPI camera on Android Pie just giving blueish image in camera app

@Frank @Terry The IR cut camera option in android is resetting upon reboot. Is this correct behaviour? Is it possible to make it remember the setting?

@Makro Hello , I confirmed with Terry, this option is not saved .

@Frank Is it possible to make it remember the setting? Hardcode it to stay in “IR-mode” as default? Now the regular camera is the default setting.

@Makro About open it as default , you need to ask @Terry for help

You can update the file screencontrol.rc on board.

# adb root
# adb remount
# adb push screencontrol.rc  /system/etc/init/screencontrol.rc
# adb shell sync
# adb shell reboot
1 Like