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

See type declaration

Camera

Hierarchy

Index

Properties

cpuTemp?: number

Camera cpu temperature in Celsius

readonly
dptz?: OcleaDptz

Digital pan/tilt/zoom control

exposure?: { auto?: boolean; value?: number }

🔆 Camera Exposure

Example Payload (Tamron OClea Zoom Camera)

Exposure Samples (A200)

a150 at Exposure Auto

From ./dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/exposure/a150TamronOcleaZoomCameraExposureAutoSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.5",
"method": "SET",
"payload": {
"devices": {
"0D05BF79FC78": {
"model": 20,
"cameras": {
"D6DA5F58E273": {
"model": 243,
"exposure": {
"auto": true,
"value": 13
}
}
}
}
}
}
}
a150 at Exposure Manual Max value

From ./dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/exposure/a150TamronOcleaZoomCameraExposureManualMaxSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.5",
"method": "SET",
"payload": {
"devices": {
"D258FE70A0B8": {
"model": 20,
"cameras": {
"720D8D345C02": {
"model": 243,
"exposure": {
"auto": false,
"value": 15
}
}
}
}
}
}
}
a150 at Exposure Manual Min value

From ./dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/exposure/a150TamronOcleaZoomCameraExposureManualMinSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.5",
"method": "SET",
"payload": {
"devices": {
"EA5A32DA521D": {
"model": 20,
"cameras": {
"87C0B37BB4E8": {
"model": 243,
"exposure": {
"auto": false,
"value": 0
}
}
}
}
}
}
}
a150 at Exposure Manual Random value

{@/codeblock ~~/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/exposure/a150CameraTamronExposureManualRandomSample.json}



Exposure Samples (A200)

a200 at Exposure Auto

From ./dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/exposure/a200TamronOcleaZoomCameraExposureAutoSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.5",
"method": "SET",
"payload": {
"devices": {
"9398021C8C99": {
"model": 19,
"cameras": {
"CB65682C3A9A": {
"model": 243,
"exposure": {
"auto": true,
"value": 10
}
}
}
}
}
}
}
a200 at Exposure Manual Max value

From ./dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/exposure/a200TamronOcleaZoomCameraExposureManualMaxSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.5",
"method": "SET",
"payload": {
"devices": {
"A9139D71ABBE": {
"model": 19,
"cameras": {
"ED0095D8B8C4": {
"model": 243,
"exposure": {
"auto": false,
"value": 15
}
}
}
}
}
}
}
a200 at Exposure Manual Min value

From ./dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/exposure/a200TamronOcleaZoomCameraExposureManualMinSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.5",
"method": "SET",
"payload": {
"devices": {
"7F26C454DAFF": {
"model": 19,
"cameras": {
"530F5ADD2205": {
"model": 243,
"exposure": {
"auto": false,
"value": 0
}
}
}
}
}
}
}
a200 at Exposure Manual Random value

From ./dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/exposure/a200TamronOcleaZoomCameraExposureManualRandomSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.5",
"method": "SET",
"payload": {
"devices": {
"0DD9481D0585": {
"model": 19,
"cameras": {
"67750311914B": {
"model": 243,
"exposure": {
"auto": false,
"value": 10
}
}
}
}
}
}
}


Type declaration

  • Optional auto?: boolean

    Auto exposure enable, otherwise manual mode.

  • Optional value?: number

    Exposure value

    minimum

    0

    maximum

    15

focus?: { auto?: boolean; nearLimit?: 10 | 34 | 90 | 250 | 800 | 2300; rate?: Rate; value?: number }

Type declaration

  • Optional auto?: boolean

    Auto focus enable, otherwise manual mode.

  • Optional nearLimit?: 10 | 34 | 90 | 250 | 800 | 2300

    Focus near limit

    description

    the approximate focus near limit position in mm.

  • Optional rate?: Rate

    Focus Rate

    The camera focus modifier.

    writeonly
  • Optional value?: number

    Focus value

    minimum

    0

    maximum

    100

    readonly
ip?: string

IP address

opticalZoom?: ZoomControl

🔍 Camera Optical Zoom

