Loading...
Logo
Processing Forum
Hi,

I wanted to use a processing script to use my webcam in a browser but I am not able to. I get this error in the Java console:
Exception in thread "Animation Thread" java.lang.NoClassDefFoundError: Could not initialize class quicktime.QTSession
    at processing.video.Capture.init(Capture.java:167)
    at processing.video.Capture.<init>(Capture.java:154)
    at processing.video.Capture.<init>(Capture.java:115)
    at webcam.setup(webcam.java:48)
    at processing.core.PApplet.handleDraw(PApplet.java:1571)
    at processing.core.PApplet.run(PApplet.java:1496)
    at java.lang.Thread.run(Unknown Source)

Could someone please let me know as to what could be the problem.


Replies(1)

You probably need to sign the jars to access such external device. Not sure if OpenProcessing accepts such sketch.