diff src/com/aurellem/capture/hello/HelloVideo.java @ 12:d10f4d4ff15a

going to improve documentation
author Robert McIntyre <rlm@mit.edu>
date Thu, 27 Oct 2011 21:07:50 -0700
parents 4c5fc53778c1
children
line wrap: on
line diff
     1.1 --- a/src/com/aurellem/capture/hello/HelloVideo.java	Thu Oct 27 02:27:02 2011 -0700
     1.2 +++ b/src/com/aurellem/capture/hello/HelloVideo.java	Thu Oct 27 21:07:50 2011 -0700
     1.3 @@ -48,7 +48,7 @@
     1.4      	}catch (IOException e) {
     1.5      		e.printStackTrace();}
     1.6      		*/
     1.7 -    	try {Capture.SimpleCaptureVideo(this, movingVideo);} 
     1.8 +    	try {Capture.captureVideo(this, movingVideo);} 
     1.9      	catch (IOException e) {e.printStackTrace();}
    1.10  		
    1.11      }