Search found 2 matches

Go to advanced search

by Ellora
07 Oct 2015 08:51
Forum: Development around libVLC
Topic: How to change Brightness and Contrast using libvlc
Replies: 3
Views: 567

Re: How to change Brightness and Contrast using libvlc

If i try to get the value of brightness after set, i get the correct value. But i dnt see any change in the brightness on the screen. Even i tried without passing any arguments and facing the same issue. Please let me know if there is any other way to make it work. I am not finding any proper steps ...
by Ellora
06 Oct 2015 12:43
Forum: Development around libVLC
Topic: How to change Brightness and Contrast using libvlc
Replies: 3
Views: 567

How to change Brightness and Contrast using libvlc

Hi, I am using libvlc 2.2.1. I want to change the brightness and contrast of the video. Here is the code snippet i am using. Its a C# wrapper to libvlc APIs. LibVlc.libvlc_video_set_adjust_int(HandlePlayer, libvlc_video_adjust_option_t.libvlc_adjust_Enable, 1); LibVlc.libvlc_video_set_adjust_float(H...

Go to advanced search