v3.11.0
February 2, 2024
Look here for installation instructions and
here for the SDK documentation. The API reference can be found
here.
Windows
x86_64Linux
Mac
Camera Update
DownloadRelease Notes:
- Add option of setting multiple configurations. This allows users to switch fast between fixed configurations. Using this system allows to switch configurations about 10x faster from about 5s to 0.5s.
- The following functions have been added:
- Camera::config_index
- Camera::switch_config
- Camera::possible_frame_types
- Camera::set_output_frame_types
- Camera::get_output_frame_types
- Camera::has_multiple_configurations
- Camera::get_multiple_camera_configurations
- Camera::get_multiple_processing_configurations
- KeaCamera::multiple_configurations_possible
- KeaCamera::set_multiple_configurations
- Stream selection when changing camera or processing configuration has been altered slightly. Instead of only selecting stream types when they closely match, now all selected frame types will be reselected.