HDMI source
I would like to work with openCV with a HDMI source (not a camera) , is it possible ? and what is the required hardware , knowing that i want to work on an embedded device. the HDMI source is not HDCP-encrypted.
I would like to work with openCV with a HDMI source (not a camera) , is it possible ? and what is the required hardware , knowing that i want to work on an embedded device. the HDMI source is not HDCP-encrypted.
Asked: 2016-02-08 04:00:05 -0600
Seen: 1,039 times
Last updated: Feb 08 '16
Have you tried it (connect camera and do
cv::VideoCapture cap(0);
)Your hardware should have an HDMI input but hw depends from the application and budget :)
Can you be even more foggy about what you are trying to do. Tell us exactly what HDMI source you want to connect to OpenCV and interact with ...
it's a PS4.
Wait ... what is the connection between a PS4 game console and a computer vision library?