Quantcast
Channel: Processing Forum
Viewing all articles
Browse latest Browse all 1768

Re : Capturing images from webcam

$
0
0
does work for me…maybe put saveFrame("line.bmp"); in the same bracket than image…?    
 if (webcam.available() == true) {
    webcam.read();
    image(webcam, 0, 0);
    saveFrame("line.bmp");
  }
but your code does work for me_processing 2b08, Mac 10.6

Viewing all articles
Browse latest Browse all 1768

Trending Articles