How to make a HDMI communication?
-
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.
-
Hi,
Your description is not clear, what input are your talking about ?
-
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
-
@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?
-
@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?
-
@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.
-
Then you need an HDMI capable capture device.