Webcam doesn't launch any more
in
Integration and Hardware
•
9 months ago
Hi there !
I used to work with GSVideo library and the video acquisition works well but two days ago i've update my java 7 version and my camera doesn't launch anymore.
My syntax is:
println(Serial.list());
myPort = new Serial(this, Serial.list()[4], 115200);
myPort.bufferUntil('\n');
cam = new GSCapture(this, widthCapture, heightCapture);
cam.start();
myPort = new Serial(this, Serial.list()[4], 115200);
myPort.bufferUntil('\n');
cam = new GSCapture(this, widthCapture, heightCapture);
cam.start();
I've tried with a built-in camera and an usb camera, i'm working on Mac OSX environment.
I don't really understand why it was working perfectly good two days ago ..
Thank you in advance !
Erthib
1