# 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

Name Description
bEnabled Mandatory flag indicating the enabling/disabling of "smart cropping"

Response example

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

Response Parameters

Name Description
requestId A unique request identifier
result A flag indicating whether the request was successful

See also

Last Updated: 09/12/2025