diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-01-04 14:56:42 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-01-04 14:56:42 +0100 |
commit | 8a6e59ec2be2a72fd4b009851d3241d663d8289f (patch) | |
tree | bdb29745c46f52b42ff5f2604b6386e79643d2c1 /ftnoir_tracker_ht/ftnoir_tracker_ht.cpp | |
parent | c47611b99d74af449d49a1f6ebf287947162a46c (diff) |
HT: allow for 187 fps with PS3 Eye
Diffstat (limited to 'ftnoir_tracker_ht/ftnoir_tracker_ht.cpp')
-rw-r--r-- | ftnoir_tracker_ht/ftnoir_tracker_ht.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp b/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp index 1773b018..5fced44e 100644 --- a/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp +++ b/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp @@ -106,6 +106,9 @@ void Tracker::load_settings(ht_config_t* config) case 3: nframes = 120; break; + case 4: + nframes = 180; + break; } config->classification_delay = 500; |