From: Bernhard Tittelbach Date: Tue, 26 Mar 2019 12:57:30 +0000 (+0100) Subject: slower X-Git-Url: https://git.realraum.at/?p=201903hackathon.git;a=commitdiff_plain;h=2797a0bcf45a0f16d07877723f4f60d76d7ed6e6 slower --- diff --git a/cpp/openCVnaiveObstacleAvoidance/openCVnaiveObstacleAvoidance.cpp b/cpp/openCVnaiveObstacleAvoidance/openCVnaiveObstacleAvoidance.cpp index f8ccfeb..5849e23 100644 --- a/cpp/openCVnaiveObstacleAvoidance/openCVnaiveObstacleAvoidance.cpp +++ b/cpp/openCVnaiveObstacleAvoidance/openCVnaiveObstacleAvoidance.cpp @@ -405,7 +405,8 @@ int main (int argc, char *argv[]) // set an operation mode // if (cameraDevice->setUseCase ("MODE_5_45FPS_500") != royale::CameraStatus::SUCCESS) - if (cameraDevice->setUseCase ("MODE_9_10FPS_1000") != royale::CameraStatus::SUCCESS) + // if (cameraDevice->setUseCase ("MODE_9_10FPS_1000") != royale::CameraStatus::SUCCESS) + if (cameraDevice->setUseCase ("MODE_9_5FPS_2000") != royale::CameraStatus::SUCCESS) { cerr << "Error setting use case" << endl; return 1;