diff --git a/defaults.cfg b/defaults.cfg index 9d08a2c..bcf1745 100644 --- a/defaults.cfg +++ b/defaults.cfg @@ -20,11 +20,11 @@ road_width=400 square_width=80 square_height=50 activation_speed=30 -adas=True +adas=False [sound] mute=False mic=True [os] -version=0.3.2 \ No newline at end of file +version=0.3.4 \ No newline at end of file diff --git a/main.py b/main.py index b5f945b..54a479b 100644 --- a/main.py +++ b/main.py @@ -29,7 +29,7 @@ frameNumber +=1 # rotate 90 deg - frame = capture.rotate_image(frame, 90) + frame = capture.rotate_image(frame, -90) # start record if config['dvr']: