# getCrop

Description

Request for the status of the "smart crop, face tracking" feature – the automatic tracking of speakers' faces that come into the camera's view of TrueConf VideoSDK. The system automatically focuses on a face, and if there are multiple faces, the zoomed-in images are compiled into a single picture.

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

void getCrop()

Response example

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

Response Parameters

Name Description
enabled The current state
requestId A unique request identifier
result A flag indicating whether the request was successful

See also

Last Updated: 09/12/2025