setup Meson project, get the server to read a video feed from a local camera
This commit is contained in:
8
client.cpp
Normal file
8
client.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <iostream>
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main() {
|
||||
cout << "Hello World!" << endl;
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user