Readme for grab_v4l matlab/video4linux interface.
Date: December 17th, 2002
Author: Arjan Scherpenisse <acscherp@wins.uva.nl>
Version: 0.1
System requirements
- Linux 2.4.x, with video4linux compiled in
- A webcam with video4linux interface
- A valid linux Matlab installation (tested with R12, v 6.0.88).
- The Matlab 'mex' compile tool, comes with Matlab
Compiling
Just use make.
Installation
Copy the grab_v4l.mexgl to somewhere in your Matlab path.
Matlab usage example
>> a = grab_v4l;
>> size(a)
ans =
240 320 3
>> image(a)
(shows grabbed image in figure window)
License
grab_v4l is distributed under the GNU General Public License. See the file COPYING for details.
