Skip to content

Releases: groundlight/framegrab

v0.9.1

18 Dec 00:43
ce6a462
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0 Add FileStreamFrameGrabber and Context Manager

17 Dec 20:44
3b59435
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.9.0+1

v0.8.0 - HLS and YouTube Live support

19 Nov 00:10
d86b2d2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.7.0

31 Aug 00:19
79bbacd
Compare
Choose a tag to compare

Changing the order of post processing operations so that rotation happens before cropping, which is more intuitive.

v0.6.4

29 Jul 20:55
dec3134
Compare
Choose a tag to compare

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

26 Jul 21:57
eb295c2
Compare
Choose a tag to compare

Updating the readme with some better examples of defining cameras with YAML.

v0.6.2

25 Jul 17:35
7680413
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.6.2

v0.6.1

24 Jul 17:12
447f0aa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

23 Jul 16:57
89a00b0
Compare
Choose a tag to compare

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

17 Jul 20:22
892af4a
Compare
Choose a tag to compare

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.