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