Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign uptrying webcam on windows but plug in is not there #25974
Closed
Comments
|
This is not the gstreamer repository. You will find more information here: https://gstreamer.freedesktop.org/ and you can ask questions there: https://gstreamer.freedesktop.org/lists/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Because I am new to Gstreamer I am just testing some basic functions. Some extra information:
I am using windows 10 and the Gstreamer version that I use is 1.15.1 .
When I wanted to test the web cam and used:
gst-launch-1.0 ksvideosrc ! videoconvert ! ximagesinkand got
WARNING: erroneous pipeline: no element "ksvideosrc"so then I used
gst-inspect-1.0 ksvideosrcand got the response
No such element or plugin 'ksvideosrc'Can some one help me pls?