video4linux

2002-12-10 Thread Martin Huschenbett
Hi all, does anybody know how to read a single image from a video4linux device under Haskell? Thanks for all help, Martin ___ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell

Re: video4linux

2002-12-10 Thread David Sankel
--- Martin Huschenbett [EMAIL PROTECTED] wrote: Hi all, does anybody know how to read a single image from a video4linux device under Haskell? Thanks for all help, Hello, I think that the easiest way to do this would be to use the ffi to connect with C code that does this. David J

Re: video4linux

2002-12-10 Thread David Sankel
--- Martin Huschenbett [EMAIL PROTECTED] wrote: Hi all, does anybody know how to read a single image from a video4linux device under Haskell? Thanks for all help, Hello, I think that the easiest way to do this would be to use the ffi to connect with C code that does this. David J