From 0a323a10448cfc1fec35706b4ffe59096519e57e Mon Sep 17 00:00:00 2001 From: kallaballa Date: Tue, 12 Sep 2023 01:58:04 +0200 Subject: [PATCH] cosmetiques --- modules/v4d/samples/many_cubes-demo.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/v4d/samples/many_cubes-demo.cpp b/modules/v4d/samples/many_cubes-demo.cpp index 6eca87969..8e8edbd8a 100644 --- a/modules/v4d/samples/many_cubes-demo.cpp +++ b/modules/v4d/samples/many_cubes-demo.cpp @@ -261,8 +261,7 @@ int main() { using namespace cv::v4d; window = cv::v4d::V4D::make(cv::Size(WIDTH, HEIGHT), cv::Size(), "Many Cubes Demo", OFFSCREEN); window->printSystemInfo(); - window->setShowTracking(false); - window->setShowFPS(false); + #ifndef __EMSCRIPTEN__ //Creates a writer sink using the VP9 codec (which might be hardware accelerated) Sink sink = makeWriterSink(OUTPUT_FILENAME, cv::VideoWriter::fourcc('V', 'P', '9', '0'), FPS,