Video adjustments not working correctly
Posted: 30 Jul 2007 16:14
Hello.
I am trying to use the libvlc in a small program (as you might have seen in my previous posts).
The problem this time is with the video adjustments. I have used the adjustment filter together with
the .Net wrapper klass before and it works fine.
When I try doing the same thing on my own it wont work. The problem is that when i have activated the vout-filter and then tries to set, for example, the brightness the videos brightness changes but always to the same value. The value 0 . So for some reason when I am trying to set the value the change is activated but the value is not acctually set. I have tried to fetch the value right after my atempt to set it, but it is always 0.
I am activating the vout-filter by calling the __config_PutPsz and trying to set the values by calling __var_Set
Why doesnt the changes work?
thanks in advance /fred.hild
I am trying to use the libvlc in a small program (as you might have seen in my previous posts).
The problem this time is with the video adjustments. I have used the adjustment filter together with
the .Net wrapper klass before and it works fine.
When I try doing the same thing on my own it wont work. The problem is that when i have activated the vout-filter and then tries to set, for example, the brightness the videos brightness changes but always to the same value. The value 0 . So for some reason when I am trying to set the value the change is activated but the value is not acctually set. I have tried to fetch the value right after my atempt to set it, but it is always 0.
I am activating the vout-filter by calling the __config_PutPsz and trying to set the values by calling __var_Set
Why doesnt the changes work?
thanks in advance /fred.hild