Ask Your Question

Revision history [back]

Is there any way to recognize the camera device using HDMI cable(without USB)?

Hello, I'm studying face recognition and classification.

I want to capture people's face clearly in real time, but most of the pc webcams print images by 30fps, so most of the faces are blurred or distorted.

To solve this problem, I want to use action cams which have more than 60fps options(120fps), but these devices are only have HDMI cable.

How can I recognize the camera as a camera device on linux? (for example, using cv2.VideoCapture(0) ) or is there any way to transfer HDMI cabled frames to the computer in real time?

Thank you for your any help!