From a406170c1e6e55fc38b9c97b15c22220c3e44a80 Mon Sep 17 00:00:00 2001 From: codeanticode Date: Wed, 15 Aug 2012 22:17:43 +0000 Subject: [PATCH] Removed pipeline.getState() call from start(), it hangs capture on windows --- java/libraries/video/src/processing/video/Capture.java | 1 - 1 file changed, 1 deletion(-) diff --git a/java/libraries/video/src/processing/video/Capture.java b/java/libraries/video/src/processing/video/Capture.java index 57e1dce47..b6c9153cf 100644 --- a/java/libraries/video/src/processing/video/Capture.java +++ b/java/libraries/video/src/processing/video/Capture.java @@ -264,7 +264,6 @@ public class Capture extends PImage implements PConstants { capturing = true; pipeline.play(); - pipeline.getState(); if (init) { checkResIsValid();