云台控制(PTZ control)

KHJBaseDevice *dDevice = [[KHJAllBaseManager sharedBaseManager] searchForkey:Uid];
// 转动摄像头
int direction = 1; // 向上转
int run = 2; // 向下转
int run = 3; // 向右转
int run = 6; // 向左转
int step = 12; // 转动步数(ios 端 step = 12)
[bDevice.mDeviceManager setRun:direction withStep:step];
具体用法见demo.