Skip to content

True detect

getTrueDetect

Check if "TrueDetect 3D" is activated.

Request

Only the name and the payload arguments will be described. General information can be found under Command General.

  • Name: getTrueDetect
  • Payload arguments: None

Response

Only the data object will be described here. To get information about the whole response, please refer to Command General.

The data object contains the following arguments:

  • enable: 1 if enabled otherwise 0

Example response

{
  "enable": 1
}

setTrueDetect

Command to enable/disable the "TrueDetect 3D" mode.

Request

Only the name and the payload arguments will be described. General information can be found under Command General.

  • Name: setTrueDetect
  • Payload arguments:

    • enable: 1 to enable; 0 to disable

Example payload

{
  "enable": 1
}

Response

No specific response expected, as this is a executing command. General information about responses can be found under rest.