diff options
Diffstat (limited to 'server2.py')
-rw-r--r-- | server2.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -50,6 +50,8 @@ while True: batt = 100.0 framestr = frame.tostring() + cv2.imshow("server", frame) + cv2.waitKey(1) lenframestr=len(framestr) connection.sendall(struct.pack(">i",lenframestr)+framestr+struct.pack("@dddd", phi, theta, psi, batt)); elif data[0:3] == "fly" and data[-1]=="\n": |