Hi everyone, I'm having a problem with GSVideo on Windows XP SP2. I'm trying to use GSCapture but when I run a sketch I get this exception "No such Gstreamer factory: ksvideosrc". I also try the pipeline capture example with both ksvideosrc and dshowvideosrc but I always get the exception. I know there's a topic on the forum with a
similar problem but I don't think it's the same.
I'm using GSVideo 1.0.0 and have tried the sketches on Processing 1.5.1, normal and expert mode (with java version 1.6.0_30) and installed gstreamer following this guide:
Installing gsvideo on Windows.
I don't really know how to solve this. I'm thinking maybe I didn't installed gstreamer correctly. Any heads up on this issue?
EDIT
I solved the problem by uninstalling the gstreamer framework and installing it again, this time GStreamer Windbuilds v0.10.6 from
ossbuild.
For the last couple of weeks I've been looking for a way to record video and sound from a webcam using Processing. There's no way to record audio using the video library. There might be a way of recording both audio and video using that library along with minim but I just don't know how that could be done.
With the GSVideo library It's possible to use gstreamer pipelines, so using this library it's pretty easy to record a live feed from a webcam.
This is the first time I've ever used the gstreamer framework and I don't know how I could modify it to have compressed audio and video so if anyone knows how to get that done please let me know.
So, here it is, it's possible and really easy to record audio and video from a webcam with processing.