Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Language Bindings
  4. Assertion error from qasciikey.cpp while running application in C++ using opencv
Forum Updated to NodeBB v4.3 + New Features

Assertion error from qasciikey.cpp while running application in C++ using opencv

Scheduled Pinned Locked Moved Language Bindings
1 Posts 1 Posters 2.6k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • O Offline
    O Offline
    Ondro
    wrote on last edited by
    #1

    I am running simple program written in C++ which grabs images from camera and displays them on the screen. Many times my application unexpectedly crashes after some time. It happened also in many other simple programs.

    I am getting error ASSERT: "false" in file qasciikey.cpp, line 501

    I suppose it has something with Qt library which opencv use for displaying windows with images.

    I am running Kubuntu 12.04, OpenCV library version is 2.4.3. I have installed opencv on my system together with Qt library using this instructions http://www.raben.com/content/opencv-installation-ubuntu-1204 (opencv is build with -D WITH_QT=ON switch)

    Is there some way how to suppress calling of that qasciikey? I am Qt noob and don't know what can be reason of calling that assert. Should I recompile something?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved