Releases: ifm/ifm3d
Releases · ifm/ifm3d
v1.6.3
v1.6.2
v1.6.0
v1.5.3
v1.5.2
v1.5.1
v1.5.0
Added
- Python 3.12 builds
- Parsing of V3 chunks
- Ability to access V3 chunk metadata (see Frame::Metadata)
- Ability to access multiple chunks with the same id in a frame (see Frame::GetBuffer and Frame::GetBufferCount)
- O3R_RESULT_JSON and O3R_RESULT_ARRAY2D chunk ids
Changes
- Use .deb files in Dockerfile instead of building from sources
- Increase timeout for O3R set calls up to 15s
Fixed
- Fix installation prefix issue from tools
- Add websocketpp third-party dependency using FetchContent_Declare
v1.4.3
v1.4.2
v1.4.1
Fixed
- O3R.resolve_config unable to resolve leaf values
- O3R::Ports and O3R::Port now wrap internal errors in ifm3d::Error
Added
- O3R add support for SaveInit with json pointers as arguments
- ifm3d::Error codes are now exposed to python
- python bindings for ifm3d logging