golib  0.5
videocaptureopen.cpp File Reference
#include "mex.h"
#include <govideocapture.h>

Macros

#define USAGE()
 

Functions

void mexFunction (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[])
 

Detailed Description

This mex module provides a function to open a video4linux device.

Usage
In matlab, call fd = videocaptureopen (device_filename, width, height);

Macro Definition Documentation

◆ USAGE

#define USAGE ( )
Value:
{\
mexErrMsgTxt ("Usage: [file_descriptor] = videocaptureopen (devicefile_string, width, height)"); \
}