58
•
Falcon 4 Camera User's Manual
Appendix A: GenICam Commands
Rolling Shutter,Tap
2,Column 1,Odd Rows
LutLuminance2Tap2 Luminance LUT for Rolling Shutter Tap 2, Pixels
0 - 1791, Odd Rows
Rolling Shutter,Tap
3,Column 2, Even Rows
LutLuminance2Tap3 Luminance LUT for Rolling Shutter Tap 3, Pixels
1792 - 3583, Even Rows
Rolling Shutter,Tap
4,Column 2,Odd Rows
LutLuminance2Tap4 Luminance LUT for Rolling Shutter Tap 4, Pixels
1792 - 3583, Odd Rows
Rolling Shutter,Tap
5,Column 3,Even Rows
LutLuminance2Tap5 Luminance LUT for Rolling Shutter Tap 5, Pixels
3584 - 5375, Even Rows
Rolling Shutter,Tap
6,Column 3,Odd Rows
LutLuminance2Tap6 Luminance LUT for Rolling Shutter Tap 6, Pixels
3584 - 5375, Odd Rows
Rolling Shutter,Tap
7,Column 4,Even Rows
LutLuminance2Tap7 Luminance LUT for Rolling Shutter Tap 7, Pixels
5376 - 7167, Even Rows
Rolling Shutter,Tap
8,Column 4,Odd Rows
LutLuminance2Tap8 Luminance LUT for Rolling Shutter Tap 8, Pixels
5376 - 7167, Odd Rows
File Operation Selector
FileOperationSelector
Selects the target operation for the selected file
in the device. This operation is executed when
the File Operation Execute feature is called.
Guru
Open
Open Select the Open operation - executed by
FileOperationExecute.
Close
Close Select the Close operation - executed by
FileOperationExecute
Read
Read Select the Read operation - executed by
FileOperationExecute.
Write
Write Select the Write operation - executed by
FileOperationExecute.
Delete
Delete Select the Delete operation - executed by
FileOperationExecute.
File Operation Execute
FileOperationExecute
Executes the operation selected by File
Operation Selector on the selected file.
Guru
File Open Mode
FileOpenMode
Selects the access mode used to open a file on
the device.
Guru
Read
Read Select READ only open mode
Write
Write Select WRITE only open mode
File Access Buffer
FileAccessBuffer
Defines the intermediate access buffer that
allows the exchange of data between the device
file storage and the application.
Guru
File Access Offset
FileAccessOffset
Controls the mapping offset between the device
file storage and the file access buffer.
Guru
File Access Length
FileAccessLength
Controls the mapping length between the
device file storage and the file access buffer.
Guru
File Operation Status
FileOperationStatus
Displays the file operation execution status.
(RO)
Guru
Success
Success The last file operation has completed
successfully.
Failure
Failure The last file operation has completed
unsuccessfully for an unknown reason.
File Unavailable
FileUnavailable The last file operation has completed
unsuccessfully because the file is currently
unavailable.
File Invalid
FileInvalid The last file operation has completed
unsuccessfully because the selected file in not
present in this camera model.
File Operation Result
FileOperationResult
Displays the file operation result. For Read or
Write operations, the number of successfully
read/written bytes is returned. (RO)
Guru
File Size
FileSize
Represents the size of the selected file in bytes.
Guru
Preliminary