OPERATING AND USER MANUAL Q-12 CoaXPress series
________________________________________________________________________________________________________________
_________________________________________________________________________________________
Adimec
59
5. Read the raw set data from the camera by requesting 887x
LF_FF_RawSetData
for data. The data
format is 64 bit.
NOTE:
Sending too many or too few data requests to
LF_FF_RawSetData
will cause an error.
6. Finish the reading process by executing
LF_FF_RawSetDataEnd
.
7. Check if no errors occurred with
LF_FF_RawSetDataStatus
.
8. Write the data to a file.
NOTE:
If you only want to write the calibration set to a different set index in the same camera it is already
sufficient to store the data in a variable. For an example script that uses a variable please refer to APPENDIX B:
C++ Example, transfer an LF FF calibration set.
9. Connect the camera to which you want to write the file to.
10. Set
LF_FF_SetSelectionMode
to
Manual
.
11. Select the set index to which you want to write the calibration set with
LF_FF_ManualSetSelector
.
12. Start the writing process by executing
LF_FF_RawSetDataWriteStart
.
13. Write the raw set data from the file created in step 8 to the camera by sending 887x data to
LF_FF_RawSetData
. The data format should be 64 bit.
NOTE:
Sending too many or too few data to
LF_FF_RawSetData
will cause an error.
14. Finish the writing process by executing
LF_FF_RawSetDataEnd
.
15. Check if no errors occurred with
LF_FF_RawSetDataStatus
.
This finishes the process of transferring a calibration set to a different camera.
7.17.24
LF_FF_RawSetDataWriteStart
| WO | B |
Command
Start the raw data transfer of an LF_FFC set to the camera. The data will be
stored in the set as selected with LF_FF_ManualSetSelector.
7.17.25
LF_FF_RawSetDataReadStart
| WO | B |
Command
Start the raw data transfer of a LF_FFC set from the camera. The data will
be read from the set as selected with LF_FF_ManualSetSelector.
7.17.26
LF_FF_RawSetDataEnd
| WO | B |
Command
End the raw data transfer of a LF_FFC set.
7.17.27
LF_FF_RawSetData
| RW | B |
Integer
Raw data feature for reading or writing an LF_FFC set. In the writing or
reading process it is required to send data to or read data from this feature
887x. The data format is 64 bit.
7.17.28
LF_FF_RawSetDataStatus
| RO | B |
LF_FF_RawSetDataOK
The raw set data is read/written correctly.
LF_FF_RawSetDataReading
The raw set data is being read.
LF_FF_RawSetDataWriting
The raw set data is being written.