Inheritance: Motion.PlugIns.IPCam.General.GeneralAction, IPlugInPTZ
Ejemplo n.º 1
0
 public UCIPTZ(UCIAction u)
 {
     this.mURL = string.Format("http://{0}:{1}/ptz.cgi?cam={2}", u.Host, u.Port, u.CamID);
     if (string.IsNullOrEmpty(u.Username) == false)
     {
         mURL += "&username="******"&password=" + u.Password;
     }
 }
Ejemplo n.º 2
0
 public UCIPTZ(UCIAction u)
 {
     this.mURL = string.Format("http://{0}:{1}/ptz.cgi?cam={2}", u.Host, u.Port, u.CamID);
     if (string.IsNullOrEmpty(u.Username) == false)
     {
         mURL += "&username="******"&password=" + u.Password;
     }
 }
Ejemplo n.º 3
0
 public UCIPTZActionP(UCIAction u)
     : base(u)
 {
 }
Ejemplo n.º 4
0
 public UCIPTZActionT(UCIAction u)
     : base(u)
 {
 }