# On_cropChanged
A notification indicating a change in the availability of the "smart crop, face tracking" feature – automatic tracking of presenter faces that come into view of the TrueConf VideoSDK camera Description
Enabling/disabling the feature is performed with the setCrop command
EventHandler<string> On_cropChanged
Response example
{
"method": "event",
"event": "cropChanged",
"enabled": true
}
Response Parameters
Name | Description |
---|---|
enabled | Availability of the "smart cropping" feature |
See also