All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Users can specify access key ID and secret access key for S3 storage in
StorageProperties
.
- A bug where changing device identifiers for the storage device was not being handled correctly.
- A race condition where
camera_get_frame()
might be called aftercamera_stop()
when aborting acquisition.
reserve_image_shape
is now called inacquire_configure
rather thanacquire_start
.- Users can now specify the names, ordering, and number of acquisition dimensions.
- The
StorageProperties::filename
field is nowStorageProperties::uri
. - Files can be specified by URI with an optional
file://
prefix.
- Additional validation in
test-change-external-metadata
.
- Simplified CMakeLists.txt in acquire-core-libs, acquire-video-runtime, and acquire-driver-common.
- Moved
write-side-by-side-tiff.cpp
to acquire-driver-common subproject.
- PR template.