ovikassingho / gstreamer-java

Automatically exported from code.google.com/p/gstreamer-java
0 stars 0 forks source link

v4l2src name=test device=/dev/video0 - how can i change the video0 to 1 for live capture? #133

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
v4l2src name=test device=/dev/video0 - how can i change the video0 to 1 for 
live capture?

Element videoInputSrc = pipe.getElementByName("loop");
videoInputSrc.set("device", "/dev/video1");

Does not change the video0 to video1. Any help??

Original issue reported on code.google.com by shamun.toha@gmail.com on 2 Aug 2013 at 2:33

GoogleCodeExporter commented 8 years ago
may be pipe.getElementByName("test");

but anyway issues are not for help

Original comment by lfar...@lfarkas.org on 3 Aug 2013 at 5:19