Skip to content

Commit

Permalink
u3v: udev rule for every USB3Vision devices
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelP committed Sep 4, 2024
1 parent d4db398 commit d573a03
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/reference/aravis/usb.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ declarations for a couple of vendors. If you want to add an entry with the
vendor of your camera, the output of `lsusb` command will give you the vendor
id, which is the first 4 digits of the ID field.

Alternatively, you can give read/write access to all USB3Vision devices using
the following rule:

```
# Read write access for all USB3Vision devices
SUBSYSTEM=="usb", ATTRS{bDeviceClass}=="ef", ATTRS{bDeviceSubClass}=="02", ATTRS{bDeviceProtocol}=="01",
ENV{ID_USB_INTERFACES}=="*:ef0500:*", MODE="0666"
```

## Performance

Aravis uses by default the synchronous libusb API. But it can be told to use the
Expand Down

0 comments on commit d573a03

Please sign in to comment.