| CameraImportGetImages Method |
Gets all Flir files from Path.
Namespace: Flir.Atlas.Image.ImportAssembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax public List<FileInfo> GetImages(
string path,
Action<FileInfo[]> fileAction,
Func<bool> isCancellationPending
)
Parameters
- path
- Type: SystemString
Path to a directory found with FindCameraLibraries() - fileAction
- Type: SystemActionFileInfo
Action to get back info for each found file - isCancellationPending
- Type: SystemFuncBoolean
Cancellation of the GetImage
Return Value
Type:
ListFileInfo"List of files"
See Also