Windows error 0x80040209, -2147220983

Detailed Error Information

MPEG2_E_SERVICE_PMT_NOT_FOUND[1]

Declared inMpeg2Error.h

EVENT_E_TOO_MANY_METHODS[2]

MessageAn interface has too many methods to fire events from
Declared inwinerror.h

HRESULT analysis[3]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode4 (0x004)
NameFACILITY_ITF[3][2]
DescriptionThe source of the error code is COM/OLE Interface management.[3][2]
Error Code521 (0x0209)

Questions

3votes
2answers

Can't change video capture resolution using c#

I am trying to change the default webcam resolution using DirectShowNet in C#, from what I gather I need to change it from calling the built in VideoInfoHeader class in windows win32 api dll for avi capture. I have the following code from DirectShowNet: hr = capGraph.SetFiltergraph( graphBuilder ); if( [...] read more
c#
directshow
webcam
video-capture
capture

Comments

Leave a comment

(plain text only)

Sources

  1. Mpeg2Error.h from Windows SDK 10.0.14393.0
  2. winerror.h from Windows SDK 10.0.14393.0
  3. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0