Technical information
AVT GigE IR & scientific camera and driver features
AVT GigE Camera and Drivers Features V2.0.0
69
This document is a master document for all AVT GigE camera models and is NOT camera specific
FileOperationSelector [Enum] R/W
Selects the target operation for the selected file in the device. This operation is
executed when the FileOperationExecute feature is called.
FileOperationStatus [Enum] R
Shows the status of file operation execution.
FileSelector [Enum] R/W
Selects the target file in the device. The entries of this enumeration define the
names of all files in the device that can be accessed via the file access. For exam-
ple:
• DPC_000: Defect pixel correction data set 0
• NUC_001: Non-uniformity correction data set 1
FileSize [Integer] R
Represents the size of the selected file in bytes.
Open [Default] Opens the file selected by FileSelec-
tor in the device with an access mode selected in
FileOpenMode
Close Closes the file selected by FileSelector in the
device
Read Reads “FileAccessLength” bytes from the
device storage, at the file relative offset set in
FileAccessOffset into FileAccessBuf-
fer
Write Writes “FileAccessLength” bytes taken from
the FileAccessBuffer into the device storage
at the file relative offset defined by FileAcces-
sOffset
Delete Deletes the file selected by FileSelector in the
device.
Note: Deleting a device file does not remove the
associated FileSelector entry to allow future
operation on this file
WriteType Writes the FileType taken from the FileTy-
peBuffer into the device storage
WriteAttribute Writes the FileAttribute taken from the
FileAttributeBuffer into the device storage
WriteDescription Writes the FileDescription taken from the
FileDescriptionBuffer into the device
storage
Success File operation successful
Failure File operation failed