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
Credits
Description
Languages
Nix
93.7%
Python
6.3%