add readme
This commit is contained in:
parent
54246257c9
commit
7c780e0017
20
README.md
Normal file
20
README.md
Normal file
@ -0,0 +1,20 @@
|
||||
# Video Streaming Proof of Concept
|
||||
|
||||
This project is a demo for streaming video output from multiple "client" devices to one "server". This is a basic demo
|
||||
of what sauron-cv seeks to accomplish.
|
||||
|
||||
## Building
|
||||
|
||||
This project uses Meson for build management.
|
||||
|
||||
### Install Dependencies
|
||||
|
||||
Install the following packages from your distribution package manager:
|
||||
- `meson`
|
||||
- `opencv`
|
||||
|
||||
### Compiling
|
||||
|
||||
```shell
|
||||
meson build client
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user