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

i cannot use the video library at all. this is my system (uname -a): `Linux debian12 6.1.0-12-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.52-1 (2023-09-07) x86_64 GNU/Linux` and java --version reports: ```...

Hi all Recently upgraded an M3 Macbook Pro from Sonoma 14.4 to 14.4.1. I am also working on projects that employ the Processing video library and external webcams (camera needs...

## Description Attempting to initialize camera capture on Apple Silicon causes a critical error in GStreamer. On an Intel Mac, the same issue does _not_ happen. Note: this issue has...

bug
help wanted

I tried to isolate the problem, but if I get rid of the PGraphics for example the bug seems to disappear. If I run the below script I get: ```java...

I need to get the resolution of the webcam. In the source we have the following: ```java // This is a temporary addition until it's decided how to bring back...

I wanted to use the video library outside the pde and the process to get it working was far from easy. In this case i'm using VSCode. I bundle the...

After installing the library on linux, running an example I get the following error: ``` can't load library mp3lame (mp3lame|libmp3lame|libmp3lame-0) with -Djna.library.path=/home/tom/sketchbook/libraries/video/library/linux-amd64. Last error:java.lang.UnsatisfiedLinkError: Unable to load library 'mp3lame': /home/tom/sketchbook/libraries/video/library/linux-amd64/libmp3lame.so:...

## Description when running a sketch that loads in multiple video files and plays them the sketch will crash with the following error: ``` Processing video library using GStreamer 1.16.2...

I was trying to play a video file on Linux and I noticed the following: If the video filename is incorrect (or it's not in the `data` folder next to...