Grabber::closeDev Method

Closes the currently active video capture device.
Syntax:
bool closeDev();
Return value:

true, if the device was closed successfully, or if no device was opened, false otherwise

See also: Grabber, Grabber::isDevOpen, Grabber::openDev

<< Grabber