setZoomPos

TrueConf7/5/26Less than 1 minute

setZoomPos

Description

Set the current zoom value for the PTZ camera

void setZoomPos(int iPos)

Parameters

NameDescription
iPosCamera zoom value

Response example

{
    "method" : "setZoomPos",
    "requestId" : "1",
    "result" : true
}

Response Parameters

NameDescription
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: