Exemplo n.º 1
0
 def connect(self, ip, port=801, defaults=True):
     stat = pyvicon.connect(self._c, "{}:{}".format(ip, port))
     if stat and defaults:
         pyvicon.enableSegmentData(self._c)
         pyvicon.enableMarkerData(self._c)
         pyvicon.setStreamMode(self._c, self.SM_ClientPull)
     return stat
Exemplo n.º 2
0
 def connect(self, ip, port=801, defaults=True):
     stat = pyvicon.connect(self._c, "{}:{}".format(ip, port))
     if stat and defaults:
         pyvicon.enableSegmentData(self._c)
         pyvicon.enableMarkerData(self._c)
         pyvicon.setStreamMode(self._c, self.SM_ClientPull)
     return stat
Exemplo n.º 3
0
 def setStreamMode(self, streamMode):
     return pyvicon.setStreamMode(self._c, streamMode)
Exemplo n.º 4
0
 def setStreamMode(self, streamMode):
     return pyvicon.setStreamMode(self._c, streamMode)