gaoxiang12 / slambook

MIT License
6.79k stars 3.25k forks source link

运行视频数据出现问题 #207

Open wwqyaya opened 5 years ago

wwqyaya commented 5 years ago

在第一章课后习题运行视频出现问题。 QObject::killTimer: Timers cannot be stopped from another thread QObject::startTimer: Timers cannot be started from another thread 我的操作步骤: 1.首先修改了CMakeLists.txt,添加了 add_executable(myvideo Examples/Monocular/myvideo.cpp) target_link_libraries(myvideo ${PROJECT_NAME}) 2.其次将提供的myvideo.cpp, myvideo.yaml, myvideo.mp4都复制到Examples/Monocular中,从新进入build路径下cmake, make。 3.最后执行命令:./Examples/Monocular/myvideo Vocabulary/ORBvoc.txt Examples/Monocular/myvideo.yaml Examples/Monocular/myvideo.mp4 然后出现了开始提到的问题。