633 B
633 B
depthai sdk nix
Depthai python sdk packaged for Nix.
Before running make sure you have the udev rules set up. Follow this guide or just use the following snippet if using NixOS.
{
services.udev.extraRules = ''
SUBSYSTEM=="usb", ATTRS{idVendor}=="03e7", MODE="0666"
'';
}
Usage
To try the example:
nix run .#depthai-example