2022-11-29 14:54:11 -05:00
2022-11-29 14:54:11 -05:00
2022-11-29 14:54:11 -05:00
2022-11-29 14:54:11 -05:00
2022-11-29 14:54:11 -05:00
2022-11-29 14:54:11 -05:00
2022-11-29 14:54:11 -05:00
2022-11-29 14:54:11 -05:00

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

Based on the work here for building the C++ depthai-core

Description
Depthai python sdk packaged for Nix
Readme 39 KiB
Languages
Nix 93.7%
Python 6.3%