GetBasicInfo
Command Byte: 0xfa
Payload Structure
Sending to TAP-in console
0xfa
No arguments, just used to request the basic info from the lens
Receiving from TAP-in console
0xfa <BASICINFODATA>-> The BasicInfoData from the lens
BasicInfoData
This contains all the settings for the lens
From Lens
Structure
Offset | Field | Size | Description |
|---|---|---|---|
| UNKNOWN |
| Unsure, never seen these change (I only have a prime lens without any focus limiter settings) |
| MODEL |
| The model number (stored using UTF-8, with null bytes after) |
| SERIAL |
| The serial number (stored using UTF-8, with null bytes after) |
| MAIN_FW_VER_0 |
| The Lens firmware version |
| MAIN_FW_VER_1 |
| UNKNOWN (This is the variable name that the OEM application uses) |
| SUB_FW_VER_0 |
| UNKNOWN (This is the variable name that the OEM application uses) |
| SUB_FW_VER_1 |
| UNKNOWN (This is the variable name that the OEM application uses) |
| UNKNOWN |
| |
| HW_VER_0 |
| UNKNOWN (This is the variable name that the OEM application uses) |
| CONN_VER_0 |
| UNKNOWN (This is the variable name that the OEM application uses) |
| ADJ_SETTINGS |
| Packed byte that stores which options are supported on this lens - Ref: AdjSettings |
| ADJ_VC_TYPE |
| Which VC modes are supported |
| FOCUS_FOCAL_LENGTHS |
| How many different focal lengths we can configure focus adjustments on |
| FOCUS_FOCAL_LENGTHS |
| How many focus adjustments we can make per focal length (NOTE: THIS IS AN EDUCATED GUESS; ONLY SEEN |
| FLIMIT_SWITCH_OPTIONS |
| Packed byte that stores which focus limit switch options are supported on this lens - Ref: Focus Limit Switch Options |
| FLIMIT_SWITCH_PARTITION |
| UNKNOWN (This is the variable name that the OEM application uses) |
| UNKNOWN |
| |
| ADJ_FOCUS_MAX |
| The maximum value for the Focus Adjustment Slider |
| ADJ_FOCUS_MIN |
| The minimum value for the Focus Adjustment Slider |
| FLIMIT_SWITCH_INIT |
| UNKNOWN (This is the variable name that the OEM application uses) |
| ADJ_FOCUS_INDEX |
| Likely the focal length of all 8 focus adjustment sliders. On my 45mm prime, It has 8 two byte copies of |