summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2022-05-15tracker/nn: Support new coordinate conventions for head rotationMichael Welter
2022-05-15tracker/nn: Don't hardcode the size of the input image for the pose estimatorMichael Welter
2022-05-12tracker/nn: catch exception in case the head pose model throws during inferenceMichael Welter
2022-05-11add trackhat to my sdk pathsStanislaw Halik
2022-05-11installer: fix warningStanislaw Halik
2022-05-11tracker/{pt-base,trackhat}: add variable deadzone factoropentrack-2022.2.0Stanislaw Halik
2022-05-11opentrack: use hires profile iconStanislaw Halik
2022-05-11opentrack: implement profile vendor presetsStanislaw Halik
Sponsored by: TrackHat Sponsored by: IRTrack
2022-05-11tracker/trackhat: new trackerStanislaw Halik
Sponsored by: TrackHat
2022-05-11Merge pull request #1468 from TheSpartaPT/patch-1Stanislaw Halik
2022-05-11Added support for MJPEG compression for neuralnetPedro Silva
- Added support for MJPEG compression for neuralnet tracker
2022-04-29tracker/hatire: enable setting DTR on com portStanislaw Halik
2022-04-28tracker/kinect: fix camera providerStanislaw Halik
Issue: #1461
2022-04-26tracker/pt: make dialog less tallStanislaw Halik
2022-04-23tracker/nn: only install shared library on win32Stanislaw Halik
2022-04-23tracker/neuralnet: add libomp redistributable for msvcStanislaw Halik
Issue: #1394
2022-04-19compat/timer: fix lupdate on number separatorStanislaw Halik
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