golib  0.5
videocaptureclose.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 close a video4linux device.

Usage
In matlab, call videocaptureclose (fd);

Macro Definition Documentation

◆ USAGE

#define USAGE ( )
Value:
{\
mexErrMsgTxt ("Usage: videocaptureclose (file_descriptor)"); \
}