OpenCV Error: Null pointer (NULL guiReceiver (please create a window))

asked 2015-09-15 08:57:53 -0600

Scherady gravatar image

updated 2015-09-15 09:08:18 -0600

thdrksdfthmn gravatar image

Under Ubuntu 15.04 I am trying to compile in QTCreator an application that uses OpenCV and CUDA to display Intel DepthSense 3D camera. But I suspect that when the window with camera frame attempts to appear the following error occurs:

OpenCV Error: Null pointer (NULL guiReceiver (please create a window)) in cvDestroyWindow, file /home/brian/opencv/modules/highgui/src/window_QT.cpp, line 497 terminate called after throwing an instance of 'cv::Exception' what(): /home/brian/opencv/modules/highgui/src/window_QT.cpp:497: error: (-27) NULL guiReceiver (please create a window) in function cvDestroyWindow The program has unexpectedly finished. /home/brian/Scherady/build-htrack-Desktop-Default/htrack_atb crashed'.

Any help? Thank you.

edit retag flag offensive close merge delete

Comments

Facing the same. Unbelievable that no one has replied yet.

Raki gravatar imageRaki ( 2019-03-13 04:06:15 -0600 )edit