Methods
(static) messageFocusAutoFocus(mode, center_x, center_y) → {Uint8Array}
- Description:
- 3.8.3 Normal autofocus Create Encoded Packet for the command CMD_FOCUS_AUTO_FOCUS
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
mode |
number | ; //0: global focus 1: area focus |
center_x |
number | ; //Area focus x coordinates |
center_y |
number | ; //Area focus y coordinates |
Returns:
- Type
- Uint8Array
(static) messageFocusManualSingleStepFocus(direction) → {Uint8Array}
- Description:
- 3.8.6 Manual single-step focusing Create Encoded Packet for the command CMD_FOCUS_MANUAL_SINGLE_STEP_FOCUS
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
direction |
number | //Focus direction 0: far focus 1: near focus ; |
Returns:
- Type
- Uint8Array
(static) messageFocusStartAstroAutoFocus(mode) → {Uint8Array}
- Description:
- Create Encoded Packet for the command CMD_FOCUS_START_ASTRO_AUTO_FOCUS 3.8.4 Start astronomical autofocus
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
mode |
number | ; 0: slow focus; 1: fast focus |
Returns:
- Type
- Uint8Array
(static) messageFocusStartManualContinuFocus(direction) → {Uint8Array}
- Description:
- 3.8.7 Start manual continuous focus Create Encoded Packet for the command CMD_FOCUS_START_MANUAL_CONTINU_FOCUS
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
direction |
number | //Focus direction 0: far focus 1: near focus ; |
Returns:
- Type
- Uint8Array
(static) messageFocusStopAstroAutoFocus() → {Uint8Array}
- Description:
- 3.8.5 Stop astronomical autofocus Create Encoded Packet for the command CMD_FOCUS_STOP_ASTRO_AUTO_FOCUS
- Source:
Returns:
- Type
- Uint8Array
(static) messageFocusStopManualContinuFocus() → {Uint8Array}
- Description:
- 3.8.8 Stop manual continuous focus Create Encoded Packet for the command CMD_FOCUS_STOP_MANUAL_CONTINU_FOCUS
- Source:
Returns:
- Type
- Uint8Array