You are here: Start » AVL.NET » AVS.GrabImage_FromFiles Method

AVS.GrabImage_FromFiles Method

Simulates capturing a frame from a camera.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static bool GrabImage_FromFiles
(
	string inDirectory,
	AvlNet.FileSortingOrder inSortingOrder,
	bool inRepeat,
	bool inProcessSubdirectories,
	bool inInvert,
	bool inLoadAlphaChannel,
	int inDelay,
	AvlNet.Image outImage,
	out string outFilePath,
	out string outFileName
)

Parameters

Name Type Range Default Description
inDirectorystring\".\"Input directory. Default value: ".".
inSortingOrderAvlNet.FileSortingOrderSorting order.
inRepeatboolDetermines whether to repeat reading directory after reading all files.
inProcessSubdirectoriesboolFlag indicating whether to load images from the subdirectories or not.
inInvertboolFlag indicating whether to enumerate images backwards or not.
inLoadAlphaChannelboolFlag indicating whether to load alpha channel of the image or not.
inDelayint<0, 2000>
outImageAvlNet.ImageOutput image.
outFilePathstringOutput file path.
outFileNamestringOutput file name.

Function Overrides

See also