Releases: groundlight/framegrab
Releases · groundlight/framegrab
v0.9.1
What's Changed
- Reduce strictness of file path validation by @tyler-romero in #64
Full Changelog: v0.9.0...v0.9.1
v0.9.0 Add FileStreamFrameGrabber and Context Manager
What's Changed
- Add FileStreamFrameGrabber by @tyler-romero in #62
- Bump to version 0.9.0 by @tyler-romero in #63
Full Changelog: v0.8.0...v0.9.0+1
v0.8.0 - HLS and YouTube Live support
What's Changed
- Bugfix: pixel_val_threshold on motion detection was being ignored by @robotrapta in #56
- Add HLS and YouTube Live support. by @tyler-romero in #60
Full Changelog: v0.7.0...v0.8.0
v0.7.0
Changing the order of post processing operations so that rotation happens before cropping, which is more intuitive.
v0.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.
v0.6.3
Updating the readme with some better examples of defining cameras with YAML.
v0.6.2
v0.6.1
What's Changed
- Added Workaround for WSDiscovery Bug by @honeytung in #49
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- Added option to completely skip RTSP Discovery in autodiscover() by @honeytung in #47
- Updated pydantic version range to support higher version by @honeytung in #48
Full Changelog: v0.5.4...v0.6.0
v0.5.4
ONVIF discovery has been added to framegrab CLI and the autodiscover function.
Additionally, a GrabError exception is now raised when any grabber fails to grab a frame.