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

How can I switch camera? #22

Closed hellottyp closed 1 year ago

hellottyp commented 1 year ago

I stop the old camera and create a new camera ,then start it,It doesn't work.

secile commented 1 year ago

In my pc, there is no problem happens. Remember to call Stop() and Release() method when old camera was stop. Share your code if possible.

hellottyp commented 1 year ago

ok,I didn't call the release() method.