Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Learning
  3. Qt in Education
  4. Capturing MJPEG
Qt 6.11 is out! See what's new in the release blog

Capturing MJPEG

Scheduled Pinned Locked Moved Qt in Education
8 Posts 3 Posters 10.1k 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    Hello im a student from belguim and im dooing a project atm and i have to inport MJPEG data from a ip cam into Qt.
    this is my first year of Qt and i searched al around and i cant find somthing that helps me get started.
    could annyone get me anny idea's how to get started?

    thx on forward

    1 Reply Last reply
    0
    • M Offline
      M Offline
      martonmiklos
      wrote on last edited by
      #2

      If your camera uses multipart http or ICamView properitary protocoll your friend should be the
      QImageGrabber:

      http://code.google.com/p/qimagegrabber/

      Let me know if you have any questions/comments with the library!

      1 Reply Last reply
      0
      • ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #3

        i will defenetly have a look at the Qimagegrabber thanks sir ill let you know if i have anny questions/comments

        1 Reply Last reply
        0
        • ? Offline
          ? Offline
          A Former User
          wrote on last edited by
          #4

          [quote author="martonmiklos" date="1333455279"]If your camera uses multipart http or ICamView properitary protocoll your friend should be the
          QImageGrabber:

          http://code.google.com/p/qimagegrabber/

          Let me know if you have any questions/comments with the library![/quote]

          Sorry to hijack, XavierClinquart.

          @martonmiklos, how do i actually use your library? What to download and where do i save it to?

          Thanks~!

          1 Reply Last reply
          0
          • M Offline
            M Offline
            martonmiklos
            wrote on last edited by
            #5

            Sync the latest svn trunk with:
            svn checkout http://qimagegrabber.googlecode.com/svn/trunk/ qimagegrabber-read-only

            There is an example folder containing an example how to use the library.

            1 Reply Last reply
            0
            • ? Offline
              ? Offline
              A Former User
              wrote on last edited by
              #6

              [quote author="martonmiklos" date="1363677283"]Sync the latest svn trunk with:
              svn checkout http://qimagegrabber.googlecode.com/svn/trunk/ qimagegrabber-read-only

              There is an example folder containing an example how to use the library. [/quote]

              Thanks, i don't know how to use svn checkout, but i suppose it's following way via QtCreator?

              • New project
              • Import project
              • Subversion Checkout

              Then the first problem i encounter was:
              [quote]Failed to open project in '/Applications/Qt5.0.1/qimagegrabber'.
              Could not find any project files matching (*.pro, CMakeLists.txt, *.cmake, *.creator, *.qmlproject) in the directory '/Applications/Qt5.0.1/qimagegrabber'.[/quote]

              nonetheless i was able to manually open up your examples.pro

              As i'm using Qt5.0.1 on Mac, it seems that Qt library configuration is slightly different.

              include <QtGui/QApplication> = include <QApplication> -> this should be okay?(no errors)

              Then this is the main part executing your program...

              _#include <qwt/qwt_plot_curve.h>

              /Applications/Qt5.0.1/qimagegrabber/examples/qimagegrabber_benchmark/dialogcomparesettings.h:7: error: 'qwt/qwt_plot_curve.h' file not found
              #include <qwt/qwt_plot_curve.h>
              ^_

              Sorry for being such a beginner :)

              1 Reply Last reply
              0
              • M Offline
                M Offline
                martonmiklos
                wrote on last edited by
                #7

                I have never tried to compile it with Qt5.
                I am installing the Qt5 now and

                The benchmark example depends on the Qwt. I will create a simple separate example today without any extra dependencies.

                1 Reply Last reply
                0
                • ? Offline
                  ? Offline
                  A Former User
                  wrote on last edited by
                  #8

                  [quote author="martonmiklos" date="1363686943"]I have never tried to compile it with Qt5.
                  I am installing the Qt5 now and

                  The benchmark example depends on the Qwt. I will create a simple separate example today without any extra dependencies. [/quote]

                  alright, i will be awaiting for the new revision. Thanks man! ^^

                  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