Metadata-Version: 2.1
Name: depthai-gate
Version: 0.0.14
Summary: DepthAI Gate provides discovery and means of running DepthAI FW on the device
Author: Luxonis
Author-email: support@luxonis.com
Keywords: sample,setuptools,development
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.7, <4
Description-Content-Type: text/markdown
Requires-Dist: flask
Requires-Dist: flask-restful
Provides-Extra: dev
Requires-Dist: check-manifest ; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'

# DepthAI Gate

Gate is a 'device' server acting as a bridge to host, enabling DepthAI library to run FW and pipelines on device through it.

It loads the given FW and starts the execution of device side code with discovery capabilities and various interfacing options (TCP/USB).
