Skip to content

Commit

Permalink
limit the number of device to access for Came1USB1; confirmed to work…
Browse files Browse the repository at this point in the history
… on Came1USB2 too
Fixstars-momoko committed Dec 7, 2023
1 parent 4436818 commit ea336ca
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
@@ -685,6 +685,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");
}

0 comments on commit ea336ca

Please sign in to comment.