Example Payload (Tamron OClea Zoom Camera)

Zoom Samples (A150)

A150 at Max Zoom In

From ./dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/opticalZoom/a150TamronOcleaZoomCameraZoomInMaxSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.5",
"method": "SET",
"payload": {
"devices": {
"076108D5CC3E": {
"model": 20,
"cameras": {
"EA44EF5FFF3B": {
"model": 243,
"opticalZoom": {
"ratio": 120
}
}
}
}
}
}
}
A150 at Max Zoom Out

From ./dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/opticalZoom/a150TamronOcleaZoomCameraZoomOutMaxSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.5",
"method": "SET",
"payload": {
"devices": {
"E42D796A994F": {
"model": 20,
"cameras": {
"A08BD3E386A2": {
"model": 243,
"opticalZoom": {
"ratio": 1
}
}
}
}
}
}
}
A150 at Random Zoom

From ./dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/opticalZoom/a150TamronOcleaZoomCameraZoomInRandomSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.5",
"method": "SET",
"payload": {
"devices": {
"DBADE1769D2D": {
"model": 20,
"cameras": {
"6604137FBF2D": {
"model": 243,
"opticalZoom": {
"ratio": 107
}
}
}
}
}
}
}


Zoom Speed Samples

A150 at Max Speed

From ./dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/opticalZoom/a150TamronOcleaZoomCameraZoomSpeedMaxSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.5",
"method": "SET",
"payload": {
"devices": {
"39CEF45BC4B1": {
"model": 20,
"cameras": {
"45D648687D26": {
"model": 243,
"opticalZoom": {
"speed": 100
}
}
}
}
}
}
}
A150 at Min Speed

From ./dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/opticalZoom/a150TamronOcleaZoomCameraZoomSpeedMinSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.5",
"method": "SET",
"payload": {
"devices": {
"384ECFCD42B9": {
"model": 20,
"cameras": {
"76199208BB2E": {
"model": 243,
"opticalZoom": {
"speed": -100
}
}
}
}
}
}
}
A150 at Random Speed

{@/codeblock ~~/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/opticalZoom/a150TamronOcleaZoomCameraZoomSpeedRandomSample.json}



Zoom Random Samples

A150 at random zoom

From ./dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/opticalZoom/a150TamronOcleaZoomCameraZoomRandomSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.5",
"method": "SET",
"payload": {
"devices": {
"B41B038B8AD7": {
"model": 20,
"cameras": {
"335930ED955B": {
"model": 243,
"opticalZoom": {
"ratio": 103,
"speed": 87
}
}
}
}
}
}
}


Zoom Samples (A200)

A200 at Max Zoom In

From ./dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/opticalZoom/a200TamronOcleaZoomCameraZoomInMaxSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.5",
"method": "SET",
"payload": {
"devices": {
"775317E658FD": {
"model": 19,
"cameras": {
"5FEEE9DFDCBA": {
"model": 243,
"opticalZoom": {
"ratio": 120
}
}
}
}
}
}
}
A200 at Max Zoom Out

From ./dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/opticalZoom/a200TamronOcleaZoomCameraZoomOutMaxSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.5",
"method": "SET",
"payload": {
"devices": {
"ED964847A6FE": {
"model": 19,
"cameras": {
"A3272B27E4AB": {
"model": 243,
"opticalZoom": {
"ratio": 1
}
}
}
}
}
}
}
A200 at Random Zoom

From ./dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/opticalZoom/a200TamronOcleaZoomCameraZoomInRandomSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.5",
"method": "SET",
"payload": {
"devices": {
"6F29459319D9": {
"model": 19,
"cameras": {
"E942F64E7B26": {
"model": 243,
"opticalZoom": {
"ratio": 2
}
}
}
}
}
}
}


Zoom Speed Samples

A200 at Max Speed

From ./dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/opticalZoom/a200TamronOcleaZoomCameraZoomSpeedMaxSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.5",
"method": "SET",
"payload": {
"devices": {
"E941B77F1C0E": {
"model": 19,
"cameras": {
"474780B930AA": {
"model": 243,
"opticalZoom": {
"speed": 100
}
}
}
}
}
}
}
A200 at Min Speed

