summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2022-04-19fix i18n generationStanislaw Halik
2022-04-19tracker/pt: add point filter deadzoneStanislaw Halik
2022-04-19opentrack: require more vertical space for embeddingStanislaw Halik
2022-04-19gui: fix vertically stretched layout in options dlgStanislaw Halik
2022-03-29Merge pull request #1426 from sharpTrick/increase_spline_capStanislaw Halik
2022-03-23filter/accela: add old staircase behaviorStanislaw Halik
2022-02-26Update build-windows.batStanislaw Halik
2022-02-26Update build-windows.batStanislaw Halik
2022-02-26tracker/aruco: allow use of mjpeg compressionStanislaw Halik
Issue: #1431
2022-02-26sdk paths: use qt 5.15 with kde patchesStanislaw Halik
2022-02-26tracker/aruco: fix bad cmake conditionStanislaw Halik
2022-02-16Added more max_clamp optionssharpTrick
2022-02-09tracker/udp: use SO_REUSEADDRStanislaw Halik
Issue: #1424
2022-02-05tracker/aruco: remove logspam on pt-only opencv buildStanislaw Halik
2022-02-05tracker/aruco: also check for opencv_features2dStanislaw Halik
2022-02-05tracker/aruco: don't build when opencv_calib3d is missingStanislaw Halik
2022-02-03tracker/neuralnet: specify only required opencv modulesStanislaw Halik
2022-02-03tracker/nn: don't specify opencv module listStanislaw Halik
This is because multiple opentrack modules depend on different opencv modules and whichever FIND_PACKAGE(OpenCV COMPONENTS ...) gets executed first, wins. Following FIND_PACKAGE calls will exit and not populate the component list any further. This didn't break the build as the build code for tracker/nn wasn't the one being executed first.
2022-01-26api: don't close a dialog that's already being closedopentrack-2022.1.1Stanislaw Halik
2022-01-26compat/camera-names: fix non-win32 buildStanislaw Halik
2022-01-26compat/camera-names: allow cameras with same nameStanislaw Halik
Some users have multiple units of the same camera model connected at the same time. Allow selecting each of these individual units. Issue: #1415
2022-01-26api, opentrack: fix the crash for real this timeStanislaw Halik
2022-01-26opentrack: merge mk_window{,_common}Stanislaw Halik
2022-01-26opentrack: fix crash on exitStanislaw Halik
2022-01-26api, gui: close options dlg on Esc inside inner dlgStanislaw Halik
2022-01-26api: remove unused includeStanislaw Halik
2022-01-25gui/options-dialog: pretty-print mouse buttonsStanislaw Halik
Issue: #583
2022-01-25cmake/msvc: allow setting opentrack-64bit via cmdlineStanislaw Halik
2022-01-25logic/shortcuts: ignore kbd modifiers for mouseStanislaw Halik
Issue: #583
2022-01-25logic/shortcuts: use structured bindingsStanislaw Halik
2022-01-25dinput: don't pass keypress on subsequent pollStanislaw Halik
2022-01-25dinput: add mouse keybinding supportStanislaw Halik
Issue: #583
2022-01-25dinput: don't zero-initialize when not necessaryStanislaw Halik
2022-01-13dinput: don't include <windows.h> in headersStanislaw Halik
Issue: #583
2022-01-11opentrack: getenv value parsing woesStanislaw Halik
2022-01-11opentrack: only register handlers on dialog creationStanislaw Halik
Issue: #1407
2022-01-11opentrack: disable module tabs on low resolutionsStanislaw Halik
Issue: #1407
2022-01-11api: unload dll's on program exitStanislaw Halik
This works with MSVC, as long as the simconnect dll isn't unloaded by its module.
2022-01-11boring crapStanislaw Halik
2022-01-11clang-tidy updateStanislaw Halik
2022-01-11Update README.mdStanislaw Halik
2022-01-06tracker/pt: bring back original centroid estimation codeopentrack-2022.1.0Stanislaw Halik
2022-01-06tracker/pt: don't mask out pixels below thresholdStanislaw Halik
2022-01-05proto/freetrack: fix uninitialized variableStanislaw Halik
https://forum.il2sturmovik.ru/topic/5061-opentrack/page/30/#comment-864548
2022-01-05Revert "Revert "tracker/pt: remove arbitrary min brightness threshold""Stanislaw Halik
This reverts commit d98d36c9acc66fb3158f77274189c92b1330fbf6.
2022-01-05tracker/pt: use stricter boundaries for meanshiftStanislaw Halik
2022-01-05cmake: disable another warningStanislaw Halik
2022-01-05tracker/pt: add commented-out old centroid estimationStanislaw Halik
2022-01-05tracker/pt: clean up grayscale handling. add migration.Stanislaw Halik
The averaging mode is slower than the opencv SIMD implementation for BT.709. Remove it. Make it optional to perform hardware grayscaling using the ps3eye sensor with the open driver. Default to grayscaling using the CPU.
2022-01-04Revert "tracker/pt: remove arbitrary min brightness threshold"Stanislaw Halik
This reverts commit 8ac0471c1c0c4cdf76f696b7c3c18d1d3a776a78. Discussion: #1381