mergScreenSetBrightness equivalent?
Posted: Fri Apr 29, 2022 10:48 pm
Hi team, I have an APP that runs forever taking pictures every hour and uploads them to Dropbox.
Problem I'm facing is with a user that wants to run the APP on a Motorola E phone that doesn't have the option to keep the screen always ON, even when connected to power. I have found out that pictures taken with the screen OFF are not captured even though no error is reported. What I get in Dropbox is the last picture taken when the screen was ON.
I'm taking the picture using
cameraControlDo "myCamera", "takePicture"
mergScreenSetBrightness would probably solve the problem but is iOS only !
Any ideas? Even alternatives to keep the screen always ON?
Many thanks
Problem I'm facing is with a user that wants to run the APP on a Motorola E phone that doesn't have the option to keep the screen always ON, even when connected to power. I have found out that pictures taken with the screen OFF are not captured even though no error is reported. What I get in Dropbox is the last picture taken when the screen was ON.
I'm taking the picture using
cameraControlDo "myCamera", "takePicture"
mergScreenSetBrightness would probably solve the problem but is iOS only !
Any ideas? Even alternatives to keep the screen always ON?
Many thanks