golib
0.5
|
#include "mex.h"
#include <govideocapture.h>
#include <gocolourspace.h>
Macros | |
#define | USAGE() |
Functions | |
void | mexFunction (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) |
This mex module provides a simple video capture function.
image = videocapture (fd);
where fd
is a file descriptor from the videocaptureopen mex module. #define USAGE | ( | ) |