What's Changed * Add FileStreamFrameGrabber by tyler-romero in https://github.com/groundlight/framegrab/pull/62 * Bump to version 0.9.0 by tyler-romero in https://github.com/groundlight/framegrab/pull/63
What's Changed * Bugfix: pixel_val_threshold on motion detection was being ignored by robotrapta in https://github.com/groundlight/framegrab/pull/56 * Add HLS and YouTube Live support. by tyler-romero in https://github.com/groundlight/framegrab/pull/60
Changing the order of post processing operations so that rotation happens before cropping, which is more intuitive.
0.6.4
Adds better logic for updating the resolution of a grabber. If the requested resolution is already the same as the set resolution, the function passes, which saves time.
0.6.3
Updating the readme with some better examples of defining cameras with YAML.