We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I'm having massive problems with the Video library, somehow the only example that works is the Mirror, not Mirror2 nor GettingStartedCapture. I'm using the latest version of Processing 3 and video library and the webcam on a Lenovo Yoga laptop. I have also tried the example code in the official documentation without success https://processing.org/reference/libraries/video/Capture.html . The camera is detected but it wont start or read.
Any ideas on what might be the problem? I'm coming from a Java background and I was really looking forward to using Processing for a computer vision project.
Answers
What problems do you have? Does it throw an error? What happens when it doesn't work?
I run both examples Mirror1 and Mirror2 with no Problems.
My OS is Win 10
Processing 3.2.4
Video library version 1.0.1
C:\Users\C>java -version java version "1.8.0_111" Java(TM) SE Runtime Environment (build 1.8.0_111-b14) Java HotSpot(TM) Client VM (build 25.111-b14, mixed mode)
Kf