Click or drag to resize

FrameFileReadFrameFileType Method

Get the type of frame stored in a .zdf file without loading the full frame

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.18.0.0
Syntax
public static FrameFileType ReadFrameFileType(
	string fileName
)

Parameters

fileName
Type: SystemString
Path to the .zdf file

Return Value

Type: FrameFileType
The type of frame stored in the file
See Also