Results 1 to 5 of 5

Thread: Please help me slove a very strange problem with Qt + OpenCV. Thanks !

  1. #1
    Join Date
    May 2009
    Posts
    28
    Qt products
    Qt3 Qt4 Qt/Embedded Qt Jambi PyQt3 PyQt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Please help me slove a very strange problem with Qt + OpenCV. Thanks !

    Hi all.
    I am starting working with camera. I went to here and downloaded source code
    http://www.qt-apps.org/content/show....?content=89995

    Continued :
    I installed Qt and OpenCV on my computer

    I changed my.pro file
    TEMPLATE = app
    TARGET =
    DEPENDPATH += .
    INCLUDEPATH += "C:\OpenCV\cxcore\include" \
    "C:\OpenCV\cv\include" \
    "C:\OpenCV\cvaux\include"
    win32 {
    LIBS += -L"C:\OpenCV\lib"
    }
    LIBS += -lcv -lhighgui
    SOURCES += main.cpp QOpenCVWidget.cpp MyCameraWindow.cpp
    HEADERS += QOpenCVWidget.cpp MyCameraWindow.h
    I builded my project. Done
    I runs. It appears a very strange bugs
    Starting C:/Documents and Settings/Mr. Diego/My Documents/QtOpenCV/debug/QtOpenCV.exe...
    C:/Documents and Settings/Mr. Diego/My Documents/QtOpenCV/debug/QtOpenCV.exe exited with code -1072365566
    What happens with me ? Please help me.

    Thanks in advance.
    Diego

  2. #2
    Join Date
    Jun 2007
    Location
    India
    Posts
    1,042
    Thanks
    8
    Thanked 133 Times in 128 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Please help me slove a very strange problem with Qt + OpenCV. Thanks !

    put a break point in the very first line of your main().. then debug step by step..

  3. #3
    Join Date
    May 2009
    Posts
    28
    Qt products
    Qt3 Qt4 Qt/Embedded Qt Jambi PyQt3 PyQt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Please help me slove a very strange problem with Qt + OpenCV. Thanks !

    Hi MrDeath.
    I can not debug this problem.
    Because it died at once i runs....
    Cuold you help me understand my misstake ?

    Thanks.
    Diego

  4. #4
    Join Date
    Jun 2007
    Location
    India
    Posts
    1,042
    Thanks
    8
    Thanked 133 Times in 128 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Please help me slove a very strange problem with Qt + OpenCV. Thanks !

    how are u debuging?

  5. #5
    Join Date
    May 2009
    Posts
    28
    Qt products
    Qt3 Qt4 Qt/Embedded Qt Jambi PyQt3 PyQt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Please help me slove a very strange problem with Qt + OpenCV. Thanks !

    Hi MrDeath
    I see on My screen

    LDR: LdrpWalkImportDescriptor() failed to probe C:\\OpenCV\\bin\\highgui110.dll for its manifest, ntstatus 0xc0150002

    Could you explain me ?

Similar Threads

  1. Strange Qt 4.4.0 string problem
    By maverick_pol in forum Qt Programming
    Replies: 2
    Last Post: 15th May 2008, 06:46
  2. Very Strange problem
    By dreamer in forum Qt Programming
    Replies: 1
    Last Post: 30th April 2008, 09:20
  3. Strange shortcut problem
    By blukske in forum Qt Programming
    Replies: 0
    Last Post: 13th March 2007, 10:26
  4. Strange problem with events on Unix
    By sukanyarn in forum Qt Programming
    Replies: 2
    Last Post: 7th November 2006, 02:45
  5. Strange Problem with JPEG Support on win XP
    By caligula in forum Installation and Deployment
    Replies: 3
    Last Post: 18th September 2006, 10:36

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.