We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf66d0 commit dbe9c5eCopy full SHA for dbe9c5e
config.py
@@ -5,6 +5,6 @@
5
SIMULATOR_IP = "127.0.0.1"
6
SIMULATOR_PORT = 25001
7
8
-CAMERA_RESOLUTION = [720, 360] # [Width, Height]
+CAMERA_RESOLUTION = [512, 512] # [Width, Height]
9
10
0 commit comments