Re: [Haskell-cafe] webcam library on github

2012-05-25 Thread Claude Heiland-Allen
Hi there, On 25/05/12 08:07, . wrote: On Fri, 2012-05-25 at 08:24 +0800, Conrad Parker wrote: I've downloaded and built this. I had to also download Claude Heiland-Allen's v4l2 source from gitorious, as that package does not seem to be on hackage (though his other related packages are). I gues

Re: [Haskell-cafe] webcam library on github

2012-05-25 Thread Daniel Peebles
On Fri, May 25, 2012 at 3:07 AM, . wrote: > The gpl is sort of my default license. I know it is a little > restrictive, so if that keeps people (if any) from contributing, I will > change the license. As far as I can see, I would be able to change it to > lgpl then, but not to bsd. > > I'm no law

Re: [Haskell-cafe] webcam library on github

2012-05-25 Thread .
On Fri, 2012-05-25 at 08:24 +0800, Conrad Parker wrote: > I've downloaded and built this. I had to also download Claude > Heiland-Allen's v4l2 source from gitorious, as that package does not > seem to be on hackage (though his other related packages are). I guess > your package won't build on hack

Re: [Haskell-cafe] webcam library on github

2012-05-24 Thread Conrad Parker
On 25 May 2012 06:20, . wrote: > Hello Cafe, > > since I haven't found anything like that, I wrote a small library [1] to > read from a webcam in Haskell, using V4L on Linux. It uses the v4l2 > package and repa for images. > Is anyone interested in contributing to that, or giving some hints on > h

[Haskell-cafe] webcam library on github

2012-05-24 Thread .
Hello Cafe, since I haven't found anything like that, I wrote a small library [1] to read from a webcam in Haskell, using V4L on Linux. It uses the v4l2 package and repa for images. Is anyone interested in contributing to that, or giving some hints on how it could be made faster (I am not sure if