Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump acquire-common from 4444f5c to 8e3e995 #308

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion acquire-common
Submodule acquire-common updated 28 files
+6 −0 CHANGELOG.md
+1 −1 README.md
+6 −0 acquire-core-libs/src/acquire-device-properties/device/props/components.c
+1 −0 acquire-core-libs/src/acquire-device-properties/device/props/components.h
+91 −27 acquire-core-libs/src/acquire-device-properties/device/props/storage.c
+38 −15 acquire-core-libs/src/acquire-device-properties/device/props/storage.h
+2 −0 acquire-core-libs/tests/unit-tests.cpp
+85 −36 acquire-driver-common/src/simcams/simulated.camera.c
+16 −5 acquire-driver-common/src/storage/raw.c
+26 −6 acquire-driver-common/src/storage/side-by-side-tiff.cpp
+11 −5 acquire-driver-common/src/storage/tiff.cpp
+1 −0 acquire-driver-common/tests/devkit/storage-get-meta.cpp
+2 −0 acquire-driver-common/tests/integration/CMakeLists.txt
+1 −0 acquire-driver-common/tests/integration/abort-while-waiting-for-trigger.cpp
+233 −0 acquire-driver-common/tests/integration/can-set-with-file-uri.cpp
+202 −0 acquire-driver-common/tests/integration/simcam-will-not-stall.cpp
+7 −7 acquire-driver-common/tests/integration/switch-storage-identifier.cpp
+3 −2 acquire-driver-common/tests/integration/write-side-by-side-tiff.cpp
+3 −3 acquire-video-runtime/src/acquire.c
+8 −9 acquire-video-runtime/src/runtime/channel.c
+4 −7 acquire-video-runtime/src/runtime/filter.c
+4 −8 acquire-video-runtime/src/runtime/source.c
+3 −0 acquire-video-runtime/tests/CMakeLists.txt
+190 −0 acquire-video-runtime/tests/aligned-videoframe-pointers.cpp
+1 −1 acquire-video-runtime/tests/change-file-name.cpp
+43 −11 acquire-video-runtime/tests/one-video-stream.cpp
+115 −0 acquire-video-runtime/tests/repeat-start-no-monitor.cpp
+178 −0 acquire-video-runtime/tests/sleep-while-inspecting.cpp
Loading