write preview code, calibration code is flawed for now

This commit is contained in:
doomertheboomer
2023-07-28 17:56:16 +07:00
parent 423ef98ec9
commit 76e688b6b2
8 changed files with 145 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ int main()
return 0;
}
else if (choice == 2) {
std::cout << "okay 2";
kinectTest(1, 1, 1, 1, 1, 1);
return 0;
}
else {