Skip to content

Commit

Permalink
Add comment in old (0.10.x) GStreamer driver
Browse files Browse the repository at this point in the history
  • Loading branch information
sarxos committed Jan 17, 2018
1 parent d18bfa9 commit 012fa10
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions webcam-capture-drivers/driver-gst1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
Expand Down
6 changes: 5 additions & 1 deletion webcam-capture-drivers/driver-gstreamer/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# webcam-capture-driver-gstreamer

This is capture driver which gives Webcam Capture API possibility to use
[GStreamer](http://gstreamer.freedesktop.org/documentation/gstreamer010.html)
[GStreamer 0.10+](http://gstreamer.freedesktop.org/documentation/gstreamer010.html)
as a middleware accessing webcam devices (build-in or USB enabled).

**NOTE**: This capture driver is **only** for GStreamer 0.10+. With GStramer 1.0+ you have to use
[webcam-capture-driver-gst1](https://github.com/sarxos/webcam-capture/tree/master/webcam-capture-drivers/driver-gst1)
instead!

It has been designed to work with Windows and Linux **only**. To make use of it user have to
[download](http://code.google.com/p/ossbuild/) GStreamer application installer
on Windows or use _apt-get_, _yum_ or other packages manager to install it on Linux.
Expand Down

0 comments on commit 012fa10

Please sign in to comment.