missing ,

This commit is contained in:
Tim Zeuner 2023-02-02 09:25:34 +01:00
parent 6a55bda519
commit a929bbebed

View File

@ -73,7 +73,7 @@ void LFR_StateMachine::parseString(string s)
} }
LFR_StateMachine::LFR_StateMachine(): LFR_StateMachine::LFR_StateMachine():
autonomousMode(videoHeight, videoWidth, thresholdBinary, gaussKernelSize, maxSpeed [&](std::exception const &ex) autonomousMode(videoHeight, videoWidth, thresholdBinary, gaussKernelSize, maxSpeed, [&](std::exception const &ex)
{ {
std::unique_lock<std::mutex> lock(mutex); std::unique_lock<std::mutex> lock(mutex);
std::cerr<<"camera exception:"<<ex.what()<<std::endl; std::cerr<<"camera exception:"<<ex.what()<<std::endl;