steevo87 / thermalvis

Cross-platform, OpenCV-based functionality for image processing and computer vision in thermal-infrared
BSD 3-Clause "New" or "Revised" License
124 stars 63 forks source link

QT Run-time error #101

Open steevo87 opened 9 years ago

steevo87 commented 9 years ago

On NTU Desktop in Debug mode, crashes when launching launch/icarcv/sequence_3.launch:

seq_3_error

steevo87 commented 9 years ago

This is due to a conflict between qt and OpenCV, which may be unavoidable.

The best way around it could be avoiding using OpenCV imshow() (and related functions) when qt is used in the project. Instead, you could use an approach such as that detailed here.