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.58.5",
"method": "SET",
"payload": {
"devices": {
"78C7896D18EC": {
"model": 20,
"cameras": {
"0F6E517E563F": {
"model": 5,
"brightness": 94
}
}
}
}
}
}

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.58.5",
"method": "SET",
"payload": {
"devices": {
"CF64B40B01C8": {
"model": 20,
"cameras": {
"4BCFF32042AA": {
"model": 5,
"contrast": 56
}
}
}
}
}
}

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.58.5",
"method": "UPDATE",
"payload": {
"devices": {
"AA142D57DDE6": {
"model": 20,
"cameras": {
"D4CE6C07222D": {
"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.58.5",
"method": "UPDATE",
"payload": {
"devices": {
"9C7407AEDDF3": {
"model": 20,
"cameras": {
"38FFDD7EDB0D": {
"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.58.5",
"method": "UPDATE",
"payload": {
"devices": {
"C3D43BBADCA2": {
"model": 20,
"cameras": {
"1F0E6AFDDB9D": {
"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.58.5",
"method": "UPDATE",
"payload": {
"devices": {
"D18D8783877C": {
"model": 19,
"cameras": {
"2006CDF18AA8": {
"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.58.5",
"method": "UPDATE",
"payload": {
"devices": {
"5F467290C2F5": {
"model": 19,
"cameras": {
"1439F7659A51": {
"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.58.5",
"method": "UPDATE",
"payload": {
"devices": {
"0149163284ED": {
"model": 19,
"cameras": {
"4B4B5F848B17": {
"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.58.5",
"method": "UPDATE",
"payload": {
"devices": {
"346576250342": {
"model": 20,
"cameras": {
"4B41FD5FDD1B": {
"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.58.5",
"method": "UPDATE",
"payload": {
"devices": {
"369CF9D9719D": {
"model": 20,
"cameras": {
"A93F0336FF2A": {
"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.58.5",
"method": "UPDATE",
"payload": {
"devices": {
"552EBAC2785C": {
"model": 20,
"cameras": {
"4D4271499519": {
"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.58.5",
"method": "UPDATE",
"payload": {
"devices": {
"B70ADE78B20E": {
"model": 19,
"cameras": {
"A82CD24EFC5F": {
"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.58.5",
"method": "UPDATE",
"payload": {
"devices": {
"53547FC4C8B1": {
"model": 19,
"cameras": {
"A81E4A78CD67": {
"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.58.5",
"method": "UPDATE",
"payload": {
"devices": {
"82F7E51AD70F": {
"model": 19,
"cameras": {
"632A6F6E1F76": {
"model": 240,
"osd": {
"enabled": true
}
}
}
}
}
}
}


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.58.5",
"method": "SET",
"payload": {
"devices": {
"3A06E23040E6": {
"model": 20,
"cameras": {
"790E64D55742": {
"model": 5,
"saturation": 76
}
}
}
}
}
}

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.58.5",
"method": "DELETE",
"payload": {
"devices": {
"8B9A6AF00602": {
"model": 20,
"cameras": {
"C9219157617C": {
"model": 5,
"streams": {
"1B699FE0582F": {
"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.58.5",
"method": "DELETE",
"payload": {
"devices": {
"3FB467E577A5": {
"model": 20,
"cameras": {
"549C91094234": {
"model": 5,
"streams": {
"882B54451A41": {
"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.58.5",
"method": "DELETE",
"payload": {
"devices": {
"7AD4C6F52511": {
"model": 20,
"cameras": {
"D0F0DA2DE127": {
"model": 5,
"streams": {
"5E4861DD0795": {
"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.58.5",
"method": "DELETE",
"payload": {
"devices": {
"F5AC64AC5B7F": {
"model": 20,
"cameras": {
"CF9E6629798D": {
"model": 5,
"streams": {
"86738CC4E102": {
"active": true,
"resolution": {
"width": 79,
"height": 59
}
}
}
}
}
}
}
}
}

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.58.5",
"method": "DELETE",
"payload": {
"devices": {
"8937E69D5F1D": {
"model": 19,
"cameras": {
"82FF6A9BAD10": {
"model": 5,
"streams": {
"0ABF24119FA8": {
"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.58.5",
"method": "DELETE",
"payload": {
"devices": {
"7018A7456236": {
"model": 19,
"cameras": {
"B8A6A77CE3B9": {
"model": 5,
"streams": {
"C0D55542D6AD": {
"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.58.5",
"method": "DELETE",
"payload": {
"devices": {
"A43C66A7DD9E": {
"model": 19,
"cameras": {
"D149E884E3D6": {
"model": 5,
"streams": {
"049EE492B926": {
"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.58.5",
"method": "DELETE",
"payload": {
"devices": {
"9F5680A58782": {
"model": 19,
"cameras": {
"07A3246B2B43": {
"model": 5,
"streams": {
"E27517FF4368": {
"active": true,
"resolution": {
"width": 7,
"height": 43
}
}
}
}
}
}
}
}
}

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.58.5",
"method": "DELETE",
"payload": {
"devices": {
"7F5E4FF0AFE8": {
"model": 20,
"cameras": {
"BF3EBAEEF610": {
"model": 240,
"streams": {
"730AE96AEC38": {
"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.58.5",
"method": "DELETE",
"payload": {
"devices": {
"5D5CC2A6A8B3": {
"model": 20,
"cameras": {
"6981A2B7D2BA": {
"model": 240,
"streams": {
"50F9FE7F32AD": {
"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.58.5",
"method": "DELETE",
"payload": {
"devices": {
"855FFECE31E3": {
"model": 20,
"cameras": {
"A980A6DC68F2": {
"model": 240,
"streams": {
"DB2605DAEB4B": {
"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.58.5",
"method": "DELETE",
"payload": {
"devices": {
"B3DDE604A977": {
"model": 20,
"cameras": {
"E5CF51E4FC14": {
"model": 240,
"streams": {
"3F4EEC67AE0D": {
"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.58.5",
"method": "DELETE",
"payload": {
"devices": {
"5B93DDDC4B89": {
"model": 20,
"cameras": {
"B64DD8D36552": {
"model": 240,
"streams": {
"993D687E6713": {
"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.58.5",
"method": "DELETE",
"payload": {
"devices": {
"BA43DC8E139A": {
"model": 20,
"cameras": {
"D9133E71DA5A": {
"model": 240,
"streams": {
"FAD8E4DE1A84": {
"active": true,
"resolution": {
"width": 1,
"height": 79
}
}
}
}
}
}
}
}
}

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.58.5",
"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.58.5",
"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.58.5",
"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.58.5",
"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.58.5",
"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.58.5",
"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.58.5",
"method": "UPDATE",
"payload": {
"devices": {
"1D3D2E05B905": {
"model": 20,
"cameras": {
"B4E76770BE40": {
"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.58.5",
"method": "UPDATE",
"payload": {
"devices": {
"2ADDC14E850B": {
"model": 20,
"cameras": {
"932A10568AFC": {
"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.58.5",
"method": "UPDATE",
"payload": {
"devices": {
"26B3CD98F7F3": {
"model": 19,
"cameras": {
"08B90E324740": {
"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.58.5",
"method": "UPDATE",
"payload": {
"devices": {
"CBB63D9D6B33": {
"model": 19,
"cameras": {
"AD22F826A5F7": {
"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.58.5",
"method": "UPDATE",
"payload": {
"devices": {
"1AB3C33BEC52": {
"model": 20,
"cameras": {
"476478CE309E": {
"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.58.5",
"method": "UPDATE",
"payload": {
"devices": {
"FB684E495C3F": {
"model": 20,
"cameras": {
"D49F48D8D7B7": {
"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.58.5",
"method": "UPDATE",
"payload": {
"devices": {
"B60FD90744E0": {
"model": 19,
"cameras": {
"91EF910878B6": {
"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.58.5",
"method": "UPDATE",
"payload": {
"devices": {
"FA1775FB98E7": {
"model": 19,
"cameras": {
"D21CDD18EEA4": {
"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.58.5",
"method": "SET",
"payload": {
"devices": {
"F1DC0F30D6C1": {
"model": 20,
"cameras": {
"ACE31534AEE3": {
"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.58.5",
"method": "SET",
"payload": {
"devices": {
"C2F397A4DD7C": {
"model": 20,
"cameras": {
"A09330F93385": {
"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.58.5",
"method": "SET",
"payload": {
"devices": {
"84CC7400CBE0": {
"model": 18,
"cameras": {
"B25449F4937B": {
"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.58.5",
"method": "SET",
"payload": {
"devices": {
"FF848D523E98": {
"model": 18,
"cameras": {
"21F928C14E2B": {
"model": 5,
"whiteBalance": {
"auto": false,
"red": 29,
"blue": 34
}
}
}
}
}
}
}

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.58.5",
"method": "SET",
"payload": {
"devices": {
"9C85C2187EC7": {
"model": 13,
"cameras": {
"9080C347C7FC": {
"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.58.5",
"method": "SET",
"payload": {
"devices": {
"83BD8133A419": {
"model": 13,
"cameras": {
"FC340CBF2184": {
"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