Skip to content

Commit

Permalink
Merge pull request #169 from Sensing-Dev/feature/handle-single-u3v
Browse files Browse the repository at this point in the history
limit the number of device to access for Came1USB1
  • Loading branch information
iitaku authored Dec 7, 2023
2 parents b08b31a + ea336ca commit 33f2ddc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bb/image-io/rt_u3v.h
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,7 @@ class U3V {

unsigned int target_device_idx;
if (n_devices != num_sensor_ && dev_id == nullptr) {
n_devices = num_sensor_;
log::info("Multiple devices are found; The first device is selected");
}

Expand Down

0 comments on commit 33f2ddc

Please sign in to comment.