setup Meson project, get the server to read a video feed from a local camera

This commit is contained in:
2025-03-25 16:26:35 -05:00
parent d4aa4eabb4
commit 54246257c9
4 changed files with 39 additions and 1 deletions

8
client.cpp Normal file
View File

@@ -0,0 +1,8 @@
#include <iostream>
using namespace std;
int main() {
cout << "Hello World!" << endl;
return 0;
}