summaryrefslogtreecommitdiff
path: root/rpc
diff options
context:
space:
mode:
Diffstat (limited to 'rpc')
-rw-r--r--rpc/rpc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/rpc.py b/rpc/rpc.py
index ee40a0b..c9eebc2 100644
--- a/rpc/rpc.py
+++ b/rpc/rpc.py
@@ -58,7 +58,7 @@ class CortexRPC(object):
gevent.sleep(1/30)
output = BytesIO()
im = Image.open(join(path, f))
- im = im.convert('RGB')
+ # im = im.convert('RGB')
im.save(output, format="JPEG")
frame = output.getvalue()
output.close()