processing-video icon indicating copy to clipboard operation
processing-video copied to clipboard

GStreamer-based video library for Processing

Results 92 processing-video issues
Sort by recently updated
recently updated
newest added

Moved from https://github.com/processing/processing/issues/1886

video
revision needed

**Issue by [h2oop](https://github.com/h2oop)** _Wednesday Jan 08, 2014 at 12:07 GMT_ _Originally opened as https://github.com/processing/processing/issues/2302_ --- Hi, after a few months trying to find this error i only can assume this...

bug
opengl
video
revision needed

Hi, I am on MacOs Yosemite, Processing 3.2.2 I can not get the Movie.speed() function to control speed or to reverse the direction. I am running the example from the...

movie
revision needed

When using the function get() in a video capture, the returned PImage is all black when using the P2D/P3D/OPENGL renderer. However, if I switch the renderer to JAVA2D it works...

opengl

Hi, In my current program (3 midi controllers, one webcam, one video file, loading meshes, a web server, OSC) I see a bunch of NPEs in the console printed by...

opengl
revision needed

After installing the current release of the video library from the Contribution Manager with 4.0a4, attempting to Export to Application on macOS (Catalina, Big Sur) results in `UnsatisfiedLinkError` for gstreamer....

I'm having trouble with looping the video. the loop() call itself doesn't work, and the workaround if (m.duration() - m.time() < 0.05) { m.jump(0); } seems unreliable. I had to...

Here's the code I am using to access the webcam with Processing v3.5.4 on Windows 8.1 or Windows 10 Platform: /************ CODE STARTS HERE ****************/ //Code Reference: https://processing.org/reference/libraries/video/Capture.html import processing.video.*;...

bug
capture

When I try to display an image from my camera it gets displayed with a green tint to it. It should also run at 30 fps but it runs really...

capture

## Description When you create a canvas with P2D or P3D, the webcam capture does not contain any data (it is an array of black pixels). ## Expected Behavior The...