I started studying the EmguCV library for C #, reached the VideoCapture class. In general, the "empty" constructor includes a web-camera, for a laptop, it works with the built-in web-camera, but for the desktop it does not want to run (the form just starts to hang). Then I started on the laptop trying to pause or stop the camera via *.Pause() , *.Stop() , *.Start() . Tell me how, first, to make the camera take on all devices, second, how to turn on, turn off, pause the camera.

    0