예제 #1
0
 public static extern __IplImagePtr cvQueryFrame(__CvCapturePtr capture);
예제 #2
0
 public static extern double cvGetCaptureProperty(__CvCapturePtr capture, int property_id);
예제 #3
0
 public static extern int cvSetCaptureProperty(__CvCapturePtr capture, int property_id, double value);
예제 #4
0
 public static extern void cvReleaseCapture(ref __CvCapturePtr capture);