Options
All
  • Public
  • Public/Protected
  • All
Menu
notexported

See type declaration

Camera Head

Hierarchy

Index

Properties

brightness?: number

💡 Camera Brightness

Example Payload (Standard 1080p Camera)

Brightness Samples (A150/A200)

From ./dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/brightness/a150DTCamBrightnessRandomSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "SET",
"payload": {
"devices": {
"1DB76B3628F4": {
"model": 20,
"cameras": {
"E513F8835829": {
"model": 5,
"brightness": 51
}
}
}
}
}
}

minimum

0

maximum

100

contrast?: number

Camera Contrast

remarks

Either {@link DTCam.contrast} or {@link DTCam.saturation}, but not both.

Example Payload (Standard 1080p Camera)

Contrast Samples (A150/A200)

From ./dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/contrast/a150DTCamContrastRandomSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "SET",
"payload": {
"devices": {
"6880266F64CD": {
"model": 20,
"cameras": {
"D1EEFF89EBB6": {
"model": 5,
"contrast": 26
}
}
}
}
}
}

minimum

0

maximum

100

cpuTemp?: number

Camera cpu temperature in Celsius

readonly
ip?: string

IP address

model: DTCam
osd?: Osd

On screen display

Modify osd settings

Example Payload (Standard 1080p Camera)

Osd Samples (A150)

A150 with Osd Enabled

From ./dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/osd/a150DTCamOsdEnabledSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "UPDATE",
"payload": {
"devices": {
"E6860EE7E71B": {
"model": 20,
"cameras": {
"F71FE7863E49": {
"model": 5,
"osd": {
"enabled": true
}
}
}
}
}
}
}
A150 with Osd Disabled

From ./dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/osd/a150DTCamOsdDisabledSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "UPDATE",
"payload": {
"devices": {
"42E26FE78A0A": {
"model": 20,
"cameras": {
"C0F1F5AABB3B": {
"model": 5,
"osd": {
"enabled": false
}
}
}
}
}
}
}
A150 with Random Osd

From ./dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/osd/a150DTCamOsdRandomSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "UPDATE",
"payload": {
"devices": {
"28D8FA13637A": {
"model": 20,
"cameras": {
"66C632838AC5": {
"model": 5,
"osd": {
"enabled": false
}
}
}
}
}
}
}

Osd Samples (A200)

A200 with Osd Enabled

From ./dist/samples/json/requests/devices/vehicles/a200/cameras/dtCam/osd/a200DTCamOsdEnabledSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "UPDATE",
"payload": {
"devices": {
"CB8D06C2E4B8": {
"model": 19,
"cameras": {
"0CF84EDA682A": {
"model": 5,
"osd": {
"enabled": true
}
}
}
}
}
}
}
A200 with Osd Disabled

From ./dist/samples/json/requests/devices/vehicles/a200/cameras/dtCam/osd/a200DTCamOsdDisabledSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "UPDATE",
"payload": {
"devices": {
"C1767FD2D251": {
"model": 19,
"cameras": {
"D39BEDFF3488": {
"model": 5,
"osd": {
"enabled": false
}
}
}
}
}
}
}
A200 with Random Osd

From ./dist/samples/json/requests/devices/vehicles/a200/cameras/dtCam/osd/a200DTCamOsdRandomSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "UPDATE",
"payload": {
"devices": {
"C48796923712": {
"model": 19,
"cameras": {
"19ACFF5E607D": {
"model": 5,
"osd": {
"enabled": true
}
}
}
}
}
}
}

Example Payload (Tamron Harrier Zoom Camera)

Osd Samples (A150)

A150 with Osd Enabled

From ./dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/osd/a150TamronHarrierZoomCameraOsdEnabledSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "UPDATE",
"payload": {
"devices": {
"2FFFC432DB0D": {
"model": 20,
"cameras": {
"3E4155D8AF8F": {
"model": 240,
"osd": {
"enabled": true
}
}
}
}
}
}
}
A150 with Osd Disabled

