Click or drag to resize
CameraImportGetImages Method
Gets all Flir files from Path.

Namespace: Flir.Atlas.Image.Import
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
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