add readme

This commit is contained in:
Camryn Thomas 2025-03-25 16:28:58 -05:00
parent 54246257c9
commit 7c780e0017
Signed by: cptlobster
GPG Key ID: 33D607425C830B4C

20
README.md Normal file
View 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
```