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. How to make a HDMI communication?

How to make a HDMI communication?

Scheduled Pinned Locked Moved Unsolved General and Desktop
8 Posts 4 Posters 1.2k 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.
  • B Offline
    B Offline
    Balaji Sivakumar
    wrote on last edited by
    #1

    Hi guys,

    I'm here to make communication between Qt desktop application and one of the medical system that outputs the 1080px video live stream, I need to get those input and play it in Qt Application.

    How can I do this, any suggestions?

    Other Info:

    • Qt - 5.12.9
    • OS - Windows 10 64bit

    Thanks in advances guys.

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

      Hi,

      Your description is not clear, what input are your talking about ?

      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
      • B Balaji Sivakumar

        Hi guys,

        I'm here to make communication between Qt desktop application and one of the medical system that outputs the 1080px video live stream, I need to get those input and play it in Qt Application.

        How can I do this, any suggestions?

        Other Info:

        • Qt - 5.12.9
        • OS - Windows 10 64bit

        Thanks in advances guys.

        aha_1980A Offline
        aha_1980A Offline
        aha_1980
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi @Balaji-Sivakumar,

        if I get you right and you want to display the HDMI output of another device in your application, then you will foremost need a HDMI capture device with an appropriate SDK that allows you to real-time process the captured data.

        Regards

        Qt has to stay free or it will die.

        B 1 Reply Last reply
        3
        • aha_1980A aha_1980

          Hi @Balaji-Sivakumar,

          if I get you right and you want to display the HDMI output of another device in your application, then you will foremost need a HDMI capture device with an appropriate SDK that allows you to real-time process the captured data.

          Regards

          B Offline
          B Offline
          Balaji Sivakumar
          wrote on last edited by
          #4

          @aha_1980 said in How to make an HDMI communication?:

          HDMI capture device

          So has you saying without an HDMI capture device we can't get any video data?

          aha_1980A B 2 Replies Last reply
          0
          • B Balaji Sivakumar

            @aha_1980 said in How to make an HDMI communication?:

            HDMI capture device

            So has you saying without an HDMI capture device we can't get any video data?

            aha_1980A Offline
            aha_1980A Offline
            aha_1980
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @Balaji-Sivakumar said in How to make a HDMI communication?:

            So has you saying without an HDMI capture device we can't get any video data?

            How would you do it?

            Qt has to stay free or it will die.

            1 Reply Last reply
            0
            • B Balaji Sivakumar

              @aha_1980 said in How to make an HDMI communication?:

              HDMI capture device

              So has you saying without an HDMI capture device we can't get any video data?

              B Offline
              B Offline
              Bonnie
              wrote on last edited by Bonnie
              #6

              @Balaji-Sivakumar said in How to make a HDMI communication?:

              So has you saying without an HDMI capture device we can't get any video data?

              If you can only get the video data through HDMI output, then yes.
              Besides that, it would be better that the capture device could support Qt's default camera backend on the platform you want.
              Otherwise you may need to write your own media backend.

              Or if your medical system can stream the video via network according to some live-streaming protocols, then you can use other libraries to get the video.

              B 1 Reply Last reply
              2
              • B Bonnie

                @Balaji-Sivakumar said in How to make a HDMI communication?:

                So has you saying without an HDMI capture device we can't get any video data?

                If you can only get the video data through HDMI output, then yes.
                Besides that, it would be better that the capture device could support Qt's default camera backend on the platform you want.
                Otherwise you may need to write your own media backend.

                Or if your medical system can stream the video via network according to some live-streaming protocols, then you can use other libraries to get the video.

                B Offline
                B Offline
                Balaji Sivakumar
                wrote on last edited by Balaji Sivakumar
                #7

                @Bonnie Actually I'm working around the medical system, it's capable of live-streaming the video data, but only via HDMI.

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

                  Then you need an HDMI capable capture device.

                  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