android6.0 camera flash

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

android6.0 camera flash

732 Views
yangguang
Contributor II

I use the android6.0 system, the current debugging mipi camera ov5640 flash, but open the camera application, there is  no flash options. How to open this option, such as flash on, flash off ,etc.When I use android4.3,I added the following code in the HAL layer,

"   

  uint8_t flashAvailable = 1;
  ADD_OR_SIZE(ANDROID_FLASH_INFO_AVAILABLE, &flashAvailable, 1);

"

camera flash option will appear in camera application auto.when i use android6.0, I also use Android4.3 method, but open the camera application ,there is not camera flash option, I would like to ask how to modify the Android6.0 HAL layer to let it support the flash option by default?

Labels (5)
0 Kudos
3 Replies

158 Views
deepakbeniya
Contributor III

Hi @igorpadykov 
The link is not working .
Can you provide any new link of flashlight for Android 11.

Thanks 
Deepak Beniya

0 Kudos

158 Views
deepakbeniya
Contributor III

hi @yangguang 
Where did you added this line , in which .c file you have added?

"   

  uint8_t flashAvailable = 1;
  ADD_OR_SIZE(ANDROID_FLASH_INFO_AVAILABLE, &flashAvailable, 1);

"

Thanks 
Deepak Kumar Beniya

0 Kudos

617 Views
igorpadykov
NXP Employee
NXP Employee

Hi guang

please check

Android Developing Flashlight Application 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos