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.
0.6.2
What's Changed * Enable Raspberry Pi CSI2 cameras by f-wright in https://github.com/groundlight/framegrab/pull/50
New Contributors * f-wright made their first contribution in https://github.com/groundlight/framegrab/pull/50