After installing VLC-Android from google play, I could increase the brightness.
It increases the brightness and color gets clearer as I increase the brightness, it improves picture quality.
However, When I use the code
Code: Select all
libvlc_video_set_adjust_int(vlcPlayer, libvlc_adjust_Enable,1);
libvlc_video_set_adjust_float(vlcPlayer, libvlc_adjust_Brightness, 1.5);
https://ibb.co/bX8Q2w3 -- before
https://ibb.co/HG4Y9LG -- after
it just makes the image whiter and picture becomes blurry with white color as you can see. It feels like putting a white paper on top of the picture.
It seems changing brightness on VLC-Android does not use above code. How can I get the same effect as VLC-Android did? Thank you for reading.