Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. opencv3.00
    Log in to post
    • All categories
    • MarKS

      Unsolved Error: thumb conditional instruction should be in IT block - on ARM
      Mobile and Embedded • qt5.2 opencv3.00 ubuntu 14.04 arm odroid • • MarKS

      3
      0
      Votes
      3
      Posts
      3722
      Views

      MarKS

      @mvuori yes i did check these solutions but i have no idea about these compiler directives. How do i use them in QtCreator. And it throws error for only one project and my other projects are working fine.

    • S

      Unsolved Displaying multiple OpenCV VideoCapture objects in QT
      General and Desktop • qt 5.4 opencv opencv3.00 c++ • • SgtSherif

      4
      0
      Votes
      4
      Posts
      3719
      Views

      W

      Hi
      Did you try to show vodeo capture only from the slow one? I think it might be usefull to test if the second camera slow only when image from both cameras is shown or it's always slow.

      Another suggection is to try to swap devices. It may be some kind of hardware problem.

      The last suggestion is to try to use QGraphicsView as soon as it might be just quicker than labels. However I don't think that the problem you described is in labels.

    • S

      Strange Linker error LNK2019 MSVC2013-64 bits build dbg/rel with linkage to opencv 3.00 prebuilt library (.lib static 64-bits) on Win10/64bits
      General and Desktop • lnk2019 64 bits opencv3.00 linker errors qmake lib debug static linking msvc2013 win10-64 • • sun_sina

      4
      0
      Votes
      4
      Posts
      3501
      Views

      jsulm

      You can try to add your static libraries like this: LIBS += PATH_TO_LIB_DIR/libLIBNAME.lib