File size: 1,183 Bytes
3b9aecd
 
58e4817
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<h1>AidStream Development Documents</h1>

## 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)