Re: [Haskell-cafe] Devices and Webcams, The Basics

2010-05-20 Thread Tom Nielsen
OpenCV and its Haskell bindings

http://hackage.haskell.org/package/HOpenCV

should be able to talk to a webcam. There's an O'Reilly book about OpenCV.

Tom

On Wed, May 19, 2010 at 10:06 PM, Eitan Goldshtrom
thesource...@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

 ___
 Haskell-Cafe mailing list
 Haskell-Cafe@haskell.org
 http://www.haskell.org/mailman/listinfo/haskell-cafe


___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Devices and Webcams, The Basics

2010-05-20 Thread Eitan Goldshtrom
Ah thanks. Just what I'm looking for. Also thanks for the info about the 
USB bindings


-Eitan

On 5/20/2010 12:06 PM, Tom Nielsen wrote:

OpenCV and its Haskell bindings

http://hackage.haskell.org/package/HOpenCV

should be able to talk to a webcam. There's an O'Reilly book about OpenCV.

Tom

On Wed, May 19, 2010 at 10:06 PM, Eitan Goldshtrom
thesource...@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

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


 

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] Devices and Webcams, The Basics

2010-05-19 Thread Eitan Goldshtrom

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
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Devices and Webcams, The Basics

2010-05-19 Thread aditya siram
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 thesource...@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

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Devices and Webcams, The Basics

2010-05-19 Thread Ivan Lazar Miljenovic
aditya siram aditya.si...@gmail.com writes:

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

I don't know of any, but if using Linux then maybe writing a binding to
v4l (video for linux) might be the best/easiest approach.

-- 
Ivan Lazar Miljenovic
ivan.miljeno...@gmail.com
IvanMiljenovic.wordpress.com
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe