Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-29 | tracker/{pt,wii}: pass camera options through bundle | Stanislaw Halik | |
2019-06-20 | tracker/wii: add missing prototype for mingw | Stanislaw Halik | |
2019-04-14 | tracker/wii: try fixing camera stop | Stanislaw Halik | |
It's still not enabled due to my lacking an actual Wii device. | |||
2019-04-14 | tracker/wii: appease clang-tidy | Stanislaw Halik | |
2019-04-14 | tracker/wii: kill static variables | Stanislaw Halik | |
2019-04-14 | tracker/wii: kill leading underscore in identifiers | Stanislaw Halik | |
2019-03-18 | video: add support for camera modules | Stanislaw Halik | |
Issue: #910 | |||
2019-03-14 | tracker/wii: fix memory errors | Stanislaw Halik | |
Issue: #876 | |||
2019-03-14 | tracker/wii: revert to 2.3.10 | Stanislaw Halik | |
Issue: #876 | |||
2019-02-24 | tracker/wii: fix uninitialized read | Stanislaw Halik | |
2019-01-16 | tracker/wii: remove unused variable | Stanislaw Halik | |
2019-01-16 | clang-tidy fixes only | Stanislaw Halik | |
Maybe global `-Wcomma' is too harsh. There should be no functional changes whatsoever. | |||
2018-12-24 | style/quality only | Stanislaw Halik | |
No functional changes. - add `override' everywhere where missing - almost pass clang's `-Wweak-vtables' - avoid some float/double conversions - remove unused private members - make signedness conversions explicit - put stuff in right namespaces to aid analysis | |||
2018-12-24 | tracker/wii: put definitions in exact namespace | Stanislaw Halik | |
It messes with static analysis tools for no apparent reason. | |||
2018-12-24 | tracker/wii: remove unused variables, sort per alignment | Stanislaw Halik | |
2018-12-24 | tracker/wii: fix function-static data | Stanislaw Halik | |
2018-12-24 | tracker/{pt,wii}: fix leading underscore identifiers | Stanislaw Halik | |
2018-10-25 | tracker/wii: fix for mingw-w64 | Stanislaw Halik | |
The module loses auto-pairing functionality, but it's at least useful to see GCC warnings. I don't intend to use GCC for actually running the module. Fix some warnings emitted by GCC, such as - memset(3) of non-POD struct - depending on "new T[0]" to return a null pointer - dependence on MSVC-specific pragmas for external libraries - lack of header guards - unintended usage of trigraph syntax Disable some GCC warnings for the "wiiyourself" library. It's not possible to patch it up, the code quality is that awful. Disable the builtin debug functionality since it depends on non-standard __VA_OPT__ (due in C++20). It's not possible to disable the warning emitted on the __VA_ARGS__ usage in GCC. | |||
2018-07-08 | modernize only | Stanislaw Halik | |
2018-06-26 | modernize C++ syntax | Stanislaw Halik | |
No visible changes (hopefully). | |||
2018-04-28 | fix opencv version bump | Stanislaw Halik | |
2018-02-21 | tracker/wii: stop has been called from work thread | Wei Shuai | |
we don't need to stop again, or else it crashes app | |||
2018-02-16 | tracker/{pt,wii}: simplify api | Stanislaw Halik | |
Remove useless abstract member functions, simplify some. Issue: #718 | |||
2018-02-12 | tracker/wii: silence #pragma deprecated | Stanislaw Halik | |
Also downcase win32 api header name. This fixes building for Windows from Linux. | |||
2018-02-10 | tracker/wii: optimize BT enumeration time | Wei Shuai | |
2018-02-08 | tracker/wii: enhance friendly UI | Wei Shuai | |
1. add new status wii_cam_wait_for_dongle 2. show "insert USB dongle" in preview window | |||
2018-02-08 | tracker/wii: sync and connect | Wei Shuai | |
remove useless disconnect function | |||
2018-02-07 | tracker/wii: optimize auto BT pair | Wei Shuai | |
1. reconnect wiiyourself 2. reduce wiimote power by reduce LEDs | |||
2018-02-07 | tracker/wii: enhance user friendly UI | Wei Shuai | |
1. add wii status wii_cam_wait_for_sync 2. add images show how user should do in preview window 3. reduce redundancy convertion about QImage by doing in WIIPreview Class | |||
2018-02-06 | tracker/wii: bluetooth auto pair speed optimization | Wei Shuai | |
2018-02-06 | traker/wii: add wiimote auto pair with Windows Bluetooth Stack | Wei Shuai | |
2018-01-28 | tracker/wii: reduce CPU percentage | Wei Shuai | |
70fps WIImote, so 14ms polling rate is enough | |||
2018-01-26 | tracker/wii: new home | Wei Shuai | |