Results 1 to 4 of 4

Thread: Newbie trying to integrate opencv and qt

  1. #1
    Join Date
    Sep 2011
    Posts
    2
    Qt products
    Qt4
    Platforms
    Windows

    Default Newbie trying to integrate opencv and qt

    Hi,

    I have a project to do where I am streaming a video of a snooker table, and have to have different buttons that do different things so Im presumming qt would be the handiest way to do this GUI as im programming in C. Anyone able to give me examples of video streaming from webcam onto Qt. I also hear you can just do drag and drop GUIs in qt instead of having to right to code. Am i correct in saying this?

    Any help would be much appreciated!

    Thanks in advance,

    Nathan

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Wiki edits
    17

    Default Re: Newbie trying to integrate opencv and qt

    Quote Originally Posted by nathan89 View Post
    I have a project to do where I am streaming a video of a snooker table, and have to have different buttons that do different things so Im presumming qt would be the handiest way to do this GUI as im programming in C.
    If you are programming in C then Qt is not for you. C++ on the other hand...
    Anyone able to give me examples of video streaming from webcam onto Qt.
    If you want to know how to make use of OpenCV libraries from a Qt qmake project then try search this forum for OpenCV... it has been covered several times. OpenCV is just another library, and is incorporated in your PRO file the same way as any other.

    If you want to know how to use OpenCV to capture images from a web cam, which has nothing to do with Qt, then that is a question for an OpenCV forum. Also search this forum because there are examples like this to be found.

    I also hear you can just do drag and drop GUIs in qt instead of having to right to code. Am i correct in saying this?
    Qt Designer. You have to write code to actually do anything though.

  3. #3
    Join Date
    Sep 2011
    Posts
    2
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Newbie trying to integrate opencv and qt

    Thanks,

    Would you know if there is anything like QT for C?

  4. #4
    Join Date
    Jul 2008
    Location
    Norway
    Posts
    12
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60
    Thanked 2 Times in 2 Posts

    Default Re: Newbie trying to integrate opencv and qt

    GTK+ is a C GUI toolkit.
    !sirius

Similar Threads

  1. How to integrate QWT 6.0 with QT Creator 2.01??
    By balutvm in forum Qt Programming
    Replies: 0
    Last Post: 16th December 2010, 12:43
  2. Integrate Designer into own Ui
    By NoRulez in forum Qt Programming
    Replies: 9
    Last Post: 14th July 2010, 14:48
  3. How to Integrate openCV code with Qt4?
    By edomingos in forum Newbie
    Replies: 1
    Last Post: 5th December 2009, 06:46
  4. How to integrate Qt and Opencv
    By diego in forum Newbie
    Replies: 1
    Last Post: 26th June 2009, 10:27
  5. How to Integrate Qt with 'C'
    By deepakn in forum Newbie
    Replies: 3
    Last Post: 8th August 2007, 15:46

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
  •  
Qt is a trademark of The Qt Company.