Added tuning feature and hand palm action to reset the timer
This commit is contained in:
@@ -11,11 +11,31 @@
|
||||
<string name="stop_recording">Stop recording</string>
|
||||
<string name="switch_camera">Switch camera</string>
|
||||
<string name="back">Back</string>
|
||||
<string name="switch_camera_while_recording">Stop recording before switching cameras</string>
|
||||
<string name="recording_timer_placeholder">00:00</string>
|
||||
<string name="step_count_placeholder">Step 0</string>
|
||||
<string name="step_count_format">Step %1$d</string>
|
||||
<string name="step_count_big_placeholder">0</string>
|
||||
<string name="step_counter_label">STEPS</string>
|
||||
<string name="reset_hint_idle">✋ Raise a hand, hold 5s to reset</string>
|
||||
<string name="reset_hint_holding">Keep holding… %1$d%%</string>
|
||||
<string name="error_camera_unavailable">Camera unavailable: %1$s</string>
|
||||
<string name="error_recording_failed">Recording failed: %1$s</string>
|
||||
<string name="error_pose_detector">Pose detector error: %1$s</string>
|
||||
<string name="editor_button">Tuning</string>
|
||||
|
||||
<!-- Parameter editor screen -->
|
||||
<string name="editor_title">Step Detection Tuning</string>
|
||||
<string name="editor_subtitle">Changes apply the next time you start a recording.</string>
|
||||
<string name="editor_min_spacing_label">Min spacing between steps (ms)</string>
|
||||
<string name="editor_min_spacing_help">Minimum time between two counted steps on the same foot. Default 300.</string>
|
||||
<string name="editor_prominence_label">Step prominence ratio</string>
|
||||
<string name="editor_prominence_help">How far a foot must move (as a fraction of torso size) to count as a step. Default 0.15.</string>
|
||||
<string name="editor_jump_ratio_label">Max frame jump ratio</string>
|
||||
<string name="editor_jump_ratio_help">Largest single-frame ankle movement trusted as real motion vs. a tracking glitch, as a fraction of torso size. Default 0.25.</string>
|
||||
<string name="editor_hold_ms_label">Reset hold duration (ms)</string>
|
||||
<string name="editor_hold_ms_help">How long a hand must stay raised to trigger a reset. Default 5000.</string>
|
||||
<string name="editor_margin_ratio_label">Raise height ratio</string>
|
||||
<string name="editor_margin_ratio_help">How far above the shoulder a wrist must reach to count as raised, as a fraction of torso size. Default 0.05.</string>
|
||||
<string name="editor_reset_defaults">Reset to defaults</string>
|
||||
<string name="editor_save">Save</string>
|
||||
<string name="editor_saved_toast">Settings saved</string>
|
||||
<string name="editor_invalid_value_toast">Enter a valid number for every field</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user