diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-09-26 09:49:57 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2021-09-26 11:22:51 +0200 |
commit | bdeeda5bc815dc66eefc1c818213141f92a41e0a (patch) | |
tree | c43b18de5b0d125d64a7cbed47688a27a919c283 /tracker-wii | |
parent | add1d5d0b01078a3a99167a65e691e2ee647f398 (diff) |
tracker/{pt,wii}: cosmetic changes only
Diffstat (limited to 'tracker-wii')
-rw-r--r-- | tracker-wii/wii_frame.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-wii/wii_frame.hpp b/tracker-wii/wii_frame.hpp index a7688b80..bbb0c469 100644 --- a/tracker-wii/wii_frame.hpp +++ b/tracker-wii/wii_frame.hpp @@ -58,7 +58,7 @@ private: static void ensure_size(cv::Mat& frame, int w, int h, int type); cv::Mat frame_copy, frame_out; - wii_camera_status status; + wii_camera_status status = wii_cam_wait_for_connect; }; } // ns pt_module |