Skip to content

Commit

Permalink
making the demo mode to False
Browse files Browse the repository at this point in the history
  • Loading branch information
edyoshikun committed Aug 19, 2024
1 parent bc79429 commit 0e82ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copylot/assemblies/photom/gui/photom_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def make_photom_assembly(config):


if __name__ == "__main__":
DEMO_MODE = True
DEMO_MODE = False
# TODO: grab the actual value if the camera is connected to photom_assmebly
CAMERA_SENSOR_YX = (2048, 2448)

Expand Down

0 comments on commit 0e82ee3

Please sign in to comment.