I'm getting an error when hitting the record button:
Niet nader omschreven fout
System.Runtime.InteropServices.COMException (0x80004005): Niet nader omschreven fout
bij DirectShowLib.DsError.ThrowExceptionForHR(Int32 hr)
bij DirectX.Capture.Capture.renderGraph()
bij DirectX.Capture.Capture.Start()
bij CaptureTest.CaptureTest.startCapture()
---------------------------
OK
---------------------------
It says "Niet nader omschreven fout", what means "unspecified error"
Can't seem to find something about this on the interwebs.. But maybe someone else knows the cause? I get this error directly after hitting the record button.
The preview works fine, and the original Capture! records without probs, same codec used.



1Likes
LinkBack URL
About LinkBacks




It's probably more of the same problem where filters aren't being disconnected so it fails when it reconnects everything, but only in certain environments. I'm still not familiar with C# enough to really do major changes like that.
Reply With Quote


Bookmarks