Results 259 comments of codeanticode

I will take a look, but haven't experienced any issues playing videos on windows.

Hi guys, I think there are several different issues discussed here. For one, the reason for the video library to not to work on the RPi is that it does...

@gohai capture does indeed work, perhaps not in the latest revision of the new library because I started testing out some code that broke the Capture class. The problem is...

@orgicus right now capture resolution is hard coded at 640x480, but you should be able to change that easily, see the code [here](https://github.com/processing/processing-video/blob/gst1-java-core/src/processing/video/Capture.java#L688). Also, you can set a colorspace conversion...

Not sure if this is longer relevant, as v2 of the video library uses GStreamer 1.x now. @hamoid have you tried the latest beta on Ubuntu?

I have not experienced those issues with similar HD webcams, would need to double check.

Ok, re-opening then! We have to explore what's going on with HD streams. I'm pretty sure that I have tested the library with HD webcams, but perhaps did not run...

@spiderdab support for custom pipelines is being implemented, and will be fully functional in the upcoming stable release of v2.0

Version 1.0 of the video library uses gstreamer 0.10.x, which is deprecated an may be missing in your Linux distribution. We are in the process of releasing v2.0 of the...

The recent releases of the video library (2.2.x) should fair better on Linux, @macramole @christo have you tried it?