kekyo / FlashCap

Independent video frame capture library on .NET/.NET Core and .NET Framework.
Apache License 2.0
189 stars 28 forks source link

Capture Error event handler #121

Open 4hera opened 9 months ago

4hera commented 9 months ago

Hi Team, I can't find capture error event handler ? Is it possible ? For example, I have usb capture device.If I unplug the usb cable from the computer, I expect a capture error to occur while capturing. Thanks in advance.

kekyo commented 9 months ago

Currently FlashCap has weak strict error detection and has no such structure as a public event for errors.

See also #15. Someone has shown us a practical solution.