coredump-ch / webcamgrab

Grab a frame from a v4l compatible webcam, add a timestamp to it and save it.
0 stars 1 forks source link

Rewrite in Rust #1

Open rnestler opened 8 years ago

rnestler commented 8 years ago

Python is totally not hipster enough for us :wink:

dbrgn commented 8 years ago

What library would you use to fetch the webcam, and to write the text on the image?

Cross compilation is a PITA, btw. (That will probably change in the future.)

rnestler commented 8 years ago

A library for image processing exists: https://github.com/PistonDevelopers/image Also a wrapper for v4l2: https://github.com/loyd/rscam Cross compiling is most of the time a PITA to setup, but would be interesting to do.

rnestler commented 5 years ago

Just found this issue on my https://github.com/issues page and had a nice laugh about our (my) Rust Evangelism Strikeforce attitude in 2015 before it was cool :laughing: