From 7c780e00176043ecd1a6a7cb9e500c670e7fa176 Mon Sep 17 00:00:00 2001 From: Dustin Thomas Date: Tue, 25 Mar 2025 16:28:58 -0500 Subject: [PATCH] add readme --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md 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