Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Qt と OpenGL と OpenCV を使用するアプリケーションで多くの QTimer を使用すると問題が発生します。ウィンドウに 2D 画像を描画する関数を呼び出す timer1 と、Qt ウィジェットの別のウィンドウに 3D コンテンツを描画する関数を呼び出す timer2 がありますが、プログラムを実行すると、opengl ウィンドウとのやり取りが非常に遅くなります (~ 10 fps 以下)、2D 画像も遅いです。私は何をすべきか?