GeoCOM Reference Manual
Image Processing – IMG
Leica TPS1200 – Version 1.50
128
14.4
FUNCTIONS
14.4.1
IMG_GetTccConfig – reading the actual image configuration
EDM_Laserpointer........................................................................................................................................................................................................................................................
1004 ................................................................................................................................................................................................................................................................EDM_Laserpoin
C-Declaration
.....................
ter
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 1004
IMG_GetTccConfig (IMG_MEM_TYPE eMemType, IMG_TCC_CONFIG &Parameters)
VB-Declaration
VB_IMG_GetTccConfig ( MemType As Long, Parameters As IMG_TCC_CONFIG ) As Integer
ASCII-Request
%R1Q,23400:
eMemType[long]
ASCII-Response
%R1P,0,0:
RC
,
ulImageNumber[long],ulQuality[long],ulSubFunctNumber[long],szFileNamePrefix[string]
Remarks
Parameters
eMemType In
Memory device type
ulImageNumber Out
Actual image number
ulQuality Out
Jpeg compression quality factor (0 – 100)
ulSubFunctNumber Out
Binary combination of the following settings:
1: Test image
2: Automatic exposure time selection
4: two-times sub-sampling
8: four-times sub-sampling
szFileNamePrefix Out
File name prefix
Return-Code Names and Return-Code Values
GRC_OK
0 Execution
successful.
GRC_FATAL
4
CF card is not available or configuration file does not exist
GRC_IVVERSION
17
Configuration file version differs from that of system
firmware
GRC_NA
27
Imaging license key not available
See Also
IMG_SetTccConfig
Example
-