secile / UsbCamera

C# source code for using usb camera and web camera in WinForms/WPF. With only single CSharp source code. No external library required.
MIT License
179 stars 55 forks source link

Insufficient system resources #12

Closed Elgamily closed 2 years ago

Elgamily commented 2 years ago

Why do I get this error? and how can I fix it? Capture

secile commented 2 years ago

I don't know the exact reason, but it seems that error code 0x800705AA occurs when using cameras in parallel. Is another app is using the camera in same time?