View Single Post
Posts: 63 | Thanked: 26 times | Joined on Jul 2010 @ Canada
#39
Originally Posted by kev View Post
To change the brightness and contrast of front camera

gst-launch v4l2src device=/dev/video1 ! ffmpegcolorspace ! videobalance brightness=0.5 contrast=1.2 ! autovideosink

The "brightness" property

Allowed values: [-1,1] Default value: 0

The "contrast" property

Allowed values: [0,2] Default value: 1
Hum, when I try this, I get
WARNING: erroneous pipeline: no element "videobalance"
Which gst plugin do I need to get this videobalance pipeline available?