hscamwire: Haskell bindings to IIDC1394 cameras, via Camwire

[ library, system ] [ Propose Tags ]

These are idiomatic bindings to the Camwire library, which interfaces with IIDC1394-compliant cameras on Linux.


[Skip to Readme]

Modules

  • System
    • Camera
      • System.Camera.IIDC1394
        • System.Camera.IIDC1394.Camwire

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.2.1
Dependencies array, base (>=3 && <4), time, unix [details]
License LicenseRef-LGPL
Author Frederick Ross
Maintainer fred.ross@epfl.ch
Category System
Uploaded by FrederickRoss at 2009-07-10T09:18:30Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2437 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-31 [all 7 reports]

Readme for hscamwire-0.2.1

[back to package description]
hscamwire, A binding to IIDC1394 cameras for Haskell
by Frederick Ross, fred dot ross at epfl dot ch

DESCRIPTION
-----------

IIDC1394 is a standard for industrial and scientific cameras.  Except for certain specialized features of a few new cameras, or exotic types like EM-CCDs, it defines most of what anyone would want to use from their camera.  This is a layer on top of Camwire, which is a layer on top of libdc1394, which is a layer on top of Linux's IEEE 1394 subsystem (so this library only works on Linux).

Camwire is currently in a state of flux as its developer upgrades to the new major release of libdc1394.  For the moment, I am including an earlier build, 0.8.1, with a Makefile, in the `clib/` subdirectory of hscamwire.  If you have a v1.x release of libdc1394 installed in `/usr`, then it should compile with

~~~
make
make install
~~~

hscamwire gives a Haskell-idiomatic binding to Camwire, including importing its buffers as Haskell StorableArrays.  It doesn't yet support all the various color formats, just 16-bit monochrome, but it should be almost trivial to add the appropriate bindings.  If you have a mode you particularly need, email me and I'll add it.