hi i newbie to this. kindly help me out
in
Core Library Questions
•
1 years ago
i just want to see the available list of capturing devices but whenever i run this code
/*
import processing.video.*; void setup() { size(200, 200); println(Capture.list()); } */
I get error this one
"UnsatisfiedLinkError: quicktime.QTSession.InitializeQTML(I)S "
1