[Haskell-cafe] Devices and Webcams, The Basics

aditya siram aditya.siram at gmail.com
Wed May 19 17:39:17 EDT 2010


Haskell has bindings to USB [1]. I don't know of any USB tutorials or
any webcam specific libraries.

-deech
[1] http://hackage.haskell.org/package/usb

On 5/19/10, Eitan Goldshtrom <thesourceofx at gmail.com> wrote:
> Hi everyone,
>
> I would like to start working on a program that requires access to a
> camera attached to the computer probably via USB or otherwise
> internally. Unfortunately I don't know anything about using devices in
> haskell. I tried looking up how to access the microphone one too and had
> little success. Could someone just point me in the direction of
> tutorials for learning the basics of both devices in general as well as
> the webcam more specifically? The webcam is a bit more of a priority.
>
> -Eitan
>


More information about the Haskell-Cafe mailing list