I'm trying to figure out how to turn the camera flash on my phone on without using the oem camera app.
I've looked at/played with the exports from cameraplatform.dll but can't figure out what im supposed to be calling in what order. The oem camera app is flash lite and i havent been able to figure out how to disassemble it to see what it calls.
There seems to be a common set across oems (e.g. lg/acer/htc all have the same "core" exports in this dll plus some of their own additions)
I'm hoping someone can point me to docs or cameraplatform.h or something that i haven't been able to find that'll tell me how to use it.
HTC provides an initflashlight function in that same dll, but (1) the io control codes it uses aren't the same across different phones and (2) I dont have an htc ;) so I'd like to use something oem agnostic if possible.