WebCam.grab#

WebCam.grab() Image[source]#

Grab frame from web camera

Returns:

next frame from the web camera

Return type:

Image

Deprecated since version 0.11.4: Use next on the iterator instead, for example next(webcam).