From ./dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/osd/a150TamronHarrierZoomCameraOsdDisabledSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "UPDATE",
"payload": {
"devices": {
"96EFEE54433C": {
"model": 20,
"cameras": {
"E9F303E42653": {
"model": 240,
"osd": {
"enabled": false
}
}
}
}
}
}
}
A150 with Random Osd

From ./dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/osd/a150TamronHarrierZoomCameraOsdRandomSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "UPDATE",
"payload": {
"devices": {
"201FFB50556C": {
"model": 20,
"cameras": {
"913CBCADF096": {
"model": 240,
"osd": {
"enabled": false
}
}
}
}
}
}
}

Osd Samples (A200)

A200 with Osd Enabled

From ./dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/osd/a200TamronHarrierZoomCameraOsdEnabledSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "UPDATE",
"payload": {
"devices": {
"BA9CFA2F9F98": {
"model": 19,
"cameras": {
"DB76C579A775": {
"model": 240,
"osd": {
"enabled": true
}
}
}
}
}
}
}
A200 with Osd Disabled

From ./dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/osd/a200TamronHarrierZoomCameraOsdDisabledSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "UPDATE",
"payload": {
"devices": {
"C00DEFC3F9BA": {
"model": 19,
"cameras": {
"05ED2AA1D227": {
"model": 240,
"osd": {
"enabled": false
}
}
}
}
}
}
}
A200 with Random Osd

From ./dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/osd/a200TamronHarrierZoomCameraOsdRandomSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "UPDATE",
"payload": {
"devices": {
"F3739F310EF0": {
"model": 19,
"cameras": {
"331BBBA1619D": {
"model": 240,
"osd": {
"enabled": false
}
}
}
}
}
}
}


saturation?: number

🎨 Camera Saturation

Example Payload (Standard 1080p Camera)

Saturation Samples (A150/A200)

From ./dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/saturation/a150DTCamSaturationRandomSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "SET",
"payload": {
"devices": {
"ECBC0A334459": {
"model": 20,
"cameras": {
"D20A490C017B": {
"model": 5,
"saturation": 58
}
}
}
}
}
}

minimum

0

maximum

100

streamMode?: StreamMode

Camera streaming mode information.

streams?: Record<string, Stream>

Video Streams

Holds a list of available streams from the camera.

Example Payload (Standard 1080p Camera)

Camera Stream Samples (A150)

A150 with a 480p stream

From ./dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/streams/a150DTCamStream480pSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "DELETE",
"payload": {
"devices": {
"C57595AC4BA3": {
"model": 20,
"cameras": {
"3AE5B0E9A3B5": {
"model": 5,
"streams": {
"5761FD3052AF": {
"active": true,
"resolution": {
"width": 854,
"height": 480
}
}
}
}
}
}
}
}
}
A150 with a 720p stream

From ./dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/streams/a150DTCamStream720pSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "DELETE",
"payload": {
"devices": {
"AB875936C424": {
"model": 20,
"cameras": {
"1274494B0004": {
"model": 5,
"streams": {
"E45F687860AB": {
"active": true,
"resolution": {
"width": 1280,
"height": 720
}
}
}
}
}
}
}
}
}
A150 with a 1080p stream

From ./dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/streams/a150DTCamStream1080pSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "DELETE",
"payload": {
"devices": {
"B787E136D22C": {
"model": 20,
"cameras": {
"F691135792D0": {
"model": 5,
"streams": {
"5E4167264375": {
"active": true
}
}
}
}
}
}
}
}
A150 with a random stream

From ./dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/streams/a150DTCamStreamRandomSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "DELETE",
"payload": {
"devices": {
"39D899F9C6B5": {
"model": 20,
"cameras": {
"DB0D1A2A0A42": {
"model": 5,
"streams": {
"65BE3A40C765": {
"active": true,
"resolution": {
"width": 93,
"height": 13
}
}
}
}
}
}
}
}
}

Camera Stream Samples (A200)

A200 with a 480p stream

From ./dist/samples/json/requests/devices/vehicles/a200/cameras/dtCam/streams/a200DTCamStream480pSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "DELETE",
"payload": {
"devices": {
"B945193DFDE8": {
"model": 19,
"cameras": {
"F64B3812D9AA": {
"model": 5,
"streams": {
"C63D051E700C": {
"active": true,
"resolution": {
"width": 854,
"height": 480
}
}
}
}
}
}
}
}
}
A200 with a 720p stream

From ./dist/samples/json/requests/devices/vehicles/a200/cameras/dtCam/streams/a200DTCamStream720pSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "DELETE",
"payload": {
"devices": {
"B1437241958C": {
"model": 19,
"cameras": {
"E62AA5BC4528": {
"model": 5,
"streams": {
"E4D23049DA11": {
"active": true,
"resolution": {
"width": 1280,
"height": 720
}
}
}
}
}
}
}
}
}
A200 with a 1080p stream

From ./dist/samples/json/requests/devices/vehicles/a200/cameras/dtCam/streams/a200DTCamStream1080pSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "DELETE",
"payload": {
"devices": {
"9C78396D0959": {
"model": 19,
"cameras": {
"97B58A1D6DD3": {
"model": 5,
"streams": {
"8776B7152952": {
"active": true,
"resolution": {
"width": 1920,
"height": 1080
}
}
}
}
}
}
}
}
}
A200 with a random stream

From ./dist/samples/json/requests/devices/vehicles/a200/cameras/dtCam/streams/a200DTCamStreamRandomSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "DELETE",
"payload": {
"devices": {
"E49FC2DD8FC4": {
"model": 19,
"cameras": {
"33E6B22229D6": {
"model": 5,
"streams": {
"6BD9509C0DD4": {
"active": true,
"resolution": {
"width": 25,
"height": 12
}
}
}
}
}
}
}
}
}

Example Payload (Tamron Harrier Zoom Camera)

Camera Stream Samples (A150)

A150 with a 480p stream

From ./dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/streams/a150TamronHarrierZoomCameraStream480pSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "DELETE",
"payload": {
"devices": {
"B6B99D93ADD7": {
"model": 20,
"cameras": {
"63F816251411": {
"model": 240,
"streams": {
"66EA8256C411": {
"active": true,
"resolution": {
"width": 854,
"height": 480
}
}
}
}
}
}
}
}
}
A150 with a 720p stream

From ./dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/streams/a150TamronHarrierZoomCameraStream720pSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "DELETE",
"payload": {
"devices": {
"45A15A421E47": {
"model": 20,
"cameras": {
"1CB6499F0E7C": {
"model": 240,
"streams": {
"B7B37DEFAD77": {
"active": true,
"resolution": {
"width": 1280,
"height": 720
}
}
}
}
}
}
}
}
}
A150 with a 1080p stream

From ./dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/streams/a150TamronHarrierZoomCameraStream1080pSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "DELETE",
"payload": {
"devices": {
"97CCB06D019C": {
"model": 20,
"cameras": {
"498F4D0DA3B5": {
"model": 240,
"streams": {
"9464F791CB8B": {
"active": true
}
}
}
}
}
}
}
}
A150 with a 2k stream

From ./dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/streams/a150TamronHarrierZoomCameraStream2kSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "DELETE",
"payload": {
"devices": {
"6B542F356180": {
"model": 20,
"cameras": {
"45384535C606": {
"model": 240,
"streams": {
"6CA6F43EE237": {
"active": true,
"resolution": {
"width": 2560,
"height": 1440
}
}
}
}
}
}
}
}
}
A150 with a 4k stream

