- Source:
Methods
(static) messageCameraTeleCloseCamera() → {Uint8Array}
- Description:
- 4.7.4 Turn off the camera Create Encoded Packet for the command CMD_CAMERA_TELE_CLOSE_CAMERA
- Source:
Returns:
- Type
- Uint8Array
(static) messageCameraTeleGetAllFeatureParams() → {Uint8Array}
- Description:
- 4.7.8 Get all feature parameters Create Encoded Packet for the command CMD_CAMERA_TELE_GET_ALL_FEATURE_PARAMS
- Source:
Returns:
- Type
- Uint8Array
(static) messageCameraTeleGetAllParams() → {Uint8Array}
- Description:
- 4.7.6 Get all camera parameters Create Encoded Packet for the command CMD_CAMERA_TELE_GET_ALL_PARAMS
- Source:
Returns:
- Type
- Uint8Array
(static) messageCameraTeleGetBrightness() → {Uint8Array}
- Description:
- 4.7.34 Acquire brightness Create Encoded Packet for the command CMD_CAMERA_TELE_GET_BRIGHTNESS
- Source:
Returns:
- Type
- Uint8Array
(static) messageCameraTeleGetContrast() → {Uint8Array}
- Description:
- 4.7.36 Get contrast Create Encoded Packet for the command CMD_CAMERA_TELE_GET_CONTRAST
- Source:
Returns:
- Type
- Uint8Array
(static) messageCameraTeleGetExp() → {Uint8Array}
- Description:
- 4.7.20 Get exposure value Create Encoded Packet for the command CMD_CAMERA_TELE_GET_EXP
- Source:
Returns:
- Type
- Uint8Array
(static) messageCameraTeleGetExpMode() → {Uint8Array}
- Description:
- 4.7.18 Acquire exposure mode Create Encoded Packet for the command CMD_CAMERA_TELE_GET_EXP_MODE
- Source:
Returns:
- Type
- Uint8Array
(static) messageCameraTeleGetGain() → {Uint8Array}
- Description:
- 4.7.24 Get gain value Create Encoded Packet for the command CMD_CAMERA_TELE_GET_GAIN
- Source:
Returns:
- Type
- Uint8Array
(static) messageCameraTeleGetGainMode() → {Uint8Array}
- Description:
- 4.7.22 Acquisition gain mode Create Encoded Packet for the command CMD_CAMERA_TELE_GET_GAIN_MODE
- Source:
Returns:
- Type
- Uint8Array
(static) messageCameraTeleGetHue() → {Uint8Array}
- Description:
- 4.7.40 Get hue Create Encoded Packet for the command CMD_CAMERA_TELE_GET_HUE
- Source:
Returns:
- Type
- Uint8Array
(static) messageCameraTeleGetIRCut() → {Uint8Array}
- Description:
- 4.7.26 Get IRCUT status Create Encoded Packet for the command CMD_CAMERA_TELE_GET_IRCUT
- Source:
Returns:
- Type
- Uint8Array
(static) messageCameraTeleGetSaturation() → {Uint8Array}
- Description:
- 4.7.38 Acquire saturation Create Encoded Packet for the command CMD_CAMERA_TELE_GET_SATURATION
- Source:
Returns:
- Type
- Uint8Array
(static) messageCameraTeleGetSharpness() → {Uint8Array}
- Description:
- 4.7.42 Acquire sharpness Create Encoded Packet for the command CMD_CAMERA_TELE_GET_SHARPNESS
- Source:
Returns:
- Type
- Uint8Array
(static) messageCameraTeleGetSystemWorkingState() → {Uint8Array}
- Description:
- 4.7.9 Get the working status of the whole machine Create Encoded Packet for the command CMD_CAMERA_TELE_GET_SYSTEM_WORKING_STATE
- Source:
Returns:
- Type
- Uint8Array
(static) messageCameraTeleGetWBColorTemp() → {Uint8Array}
- Description:
- 4.7.32 Obtain the white balance color temperature value Create Encoded Packet for the command CMD_CAMERA_TELE_GET_WB_CT
- Source:
Returns:
- Type
- Uint8Array
(static) messageCameraTeleGetWBMode() → {Uint8Array}
- Description:
- 4.7.28 Acquire white balance mode Create Encoded Packet for the command CMD_CAMERA_TELE_GET_WB_MODE
- Source:
Returns:
- Type
- Uint8Array
(static) messageCameraTeleGetWBScene() → {Uint8Array}
- Description:
- 4.7.30 Get white balance scene Create Encoded Packet for the command CMD_CAMERA_TELE_GET_WB_SCENE
- Source:
Returns:
- Type
- Uint8Array
(static) messageCameraTeleOpenCamera(binning, rtsp_encode_type) → {Uint8Array}
- Description:
- 4.7.3 Turn on the camera Create Encoded Packet for the command CMD_CAMERA_TELE_OPEN_CAMERA
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
binning |
number | ; 0 : binning1x1 (default) 1: binning2x2 |
rtsp_encode_type |
number | ; 0:H264 (default) 1:H265 |
Returns:
- Type
- Uint8Array
(static) messageCameraTelePhotoRaw() → {Uint8Array}
- Description:
- 4.7.44 Shoot RAW image Create Encoded Packet for the command CMD_CAMERA_TELE_PHOTO_RAW
- Source:
Returns:
- Type
- Uint8Array
(static) messageCameraTelePhotograph() → {Uint8Array}
- Description:
- 4.7.10 Take photos Create Encoded Packet for the command CMD_CAMERA_TELE_PHOTOGRAPH
- Source:
Returns:
- Type
- Uint8Array
(static) messageCameraTeleSetAllParams(exp_mode, exp_index, gain_mode, gain_index, ircut_value, wb_mode, wb_index_type, wb_index, brightness, contrast, hue, saturation, sharpness, jpg_quality) → {Uint8Array}
- Description:
- 4.7.5 Set all camera parameters Create Encoded Packet for the command CMD_CAMERA_TELE_SET_ALL_PARAMS
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
exp_mode |
number | ; // 0: Auto 1: Manual |
exp_index |
number | ; |
gain_mode |
number | ; |
gain_index |
number | ; |
ircut_value |
number | ; //IRCUT value 0: CUT 1: PASS |
wb_mode |
number | ; //white balance mode 0: automatic 1: manual |
wb_index_type |
number | ; //White Balance Manual Mode Index Type: 0: Color Temperature Mode 1: Scene Mode |
wb_index |
number | ; |
brightness |
number | ; |
contrast |
number | ; |
hue |
number | ; |
saturation |
number | ; |
sharpness |
number | ; |
jpg_quality |
number | ; |
Returns:
- Type
- Uint8Array
(static) messageCameraTeleSetBrightness(value) → {Uint8Array}
- Description:
- 4.7.33 Set brightness Create Encoded Packet for the command CMD_CAMERA_TELE_SET_BRIGHTNESS
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
value |
number | ; B = (A + 100) * 255.0 / 200 |
Returns:
- Type
- Uint8Array
(static) messageCameraTeleSetContrast(value) → {Uint8Array}
- Description:
- 4.7.35 Set contrast Create Encoded Packet for the command CMD_CAMERA_TELE_SET_CONTRAST UI value (A) -100 100 0 (Default)
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
value |
number | ; B = (A + 100) * 255.0 / 200 |
Returns:
- Type
- Uint8Array
(static) messageCameraTeleSetExp(index) → {Uint8Array}
- Description:
- 4.7.19 Set exposure value Create Encoded Packet for the command CMD_CAMERA_TELE_SET_EXP
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
index |
number | ; |
Returns:
- Type
- Uint8Array
(static) messageCameraTeleSetExpMode(mode) → {Uint8Array}
- Description:
- 4.7.17 Set exposure mode Create Encoded Packet for the command CMD_CAMERA_TELE_SET_EXP_MODE
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
mode |
number | ; //0: Auto 1: Manual ; |
Returns:
- Type
- Uint8Array
(static) messageCameraTeleSetFeatureParams(has_auto, auto_mode, id, mode_index, index, continue_value) → {Uint8Array}
- Description:
- 4.7.7 Set feature parameters Create Encoded Packet for the command CMD_CAMERA_TELE_SET_FEATURE_PARAM
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
has_auto |
boolean | |
auto_mode |
number | |
id |
number | |
mode_index |
number | |
index |
number | |
continue_value |
number |
Returns:
- Type
- Uint8Array
(static) messageCameraTeleSetGain(index) → {Uint8Array}
- Description:
- 4.7.23 Set gain value Create Encoded Packet for the command CMD_CAMERA_TELE_SET_GAIN
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
index |
number | ; |
Returns:
- Type
- Uint8Array
(static) messageCameraTeleSetGainMode(mode) → {Uint8Array}
- Description:
- 4.7.21 Set gain mode Create Encoded Packet for the command CMD_CAMERA_TELE_SET_GAIN_MODE
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
mode |
number | ; //0: Auto 1: Manual ; |
Returns:
- Type
- Uint8Array
(static) messageCameraTeleSetHue(value) → {Uint8Array}
- Description:
- 4.7.39 Set tone Create Encoded Packet for the command CMD_CAMERA_TELE_SET_HUE UI value (A) -180 180 0 (Default)
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
value |
number | ; B =(A + 180) * 255.0 / 360 |
Returns:
- Type
- Uint8Array
(static) messageCameraTeleSetIRCut(value) → {Uint8Array}
- Description:
- 4.7.25 Set IRCUT Create Encoded Packet for the command CMD_CAMERA_TELE_SET_IRCUT
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
value |
number | ; //IRCUT value 0: CUT 1: PASS |
Returns:
- Type
- Uint8Array
(static) messageCameraTeleSetJPGQuality(quality) → {Uint8Array}
- Description:
- 4.7.43 Set jpg preview quality Create Encoded Packet for the command CMD_CAMERA_TELE_SET_JPG_QUALITY
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
quality |
number | ; |
Returns:
- Type
- Uint8Array
(static) messageCameraTeleSetRTSPPreviewBitsRate(bitrate_type) → {Uint8Array}
- Description:
- 4.7.45 Set rtsp preview bit rate type Create Encoded Packet for the command CMD_CAMERA_TELE_SET_RTSP_BITRATE_TYPE
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
bitrate_type |
number | ; 0:H264 1:H265 |
Returns:
- Type
- Uint8Array
(static) messageCameraTeleSetSaturation(value) → {Uint8Array}
- Description:
- 4.7.37 Set saturation Create Encoded Packet for the command CMD_CAMERA_TELE_SET_SATURATION UI value (A) -100 100 0 (Default)
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
value |
number | ; B = (A + 100) * 255.0 / 200 |
Returns:
- Type
- Uint8Array
(static) messageCameraTeleSetSharpness(value) → {Uint8Array}
- Description:
- 4.7.41 Set sharpness Create Encoded Packet for the command CMD_CAMERA_TELE_SET_SHARPNESS UI value (A) 0 100 50 (Default)
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
value |
number | ; B = A |
Returns:
- Type
- Uint8Array
(static) messageCameraTeleSetWBColorTemp(index) → {Uint8Array}
- Description:
- 4.7.31 Set the white balance color temperature value Create Encoded Packet for the command CMD_CAMERA_TELE_SET_WB_CT
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
index |
number | ; // See whiteBalanceScenesIDValue |
Returns:
- Type
- Uint8Array
(static) messageCameraTeleSetWBMode(mode) → {Uint8Array}
- Description:
- 4.7.27 Set white balance mode Create Encoded Packet for the command CMD_CAMERA_TELE_SET_WB_MODE
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
mode |
number | ; //0: Auto 1: Manual ; |
Returns:
- Type
- Uint8Array
(static) messageCameraTeleSetWBScene(value) → {Uint8Array}
- Description:
- 4.7.29 Set white balance scene Create Encoded Packet for the command CMD_CAMERA_TELE_SET_WB_SCENE
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
value |
number | ; // See whiteBalanceScenesIDValue |
Returns:
- Type
- Uint8Array
(static) messageCameraTeleStartBurst() → {Uint8Array}
- Description:
- 4.7.11 Start continuous shooting Create Encoded Packet for the command CMD_CAMERA_TELE_BURST
- Source:
Returns:
- Type
- Uint8Array
(static) messageCameraTeleStartRecord() → {Uint8Array}
- Description:
- 4.7.13 Start recording Create Encoded Packet for the command CMD_CAMERA_TELE_START_RECORD
- Source:
Returns:
- Type
- Uint8Array
(static) messageCameraTeleStartTimeLapsePhoto() → {Uint8Array}
- Description:
- 4.7.15 Start time-lapse photography Create Encoded Packet for the command CMD_CAMERA_TELE_START_TIMELAPSE_PHOTO
- Source:
Returns:
- Type
- Uint8Array
(static) messageCameraTeleStopBurst() → {Uint8Array}
- Description:
- 4.7.12 Stop continuous shooting Create Encoded Packet for the command CMD_CAMERA_TELE_STOP_BURST
- Source:
Returns:
- Type
- Uint8Array
(static) messageCameraTeleStopRecord() → {Uint8Array}
- Description:
- 4.7.14 Stop recording Create Encoded Packet for the command CMD_CAMERA_TELE_STOP_RECORD
- Source:
Returns:
- Type
- Uint8Array
(static) messageCameraTeleStopTimeLapsePhoto() → {Uint8Array}
- Description:
- 4.7.16 Stop time-lapse photography Create Encoded Packet for the command CMD_CAMERA_TELE_STOP_TIMELAPSE_PHOTO
- Source:
Returns:
- Type
- Uint8Array