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
Syntaxpublic static FrameFileType ReadFrameFileType(
string fileName
)
Public Shared Function ReadFrameFileType (
fileName As String
) As FrameFileType
public:
static FrameFileType ReadFrameFileType(
String^ fileName
)
Parameters
- fileName
- Type: SystemString
Path to the .zdf file
Return Value
Type:
FrameFileTypeThe type of frame stored in the file
See Also