Skip to content
This repository has been archived by the owner on Jun 19, 2020. It is now read-only.

Commit

Permalink
add enable_feed to controls
Browse files Browse the repository at this point in the history
  • Loading branch information
Weijian Zeng committed Jan 10, 2020
1 parent cc97d6c commit 63c55a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controls.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
class Controls():

def __init__(self):
self.enable_camera = False
self.enable_camera = True
self.enable_processing = False
self.camera_mode = CAMERA_MODE_RAW

self.enable_feed
self.enable_feed = True
self.turn_camera_off = False


Expand Down

0 comments on commit 63c55a5

Please sign in to comment.