0
Is there a way to increase video illumination or brightness.
I do not mean style.filter function but in an actual video player where the user swipes up to increase video illumination. I have made the function for the swiping and also the function to increase video volume, what is left is that of the video's brightness. Please any idea, example, reference and help would be highly appreciated.
6 Respostas
+ 2
So you want the video itself to have a brightness control that is independent of the device it is being displayed from?
+ 2
Xavier Christian Yes, I believe it (that is the brightness) is usually handled by the device displaying the video.
+ 2
Xavier Christian Maybe, but if the device provides a mechanism for you to programmatically change the device's brightness, it will almost certainly not follow any standard.
So, if you wanted your code to work for multiple devices, you'd need separate code for each one.
+ 1
Steve is that how other video players works ?
+ 1
Steve I know but there would be something in your code to prompt such function. Don't you think?
0
Like mx player?
Me too I wondered how they did that