WebCamera_ListDevices


Generates a list of web camera devices available in the system.

Syntax

C++
Python
 
def WebCamera_ListDevices(
	state: WebCamera_GrabImageState,
	/
)
-> outDevices: list[WebCameraDevice]

Parameters

Name Type Default Description
Input will be modified ioState WebCamera_GrabImageState
Output value outDevices list[WebCameraDevice]