From ./dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/streams/a150TamronHarrierZoomCameraStream4kSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "DELETE",
"payload": {
"devices": {
"CC3216C5A66D": {
"model": 20,
"cameras": {
"03B472375BF0": {
"model": 240,
"streams": {
"95EC84325357": {
"active": true,
"resolution": {
"width": 3840,
"height": 2160
}
}
}
}
}
}
}
}
}
A150 with a random stream

From ./dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/streams/a150TamronHarrierZoomCameraStreamRandomSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "DELETE",
"payload": {
"devices": {
"F4317042AB26": {
"model": 20,
"cameras": {
"DAEC70E851E3": {
"model": 240,
"streams": {
"50B91EB030FE": {
"active": true,
"resolution": {
"width": 85,
"height": 24
}
}
}
}
}
}
}
}
}

Camera Stream Samples (A200)

A200 with a 480p stream

From ./dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/streams/a200TamronHarrierZoomCameraStream480pSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "DELETE",
"payload": {}
}
A200 with a 720p stream

From ./dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/streams/a200TamronHarrierZoomCameraStream720pSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "DELETE",
"payload": {}
}
A200 with a 1080p stream

From ./dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/streams/a200TamronHarrierZoomCameraStream1080pSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "DELETE",
"payload": {}
}
A200 with a 2k stream

From ./dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/streams/a200TamronHarrierZoomCameraStream2kSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "DELETE",
"payload": {}
}
A200 with a 4k stream

From ./dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/streams/a200TamronHarrierZoomCameraStream4kSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "DELETE",
"payload": {}
}
A200 with a random stream

From ./dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/streams/a200TamronHarrierZoomCameraStreamRandomSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "DELETE",
"payload": {}
}


type?: CameraType

Camera Type

Used to determine which camera feed should get initiated first

Example Payload (Standard 1080p Camera)

Camera Type Samples (A150)

A150 Main Camera Type

From ./dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/type/a150DTCamTypeMainSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "UPDATE",
"payload": {
"devices": {
"A848E5C38A47": {
"model": 20,
"cameras": {
"607B9C0457C5": {
"model": 5,
"type": "MAIN"
}
}
}
}
}
}
A150 Aux Camera Type

From ./dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/type/a150DTCamTypeAuxSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "UPDATE",
"payload": {
"devices": {
"D665FB50394C": {
"model": 20,
"cameras": {
"EC7C2D5F282C": {
"model": 5,
"type": "AUX"
}
}
}
}
}
}

Camera Type Samples (A200)

A200 Main Camera Type

From ./dist/samples/json/requests/devices/vehicles/a200/cameras/dtCam/type/a200DTCamTypeMainSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "UPDATE",
"payload": {
"devices": {
"EA95F4A52584": {
"model": 19,
"cameras": {
"ED8BAA454324": {
"model": 5,
"type": "MAIN"
}
}
}
}
}
}
A200 Aux Camera Type

From ./dist/samples/json/requests/devices/vehicles/a200/cameras/dtCam/type/a200DTCamTypeAuxSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "UPDATE",
"payload": {
"devices": {
"F577CCB8A9BB": {
"model": 19,
"cameras": {
"65135552E740": {
"model": 5,
"type": "AUX"
}
}
}
}
}
}

Example Payload (Tamron Harrier Zoom Camera)

Camera Type Samples (A150)

A150 Main Camera Type

From ./dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/type/a150TamronHarrierZoomCameraTypeMainSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "UPDATE",
"payload": {
"devices": {
"6D35B40CB57E": {
"model": 20,
"cameras": {
"4A671511141C": {
"model": 240,
"type": "MAIN"
}
}
}
}
}
}
A150 Aux Camera Type

From ./dist/samples/json/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/type/a150TamronHarrierZoomCameraTypeAuxSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "UPDATE",
"payload": {
"devices": {
"135F09D5179F": {
"model": 20,
"cameras": {
"21810F9F6951": {
"model": 240,
"type": "AUX"
}
}
}
}
}
}

Camera Type Samples (A200)

