v1.1.0
❗ This release contains breaking changes: Migration Guide ❗
Added
- Change
FrameGrabber::Stop
to non blocking call and now returnsstd::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.