Skip to content

v1.1.0

Compare
Choose a tag to compare
@BigBoot BigBoot released this 02 Dec 12:52
· 799 commits to main since this release

❗ This release contains breaking changes: Migration Guide

Added

  • Change FrameGrabber::Stop to non blocking call and now returns std::future<void>
  • Add onError callback for error reporting in streaming mode of Framegrabber
  • Support for retrieving O3R Diagnostics over XMLRPC
  • Support for Python 3.11
  • Support for Ubuntu 22.04
  • Python binding: FrameGrabber.sw_trigger()

Fixes

  • XYZ_IMAGE coordinates were actually ZXY instead of XYZ, this has been corrected.