AIToolKit / AidStream Development Documents.md
qc903113684's picture
Update AidStream Development Documents.md
58e4817 verified
|
raw
history blame
1.18 kB

AidStream Development Documents

CONTENTS

Introduction

AidStream is a video framework for building streaming media applications.

It aims to simplify the construction of programs that need to insert algorithms in the development of video + AI applications. AidStream based on pipelines, developers need to configure the input stream and output stream information for each pipeline. In a complete pipeline, data flows out from the input stream. Developers can obtain the corresponding RGB data through the AidStream API and input it into the output stream after processing.

Installation

Installation for AidLux

  1. Install from APP store

image/png

  1. Install in terminal
# password is aidlux
sudo aid-pkg install aidstream-sdk

API Documents