A200 Main Camera Type

From ./dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/type/a200TamronHarrierZoomCameraTypeMainSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "UPDATE",
"payload": {
"devices": {
"E70CCCC173C6": {
"model": 19,
"cameras": {
"DBA51D3BA164": {
"model": 240,
"type": "MAIN"
}
}
}
}
}
}
A200 Aux Camera Type

From ./dist/samples/json/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/type/a200TamronHarrierZoomCameraTypeAuxSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "UPDATE",
"payload": {
"devices": {
"7A535A906D44": {
"model": 19,
"cameras": {
"D04775453D89": {
"model": 240,
"type": "AUX"
}
}
}
}
}
}


version?: DeviceVersion

Version

whiteBalance?: { auto?: boolean; blue?: number; green?: number; red?: number }

White Balance

White Balance Sample (A150/A200)

Auto White Balance

From ./dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/whiteBalance/a150DTCamAutoWhiteBalanceSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "SET",
"payload": {
"devices": {
"6F4D81C92D6D": {
"model": 20,
"cameras": {
"5BF197788EA7": {
"model": 5,
"whiteBalance": {
"auto": true,
"red": 0,
"blue": 0,
"green": 0
}
}
}
}
}
}
}
Manual White Balance

From ./dist/samples/json/requests/devices/vehicles/a150/cameras/dtCam/whiteBalance/a150DTCamManualWhiteBalanceSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "SET",
"payload": {
"devices": {
"EBAC828E1A6C": {
"model": 20,
"cameras": {
"94E5BD7A2131": {
"model": 5,
"whiteBalance": {
"auto": false,
"red": 50,
"blue": 45,
"green": 64
}
}
}
}
}
}
}

White Balance Samples (Pivot)

Auto White Balance

From ./dist/samples/json/requests/devices/vehicles/pivot/cameras/DTCam/whiteBalance/pivotDTCamAutoWhiteBalanceSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "SET",
"payload": {
"devices": {
"8450888C6495": {
"model": 18,
"cameras": {
"469F64EB10F4": {
"model": 5,
"whiteBalance": {
"auto": true,
"red": 0,
"blue": 0
}
}
}
}
}
}
}
Manual White Balance

From ./dist/samples/json/requests/devices/vehicles/pivot/cameras/DTCam/whiteBalance/pivotDTCamManualWhiteBalanceSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "SET",
"payload": {
"devices": {
"74752F7BDCD7": {
"model": 18,
"cameras": {
"7F51A6A104DD": {
"model": 5,
"whiteBalance": {
"auto": false,
"red": 59,
"blue": 58
}
}
}
}
}
}
}

White Balance Samples (Revolution)

Auto White Balance

From ./dist/samples/json/requests/devices/vehicles/revolution/cameras/DTCam/whiteBalance/revolutionDTCamAutoWhiteBalanceSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "SET",
"payload": {
"devices": {
"E3B5C459802F": {
"model": 13,
"cameras": {
"18C7030E677E": {
"model": 5,
"whiteBalance": {
"auto": true,
"red": 0,
"blue": 0
}
}
}
}
}
}
}
Manual White Balance

From ./dist/samples/json/requests/devices/vehicles/revolution/cameras/DTCam/whiteBalance/revolutionDTCamManualWhiteBalanceSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.2",
"method": "SET",
"payload": {
"devices": {
"240AD8A2C0D2": {
"model": 13,
"cameras": {
"14AE45720169": {
"model": 5,
"whiteBalance": {
"auto": false,
"red": 50,
"blue": 45
}
}
}
}
}
}
}

Type declaration

  • Optional auto?: boolean

    Enable/Disable auto white balance mode.

  • Optional blue?: number

    Blue Control

    minimum

    0

    maximum

    100

  • Optional green?: number

    Green Control

    minimum

    0

    maximum

    100

  • Optional red?: number

    Red Control

    minimum

    0

    maximum

    100