SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Sponsored Links

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

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.


Sponsored Links

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.