Loading...
Logo
Processing Forum
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 "

Replies(6)

Have you installed QuickTime? Followed the instructions in the video library page?

Side note: try and make significant subjects for topics. The forum is full of newbies asking for help, imagine all of them making similar subjects...
i have installed Quick Time but i dont found any instruction on video library page.
 
Alright, then pay extra special attention the the link from the Wiki
sorry for bothering you guys again and again, i m have problem in getting this point

 *Use the capture application included with the WinVDIG install to make sure that things are working properly (this helps us isolate WinVDIG vs. QuickTime for Java vs. Processing bugs).