Image acquisition package: Difference between revisions

Jump to navigation Jump to search
point to octave-forge release
No edit summary
(point to octave-forge release)
Line 1: Line 1:
The {{Forge|image_acquisition}} package is part of the [[Octave Forge]] project.
The {{Forge|image-acquisition}} package is part of the [[Octave Forge]] project.


There is no release package yet but you can get the source here [http://sourceforge.net/p/octave/image-acquisition/ci/default/tree/] and build it yourself. Build dependencies for Debian GNU/Linux are '''libv4l-dev''' and '''libfltk1.3-dev'''.
Build dependencies for Debian GNU/Linux are '''libv4l-dev''' and '''libfltk1.3-dev'''. You can installed it on GNU/Linux in octave with
 
  octave> pkg install -forge image-acquisition
$ hg clone http://hg.code.sf.net/p/octave/image-acquisition octave-image-acquisition
$ tar czf image-acquisition.tar.gz octave-image-acquisition
octave:>> pkg install image-acquisition.tar.gz


If you want to report a bug see [[Image_acquisition_package#Reporting_bugs]]
If you want to report a bug see [[Image_acquisition_package#Reporting_bugs]]
Line 203: Line 200:


The two errors are expected, see test scripts. If there are tests which FAIL, then please have a look at the generated fntest.log and add it to your bug report.
The two errors are expected, see test scripts. If there are tests which FAIL, then please have a look at the generated fntest.log and add it to your bug report.
== Build src from hg repo ==
Get the source here [http://sourceforge.net/p/octave/image-acquisition/ci/default/tree/] and build it yourself. Build dependencies for Debian GNU/Linux are '''libv4l-dev''' and '''libfltk1.3-dev'''.
$ hg clone http://hg.code.sf.net/p/octave/image-acquisition octave-image-acquisition
$ tar czf image-acquisition.tar.gz octave-image-acquisition
octave:>> pkg install image-acquisition.tar.gz
219

edits

Navigation menu