Click or drag to resize

BaseImageProcessingAutomationGetCameras Method

Retrieves the available cameras.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public abstract Dictionary<ICameraAndIlluminationHolder, string> GetCameras()

Return Value

DictionaryICameraAndIlluminationHolder, String
A dictionary containing ICameraAndIlluminationHolders as key and the cameras' short labels as values.
See Also