diff --git a/README.md b/README.md new file mode 100644 index 0000000..c3234a3 --- /dev/null +++ b/README.md @@ -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 +``` \ No newline at end of file