-
Notifications
You must be signed in to change notification settings - Fork 9
Screen flashes bright white on taking picture #39
Comments
The above PR was merged as a temporary fix. It be a good idea to add a new button in the quick options to allow the user to manage the screen flash. Also if possible (probably not due to confinement) use maximum / adjustable screen brightness. @mateosalta Thanks for the fix 👍 do you want to take the rest? |
cool, working on it. Currently have a button that will turn it on/off, made a new icon. Need to find a way to turn it off when using the camera facing away from the screen, I first tried using
but this will only make the button unavailable and will keep the previous setting. Ideas on where to trigger clearing the setting? Then I will have to test and adjust the animation duration so it will light up the subject |
Thanks for the help! the icon looks great 👍 To turn it of when not using the selfie camera you can use the 'camera.position === Camera.FrontFace' expression so the available property will be : No need to clear the settings you can just add the Regarding the flash duration you don't have to fix it, as fixing it require some refactoring to the shooting code as in my device case (Miezu PRO 5) the picture is taken 10-50 milis (depending on exposure) before the shoot button is clicked, I`ll digg into to it during the weekend. |
Wouldnt it be possible to put a shim around the click of the button and then activate the white screen? Is the button click in our app or is this directly going to Android part? |
@Flohack74 it`s possible (already done actually need some more testing...) I've added an (ugly) hack that will activate the white screen in case it is on and the camara is a front/seflie camera and then wait for 66 miliseconds before actually taking the shoot. |
Mine is a pro 5 as well. |
nice, I like the icons for on and off, and I think yours will look better at small size. |
Oh ignore that just uploaded some test so I can work on them on another computer theres still issues with the shutter timing as it seems theres no support for camera.exposure.shutterSpeed variable in meizu pro 5 I liked your icon alot more then mine I think you shold do the UI i`m just working on solving the shutter and screen flash sync. |
was implemented as a feature to light up dark selfies however:
#38
The text was updated successfully, but these errors were encountered: