# getCrop
Version: 4.1.0+
Description: request for the status of "smart crop, face tracking" function - automatic tracking of speakers' faces that appear in the VideoSDK/Room camera. The system auto-focuses on the face, and if there are multiple faces, the enlarged faces are merged into a single image.
Request example:
{
"method": "getCrop",
"requestId" : "1"
}
Response example:
{
"method": "getCrop",
"requestId" : "1",
"enabled": false,
"result": true
}
Parameter description:
enabled
— the current staterequestId
- unique request identifier. More details can be found here
See also: