Processing Forum
import processing.video.*; void setup() { size(200, 200); println(Capture.list()); } but the text window shows"couldn't fine any capture device" I did plug my cam on PC, but just couldn't find it. is it only the APPLE computer can link the cam into Processing code?
or there is anything I should do to get it work? thanks. |