Skip to content

Commit

Permalink
More specific device name
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-sweet committed Sep 14, 2023
1 parent f629e48 commit f9d4180
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tests/blackfly-abort-while-waiting-for-trigger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ main()

DEVOK(device_manager_select(dm,
DeviceKind_Camera,
SIZED(".*BFLY.*") - 1,
SIZED(".*BFLY-U3-23S6M.*") - 1,
&props.video[0].camera.identifier));
DEVOK(device_manager_select(dm,
DeviceKind_Storage,
Expand Down
2 changes: 1 addition & 1 deletion tests/blackfly-configure-properties.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ main()

DEVOK(device_manager_select(dm,
DeviceKind_Camera,
SIZED(".*BFLY.*") - 1,
SIZED(".*BFLY-U3-23S6M.*") - 1,
&props.video[0].camera.identifier));
DEVOK(device_manager_select(dm,
DeviceKind_Storage,
Expand Down
2 changes: 1 addition & 1 deletion tests/blackfly-configure-triggering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ main()

DEVOK(device_manager_select(dm,
DeviceKind_Camera,
SIZED(".*BFLY.*") - 1,
SIZED(".*BFLY-U3-23S6M.*") - 1,
&props.video[0].camera.identifier));
DEVOK(device_manager_select(dm,
DeviceKind_Storage,
Expand Down
2 changes: 1 addition & 1 deletion tests/blackfly-metadata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ main()

DEVOK(device_manager_select(dm,
DeviceKind_Camera,
SIZED(".*BFLY.*") - 1,
SIZED(".*BFLY-U3-23S6M.*") - 1,
&props.video[0].camera.identifier));
DEVOK(device_manager_select(dm,
DeviceKind_Storage,
Expand Down
2 changes: 1 addition & 1 deletion tests/blackfly-repeat-start-no-stop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ main()
OK(acquire_get_configuration(runtime, &properties));
DEVOK(device_manager_select(dm,
DeviceKind_Camera,
SIZED(".*BFLY.*") - 1,
SIZED(".*BFLY-U3-23S6M.*") - 1,
&properties.video[0].camera.identifier));
DEVOK(device_manager_select(dm,
DeviceKind_Storage,
Expand Down
2 changes: 1 addition & 1 deletion tests/blackfly-repeat-start.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ main()

DEVOK(device_manager_select(dm,
DeviceKind_Camera,
SIZED(".*BFLY.*") - 1,
SIZED(".*BFLY-U3-23S6M.*") - 1,
&properties.video[0].camera.identifier));
DEVOK(device_manager_select(dm,
DeviceKind_Storage,
Expand Down

0 comments on commit f9d4180

Please sign in to comment.