Hi everyone,
I've got an AverMedia HD Live Gamer capture card for capturing an HDMI plugged video camera.
I've ensured that this capture card supports DirectShow so I've started to build a custom graph in GraphEdit in order to test it's working and then write the code in C++ for use it in my application.
I've connected the graph like that:
AverMedia HD Xbar (crossbar) > AverMedia HD Capture > AverMedia Encoder H.264 > MPEG-2 Demultiplexer > Microsoft DTV-DVD Video Decoder > VMR9 (pin: Input 1)
But always I try to run the graph i get the following error:
0x8007048F - Device not connected
Anyone knows why? How can I fix this error to get the capture card into DirectShow?
I don't need to write a file or decode / encode the video stream...only to display it in DirectShow.
A simple application but I cannot see what I'm doing wrong or I'm missing.
Thanks a lot,
Adrià.
P.D.: I've used both AverMedia REC Central and vMix applications and the capture card is working fine.