# getCrop

Version: 4.1.0+

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 VideoSDK/Room. 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.

Request example:

{
    "method": "getCrop",
    "requestId" : "1"
}

Response example:

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

Parameter description:

  • enabled— the current state

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

See also: