diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-09-22 14:12:19 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-09-22 14:25:24 +0200 |
commit | a4b852bd282ccecd87527b02f52a2cf66822a1db (patch) | |
tree | 5ecdc575a041f9e37c82ac0eecb1f5fb81ea4b90 /tracker-pt | |
parent | 6c7361b97dfd90470c8c2923a852aff17970a5ed (diff) |
cv: use amcap.exe for ps3 eye exposure settings
Diffstat (limited to 'tracker-pt')
-rw-r--r-- | tracker-pt/camera.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-pt/camera.cpp b/tracker-pt/camera.cpp index 28c95bf4..5e00499c 100644 --- a/tracker-pt/camera.cpp +++ b/tracker-pt/camera.cpp @@ -103,7 +103,7 @@ DEFUN_WARN_UNUSED Camera::open_status Camera::start(int idx, int fps, int res_x, { cam_info = CamInfo(); active_name = QString(); - cam_info.idx = -1; + cam_info.idx = idx; dt_mean = 0; active_name = desired_name; |