Related Posts
  • Forum Post: Re: Brightness and color control

    Hi Andre, If you look at Gstreamer Good plugins list, you can find a filter called videobalance ( more info here ) Here is a general pipeline which can be used to control the contrast, brightness, saturation and the hue of the picture: gst-launch videotestsrc ! videobalance contrast=1 brightness...