setCrop

TrueConf7/5/26Less than 1 minute

setCrop

Enabling/disabling the "smart crop, face tracking" feature – automatic tracking of the speakers' faces captured by the TrueConf VideoSDK camera Description

Through the On_cropChanged notification, you receive information about the change in the status of this feature. You can set the mode when launching the application using the command line key --crop. By default, the 720p mode will be used

void setCrop(bool bEnabled)

Parameters

NameDescription
bEnabledMandatory flag indicating the enabling/disabling of "smart cropping"

Response example

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

Response Parameters

NameDescription
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: