Hello
I have a EZCAP video capture device. It has its DirectShow capture filter. When I add this filter to GraphEdt and connect to Video Renderer filter, I get following error:
HRESULT: 0x8007048f (2147943567)
Name: ERROR_DEVICE_NOT_CONNECTED
Description: n/a
Severity code: Failed
Facility Code: FACILITY_WIN32 (7)
Error Code: 0x048f (1167)
The same happens when I build the graph from C++ code and call RenderStream. On the other hand Skype sees the camera and can preview the video correctly so the device is working.
What may be the reason? Regards