Back to FabImage Studio website
You are here: Start » Filter Reference » Camera Support » WebCamera » WebCamera_ListDevices
Module: | ThirdParty |
---|
Generates a list of web camera devices available in the system.
Name | Type | Description | |
---|---|---|---|
![]() |
outDevices | WebCameraDeviceArray |
Description
This filter generates a list of devices compatible with the WebCamera_GrabImage filter that are at the moment present in the system (installed and plugged in). A single device in a list is represented by a structure of two elements:
- Name - a friendly name intended to be displayed in the user interface. This value might not be unique in the system.
- ID - a unique identifier of the device, not intended to be readable by users, that can be used on the inCameraID input of the WebCamera_GrabImage filter.
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- WebCamera_GrabImage – Captures a frame from a camera using Direct Show interface.