setBroadcastSelfie
Less than 1 minute
setBroadcastSelfie
Description: enable or disable uploading frames from your camera to the HTTP server. Deprecated
Request example:
{
"method" : "setBroadcastSelfie",
"requestId" : "1",
"enabled" : true,
"fps" : 3
}Response example:
{
"method" : "setBroadcastSelfie",
"requestId" : "1",
"result" : true
}Parameter description:
enabled— Field showing whether it is necessary to enable/disable uploading frames to the HTTP server. It can betrueorfalse.fps— This field is available only when uploading frames needs to be enabled and shows the frame refresh rate on the HTTP server.requestId- a unique request identifier. You can find more details about it here.
See also: