oli-obk / camera_capture

Crate for capturing images from a webcam
51 stars 18 forks source link

Update several dependencies #4

Closed LukasKalbertodt closed 6 years ago

LukasKalbertodt commented 6 years ago

Hi there!

These updates just worked, I didn't need to adjust any real code. Of course, updating dependencies like that requires a major version bump of camera_capture (not included in this PR).

PS: I might work a little more on this crate in the near future (or I might not; please don't expect anything...).

LukasKalbertodt commented 6 years ago

Oh, while I'm here: I just created a fairly minimal application using camera_capture and glium to open a window with the webcam feed. I did this mostly because the piston example didn't work and because I wanted something more minimal (piston being a game engine).

Should I cleanup my code, reduce it to the bare minimum and send a PR to add it to the example directory? It does contain quite a lot of glium/glutin code, so I don't know if it's too much?

oli-obk commented 6 years ago

That would be awesome!

I really dislike the image crate's versioning. Not sure if there's anything better wrt forwards compat. I'll have a look at the PR later