Skip to content

Commit

Permalink
Tuned orientation parameters a bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
Antti Virtanen committed Mar 9, 2011
1 parent 1f9bb6d commit c8a57cd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/90-sensord-default.conf
Expand Up @@ -35,10 +35,10 @@ magnetometer_scale_coefficient = 300
# Orientation parameters
orientation_threshold_landscape = 25
orientation_threshold_portrait = 20
# orientation_overflow_min = 800
# orientation_overflow_max = 1250
orientation_poll_interval = 100
orientation_buffer_size = 4
orientation_overflow_min = 800
orientation_overflow_max = 1250
orientation_poll_interval = 200
orientation_buffer_size = 5

# Offset for Screen.TopEdge. If 0, Screen.TopEdge equals side edges from
# OrientationSensor. Each additional value rotates the top one step to
Expand All @@ -47,7 +47,7 @@ orientation_offset = 3

# How old samples can we safely ignore for desktop orientation (microsecs)
# Increase to make more stable, decrease to add sensitivity
orientation_discard_time = 750000
orientation_discard_time = 500000

# How many seconds should we wait without any accelerometer samples
# to declare that the device must be static?
Expand Down

0 comments on commit c8a57cd

Please sign in to comment.