summaryrefslogtreecommitdiff
path: root/server.py
diff options
context:
space:
mode:
Diffstat (limited to 'server.py')
-rw-r--r--server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.py b/server.py
index a74495f..801135e 100644
--- a/server.py
+++ b/server.py
@@ -32,7 +32,7 @@ while True:
connection, client_address = sock.accept()
try:
print >>sys.stderr, 'connection from', client_address
- cap = cv2.VideoCapture("/home/flo/outvid2.avi")
+ cap = cv2.VideoCapture("/home/flo/kruschkram/out2.avi")
# Receive the data in small chunks and retransmit it
while True: