add ieee for object inspection

This commit is contained in:
2024-04-30 19:44:06 +02:00
parent b8132afabb
commit 471fac409e
8 changed files with 388 additions and 25 deletions

View File

@@ -68,7 +68,7 @@ int main(int argc, char** argv) {
} else { // HACK
SDLVideoCameraContent vcc;
auto* reader = vcc.aquireReader();
for (size_t i = 0; i < 200; i++) {
for (size_t i = 0; i < 20; i++) {
std::this_thread::sleep_for(std::chrono::milliseconds(50));
auto new_frame_opt = reader->getNext();
if (new_frame_opt.has_value()) {