AidStream Development Documents

## CONTENTS - [Introduction](#introduction) - [Installation](#installation) - [API Documents](#api-documents) ## 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](https://cdn-uploads.huggingface.co/production/uploads/64c1fef5b9d81735a12c3fcc/jhqfTRgzcIVohKTxWXX27.png) 2. Install in terminal ```bash # password is aidlux sudo aid-pkg install aidstream-sdk ``` ## API Documents - [AidStream SDK for C++](https://v2.docs.aidlux.com/sdk-api/aid-stream/aidstream-c++) - [AidStream SDK for Python](https://v2.docs.aidlux.com/sdk-api/aid-stream/aidstream_for_python)