From ./dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/opticalZoom/a200TamronOcleaZoomCameraZoomSpeedMinSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.5",
"method": "SET",
"payload": {
"devices": {
"EAD80AB9B8FE": {
"model": 19,
"cameras": {
"AE77800BB4EF": {
"model": 243,
"opticalZoom": {
"speed": -100
}
}
}
}
}
}
}
A200 at Random Speed

From ./dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/opticalZoom/a200TamronOcleaZoomCameraZoomSpeedRandomSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.5",
"method": "SET",
"payload": {
"devices": {
"2312C01B96A9": {
"model": 19,
"cameras": {
"B976C42C146A": {
"model": 243,
"opticalZoom": {
"speed": -68
}
}
}
}
}
}
}


Zoom Random Samples

A200 at random zoom

From ./dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/opticalZoom/a200TamronOcleaZoomCameraZoomRandomSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.5",
"method": "SET",
"payload": {
"devices": {
"8520605CC00F": {
"model": 19,
"cameras": {
"2252056F7AF3": {
"model": 243,
"opticalZoom": {
"ratio": 90,
"speed": 41
}
}
}
}
}
}
}


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.5",
"method": "UPDATE",
"payload": {
"devices": {
"88FCDD87A671": {
"model": 20,
"cameras": {
"5F818735A623": {
"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.5",
"method": "UPDATE",
"payload": {
"devices": {
"5443E50E2227": {
"model": 20,
"cameras": {
"BA8F76DDBD56": {
"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.5",
"method": "UPDATE",
"payload": {
"devices": {
"08E91CEC06F8": {
"model": 20,
"cameras": {
"3F2F3EB52C45": {
"model": 5,
"osd": {
"enabled": true
}
}
}
}
}
}
}

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.5",
"method": "UPDATE",
"payload": {
"devices": {
"D759454D3252": {
"model": 19,
"cameras": {
"EB798DA3B993": {
"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.5",
"method": "UPDATE",
"payload": {
"devices": {
"7BEE9CE4D19D": {
"model": 19,
"cameras": {
"057A65EB39C6": {
"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.5",
"method": "UPDATE",
"payload": {
"devices": {
"E89DF4E48A51": {
"model": 19,
"cameras": {
"D1371A7D6FDF": {
"model": 5,
"osd": {
"enabled": false
}
}
}
}
}
}
}

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.5",
"method": "UPDATE",
"payload": {
"devices": {
"81C6832C1A4D": {
"model": 20,
"cameras": {
"3A289423B0CD": {
"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.5",
"method": "UPDATE",
"payload": {
"devices": {
"4E6091479F8B": {
"model": 20,
"cameras": {
"0CD7E2EDE343": {
"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.5",
"method": "UPDATE",
"payload": {
"devices": {
"248F601FFBB8": {
"model": 20,
"cameras": {
"6EDCC63C0F91": {
"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.5",
"method": "UPDATE",
"payload": {
"devices": {
"2A224265B54F": {
"model": 19,
"cameras": {
"680CD48DA084": {
"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.5",
"method": "UPDATE",
"payload": {
"devices": {
"C587D4CA5797": {
"model": 19,
"cameras": {
"9E710020D516": {
"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.5",
"method": "UPDATE",
"payload": {
"devices": {
"F86EBC6D1E5F": {
"model": 19,
"cameras": {
"EE19A5C4C24E": {
"model": 240,
"osd": {
"enabled": true
}
}
}
}
}
}
}


sharpness?: number

🔪 Camera Sharpness

Example Payload (Tamron Oclea Zoom Camera)

Sharpness Samples (A150)

at Sharpness Level Max

From ./dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/sharpness/a150TamronOcleaZoomCameraSharpnessMaxSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.5",
"method": "SET",
"payload": {
"devices": {
"08F643D51312": {
"model": 20,
"cameras": {
"A5DA808A14C1": {
"model": 243,
"sharpness": 100
}
}
}
}
}
}
at Sharpness Level Min

From ./dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/sharpness/a150TamronOcleaZoomCameraSharpnessMinSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.5",
"method": "SET",
"payload": {
"devices": {
"C67AED6CB480": {
"model": 20,
"cameras": {
"695C51B71176": {
"model": 243,
"sharpness": 0
}
}
}
}
}
}
at Sharpness Level Random

From ./dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/sharpness/a150TamronOcleaZoomCameraSharpnessRandomSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.5",
"method": "SET",
"payload": {
"devices": {
"9212E7D3890E": {
"model": 20,
"cameras": {
"8EC6149E7323": {
"model": 243,
"sharpness": 34
}
}
}
}
}
}


Sharpness Samples (A200)

at Sharpness Level Max

From ./dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/sharpness/a200TamronOcleaZoomCameraSharpnessMaxSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.5",
"method": "SET",
"payload": {
"devices": {
"6972ED356EE9": {
"model": 19,
"cameras": {
"BE809A84D54E": {
"model": 243,
"sharpness": 100
}
}
}
}
}
}
at Sharpness Level Min

From ./dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/sharpness/a200TamronOcleaZoomCameraSharpnessMinSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.5",
"method": "SET",
"payload": {
"devices": {
"7D77EA01800B": {
"model": 19,
"cameras": {
"A4F730576794": {
"model": 243,
"sharpness": 0
}
}
}
}
}
}
at Sharpness Level Random

From ./dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/sharpness/a200TamronOcleaZoomCameraSharpnessRandomSample.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"apiVersion": "0.60.5",
"method": "SET",
"payload": {
"devices": {
"7121FBD269CB": {
"model": 19,
"cameras": {
"F41AB7E36510": {
"model": 243,
"sharpness": 90
}
}
}
}
}
}


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.5",
"method": "DELETE",
"payload": {
"devices": {
"E6E7A60C48B8": {
"model": 20,
"cameras": {
"EAE6E8819C37": {
"model": 5,
"streams": {
"8CD9AE52C396": {
"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.5",
"method": "DELETE",
"payload": {
"devices": {
"8761EDDDDE51": {
"model": 20,
"cameras": {
"4C6A9E24EF3B": {
"model": 5,
"streams": {
"4D4FC834A8D0": {
"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.5",
"method": "DELETE",
"payload": {
"devices": {
"C3CD7881CB35": {
"model": 20,
"cameras": {
"B15171A32D3B": {
"model": 5,
"streams": {
"088594322C53": {
"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.5",
"method": "DELETE",
"payload": {
"devices": {
"8BA36F189A0C": {
"model": 20,
"cameras": {
"87CF5FE1D425": {
"model": 5,
"streams": {
"514F26EA182A": {
"active": true,
"resolution": {
"width": 44,
"height": 56
}
}
}
}
}
}
}
}
}

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.5",
"method": "DELETE",
"payload": {
"devices": {
"7B954F79F1AD": {
"model": 19,
"cameras": {
"FBDAC760B86E": {
"model": 5,
"streams": {
"6283C33B3584": {
"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.5",
"method": "DELETE",
"payload": {
"devices": {
"E6EA5550558E": {
"model": 19,
"cameras": {
"733F5EDB6E3C": {
"model": 5,
"streams": {
"F495DD56DA32": {
"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.5",
"method": "DELETE",
"payload": {
"devices": {
"F139BD5A113A": {
"model": 19,
"cameras": {
"A508B5711C92": {
"model": 5,
"streams": {
"A1CDE2B313CE": {
"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.5",
"method": "DELETE",
"payload": {
"devices": {
"7F328F9DAD5D": {
"model": 19,
"cameras": {
"7841AD2AC7E8": {
"model": 5,
"streams": {
"36536866EFA5": {
"active": true,
"resolution": {
"width": 57,
"height": 39
}
}
}
}
}
}
}
}
}

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.5",
"method": "DELETE",
"payload": {
"devices": {
"DE9B9231422C": {
"model": 20,
"cameras": {
"E267DC049AE0": {
"model": 240,
"streams": {
"AD71795997FF": {
"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.5",
"method": "DELETE",
"payload": {
"devices": {
"C17D0B9D0C2C": {
"model": 20,
"cameras": {
"D1B719DF335C": {
"model": 240,
"streams": {
"5855CE7817A3": {
"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.5",
"method": "DELETE",
"payload": {
"devices": {
"3C12EB77FD4B": {
"model": 20,
"cameras": {
"D17EC36E8A0E": {
"model": 240,
"streams": {
"0D06BA31D519": {
"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.5",
"method": "DELETE",
"payload": {
"devices": {
"9884A015ADAD": {
"model": 20,
"cameras": {
"28E77D90A1B5": {
"model": 240,
"streams": {
"ADB716D1FD83": {
"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.5",
"method": "DELETE",
"payload": {
"devices": {
"80E4C0F2C881": {
"model": 20,
"cameras": {
"29611DF82735": {
"model": 240,
"streams": {
"280A984D4D9B": {
"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.5",
"method": "DELETE",
"payload": {
"devices": {
"36F7ED195845": {
"model": 20,
"cameras": {
"332DD3F61E95": {
"model": 240,
"streams": {
"36343E535557": {
"active": true,
"resolution": {
"width": 50,
"height": 52
}
}
}
}
}
}
}
}
}

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.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.60.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.60.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.60.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.60.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.60.5",
"method": "DELETE",
"payload": {}
}


turbidityFilter?: TurbidityFilter

Camera Turbidity Filter

Example Payload (Tamron Oclea Zoom Camera)

Turbidity Filter Strength Samples (A150)

at Filter Strength Max

{@codeblock ~~/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/turbidityStrength/a150TamronOcleaZoomCameraTurbidityStrengthMaxSample.json

at Filter Strength Min

{@codeblock ~~/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/turbidityStrength/a150TamronOcleaZoomCameraTurbidityStrengthMinSample.json

at Filter Strength Random

{@codeblock ~~/dist/samples/json/requests/devices/vehicles/a150/cameras/tamronOcleaZoomCamera/turbidityStrength/a150TamronOcleaZoomCameraTurbidityStrengthRandomSample.json



Turbidity Filter Strength Samples (A200)

at Filter Strength Max

{@codeblock ~~/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/turbidityStrength/a200TamronOcleaZoomCameraTurbidityStrengthMaxSample.json

at Filter Strength Min

{@codeblock ~~/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/turbidityStrength/a200TamronOcleaZoomCameraTurbidityStrengthMinSample.json

at Filter Strength Random

{@codeblock ~~/dist/samples/json/requests/devices/vehicles/a200/cameras/tamronOcleaZoomCamera/turbidityStrength/a200TamronOcleaZoomCameraTurbidityStrengthRandomSample.json



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.5",
"method": "UPDATE",
"payload": {
"devices": {
"E2C243C43508": {
"model": 20,
"cameras": {
"765E3442F7F6": {
"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.5",
"method": "UPDATE",
"payload": {
"devices": {
"898748FA3D29": {
"model": 20,
"cameras": {
"5F62FE64E431": {
"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.5",
"method": "UPDATE",
"payload": {
"devices": {
"BF40F828DBBE": {
"model": 19,
"cameras": {
"BA86147597CA": {
"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.5",
"method": "UPDATE",
"payload": {
"devices": {
"52F5BF997327": {
"model": 19,
"cameras": {
"4863D882E37B": {
"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.5",
"method": "UPDATE",
"payload": {
"devices": {
"AF22D959A8FA": {
"model": 20,
"cameras": {
"258130D76CC0": {
"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.5",
"method": "UPDATE",
"payload": {
"devices": {
"735946764C9D": {
"model": 20,
"cameras": {
"BE40D1E5EAF9": {
"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.5",
"method": "UPDATE",
"payload": {
"devices": {
"7F7DB1F325B7": {
"model": 19,
"cameras": {
"38FF0466CBE3": {
"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.5",
"method": "UPDATE",
"payload": {
"devices": {
"4C4BB8DA14B0": {
"model": 19,
"cameras": {
"9E6F59DE71D6": {
"model": 240,
"type": "AUX"
}
}
}
}
}
}


version?: DeviceVersion

Version