/plugin-imagesampler

A simple plugin that samples images from a stream

Primary LanguagePython

Image Sampler Plugin

This plugin utilizes PyWaggle library to capture frames from a stream. Captured frames are stored in a local storage as a jpeg image.

Usage

Please refer to the description.

Developer Notes

As of Dec 2020, this stores captured frames into a jpeg image. As the PyWaggle's data upload feature becomes real, it will utilize the feature rather than storing files on its own.