# setBroadcastSelfie
Description
Enable or disable uploading frames from your camera to the HTTP server
void setBroadcastSelfie(bool bEnabled, int iFps)
Parameters
Name | Description |
---|---|
bEnabled | Field showing whether it is necessary to enable/disable uploading frames to the HTTP server. It can be `true` or `false` |
iFps | This field is available only when uploading frames needs to be enabled and shows the frame refresh rate on the HTTP server |
Response example
{
"method" : "setBroadcastSelfie",
"requestId" : "1",
"result" : true
}
Response Parameters
Name | Description |
---|---|
requestId | A unique request identifier |
result | A flag indicating whether the request was successful |
See also
← setBackground setCrop →