This application is meant to be two things:
- A standalone, rust-alternative to mjpg-streamer, a popular webcam -> http stream application used with octoprint for 3d printing hobbyists.
- An example of how one would go about streaming mjpeg data from a webcam while using the tide rust http framework.
The majority of this functionality is simply combining the efforts of the async-rs and v4l crates into a single application; large thank you to all of the folks working on those projects!