diff --git a/acquire-common b/acquire-common index a446cf9..4444f5c 160000 --- a/acquire-common +++ b/acquire-common @@ -1 +1 @@ -Subproject commit a446cf9c7bdfdaccb93a5bff6b3aa5ce0a0f319c +Subproject commit 4444f5c95f699e22b47e9a6e321359016faa03e6 diff --git a/tests/blackfly-one-video-stream.cpp b/tests/blackfly-one-video-stream.cpp index f7d8df9..aac0094 100644 --- a/tests/blackfly-one-video-stream.cpp +++ b/tests/blackfly-one-video-stream.cpp @@ -72,7 +72,8 @@ main() SIZED("out.tif"), 0, 0, - { .x = 1, .y = 1 }); + { .x = 1, .y = 1 }, + 0); props.video[0].camera.settings.binning = 1; props.video[0].camera.settings.pixel_type = SampleType_u8; diff --git a/tests/oryx-one-video-stream.cpp b/tests/oryx-one-video-stream.cpp index 3faa84e..99638b3 100644 --- a/tests/oryx-one-video-stream.cpp +++ b/tests/oryx-one-video-stream.cpp @@ -72,7 +72,8 @@ main() SIZED("out.tif"), 0, 0, - { .x = 1, .y = 1 }); + { .x = 1, .y = 1 }, + 0); props.video[0].camera.settings.binning = 1; props.video[0].camera.settings.pixel_type = SampleType_u8;