Skip to content

Commit

Permalink
Update calls to storage_properties_init
Browse files Browse the repository at this point in the history
  • Loading branch information
aliddell committed Mar 29, 2024
1 parent 681cbb2 commit 5b152cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/blackfly-one-video-stream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
3 changes: 2 additions & 1 deletion tests/oryx-one-video-stream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5b152cb

Please sign in to comment.