JuliaIO / VideoIO.jl

Reading and writing of video files in Julia via ffmpeg
https://juliaio.github.io/VideoIO.jl/stable
Other
128 stars 53 forks source link

Basic camera functionality #13

Closed kmsquire closed 10 years ago

kmsquire commented 10 years ago

This PR includes basic functionality to read a camera. It works with the latest ffmpeg, but it depends on resolution of #6 for other library versions. and libav 0.8, 9. Also fixes #6.

lucasb-eyer commented 10 years ago

Sweet, I'm eager to try it out!

Edit: can't test it yet because of a kernel bug, I'll have to wait for Arch's next kernel update....

kmsquire commented 10 years ago

Okay, I was able to test this under libav 0.8, 9, and ffmpeg 2.3. It works in all cases for me under linux.

It would be good to have it tested and updated for other OS's but I'll push for that when I actually publish a version and announce things on the mailing list (which is waiting on #12, which is waiting on JuliaLang/BinDeps.jl#90).

In the mean time, I'll merge this, and fix up any broken pieces later. ;-)