getCrop

TrueConfLess than 1 minute

getCrop

Description: request the status of the "smart crop" function ("smart crop, face tracking") – automatic tracking of the faces of presenters captured by the camera TrueConf Room API. The camera automatically focuses on a face, and if there are multiple faces, the enlarged images are combined into a single picture. v4.1.0+

You can set the mode when launching the application using the command line key --crop.

Request example:

{
    "method": "getCrop",
    "requestId" : "1"
}

Response example:

{
    "method": "getCrop",
    "requestId" : "1",
    "enabled": false,
    "result": true
}

Parameter description:

  • enabled— the current state

  • requestId - a unique request identifier. You can find more details about it here.

See also: