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

import processing.video.*; Capture cam; void setup() { size(640, 480); String[] cameras = Capture.list(); if (cameras.length == 0) { println("There are no cameras available for capture."); exit(); } else { println("Available...

**Issue** Cannot use _capture_ to get video feed from Black Magic Atem Mini via USB. **Background** The device is listed when looping through Capture.list() but does not show an image...

I'm not sure what is happening. The same code works sometimes and at others it doesn't: I can't connect to my camera. Is there any way to fix this issue?...

windows

## Description When I try and draw a movie into a PGraphics object that does not share the same renderer; main sketch uses P2D renderer, PGraphics created with standard renderer,...

## Description Export with movie not working both on MacOS and Win10 ## Expected Behavior Would like to see the video playing in a loop. ## Current Behavior ## Steps...

Expected Behavior I print the capture devices list, see the entry I want to use, and open the one I want. Upon runnning some basic almost-example code, I see my...

capture
revision needed

``` Process: java [1125] Path: /Applications/Processing.app/Contents/PlugIns/jdk1.8.0_202.jdk/Contents/Home/jre/bin/java Identifier: net.java.openjdk.cmd Version: 1.0 (1.0) Code Type: X86-64 (Native) Parent Process: Processing [1069] Responsible: Processing [1069] User ID: 501 Date/Time: 2021-03-14 17:16:51.516 +0800 OS...

Problem: Open Processing, load Example: Libraries/Video/Capture/mirror, start sketch, sketch crashes and prints: `Processing video library using GStreamer 1.16.2 Could not run the sketch (Target VM failed to initialize). For more...

The Frames example is totally black for me. The Loop example still works. I don't have time right now to dig further. Can some other people test if they have...

I’ve gotten processing(p5js) to work with the jetson nano since it is javascript , but only as long as only primitive drawing functions are used. However, I cannot use the...