BaseImageProcessingAutomationGetCameras Method |
Retrieves the available cameras.
Namespace: RAYLASE.Marker.JobElement.ImageProcessingAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxpublic abstract Dictionary<ICameraAndIlluminationHolder, string> GetCameras()
Return Value
DictionaryICameraAndIlluminationHolder,
StringA dictionary containing ICameraAndIlluminationHolders
as key and the cameras' short labels as values.
See Also