setCrop

TrueConfLess than 1 minute

setCrop

Description: enable/disable the "smart crop" feature ("smart crop, face tracking") – automatic tracking of speakers' faces that are captured by the camera TrueConf Room API. v4.1.0+

The cropChanged notification provides information about changes in the status of this function. You can set the mode when launching the application using the --crop command line argument. By default, the 720p mode will be used.

Request example:

{
    "method" : "setCrop",
    "requestId" : "1",
    "enabled" : true
}

Response example:

{
    "method": "setCrop",
    "requestId" : "1",
    "result": true
}

Parameter description:

  • enabled - mandatory flag indicating the enabling/disabling of "smart cropping"

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

See also: