try {
Thread.sleep(1000);
} catch (Exception e) {
}
VideoOrientation vo = VideoOrientation.wrap(videosrc);
System.out.println("VideoOrientation: " + vo.getHflip(true));
vo.setHflip(false);
System.out.println("VideoOrientation: " + vo.getHflip(true));
org.gstreamer.interfaces.ColorBalance cb = org.gstreamer.interfaces.ColorBalance.wrap(videosrc);
List<ColorBalanceChannel> cbcList = cb.getChannelList();
for (ColorBalanceChannel cbc : cbcList) {
System.out.println("ColorBalance channels: " + cbc.getName() + " "