You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

depthai-sdk

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

depthai-sdk

This package provides an abstraction of the DepthAI API library.

1.15.1
pipPyPI
Maintainers
1

DepthAI SDK

Discord Forum Docs License: MIT

DepthAI SDK is a Python package, containing convenience classes and functions that help in most common tasks while using DepthAI API.

To know more about the DepthAI itself, visit our documentation or our webpage

Installation

To install this package, run the following command in your terminal window

$ python3 -m pip install depthai-sdk

:warning: If you're using Raspberry Pi, providing a Pi Wheels extra package url can significantly speed up the installation process by providing prebuilt binaries for OpenCV

$ pip install --extra-index-url https://www.piwheels.org/simple/ depthai-sdk

Usage

Please visit DepthAI SDK documentation page.

API

Please visit DepthAI SDK API for full API reference

Keywords

depthai sdk oak camera

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts