Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Streaming camera video data over network [video out]
Forum Updated to NodeBB v4.3 + New Features

Streaming camera video data over network [video out]

Scheduled Pinned Locked Moved Solved General and Desktop
cameravideo outrtp
3 Posts 3 Posters 2.3k Views 2 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.
  • G Offline
    G Offline
    gsharma
    wrote on last edited by gsharma
    #1

    I have requirement to send video data from the camera to network using rtp. How can I do the same using Qt-5.6.2 classes.

    I have tested the same using gstreamer (gst-launch). But I have to do the same in my application developed in Qt-5.6.2.

    I do not want to use any library like libvlc etc.

    raven-worxR 1 Reply Last reply
    0
    • G gsharma

      I have requirement to send video data from the camera to network using rtp. How can I do the same using Qt-5.6.2 classes.

      I have tested the same using gstreamer (gst-launch). But I have to do the same in my application developed in Qt-5.6.2.

      I do not want to use any library like libvlc etc.

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      @gsharma said in Streaming camera video data over network [video out]:

      I do not want to use any library like libvlc etc.

      QtMultimedia is way beyond being perfect and can really be a pain to work with (IMHO).
      So i recommend you to use an external library for this. Like libvlc for example.

      QtMultimedia isn't designed to do video streaming in a providing manner.
      Also it is very depending on the backend and thus on the system your application is running on. So going the libvlc approach is the safest.
      You can also use ffmpeg . See this as an starting example (although is a player example - but it gives an idea how to work with the lib).

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      1
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi,

        To add to @raven-worx, there's also the QtGStreamer project that might be of interest.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        1

        • Login

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