Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-20 | for now remove calibration support | Stanislaw Halik | |
PT tracker returns garbage when calibrating, Z is zero. Maybe can be reverted and fixed later. | |||
2015-07-20 | cleanup #ifdefs | Stanislaw Halik | |
We're the only maintainer of the PT tracker now, so don't clutter the file so much. | |||
2015-07-20 | cleanup invalid recursive mutex acquisitions | Stanislaw Halik | |
2015-07-20 | plug in race in camera release | Stanislaw Halik | |
We can crash if start/stop pressed fast eventually. | |||
2015-07-20 | cleanup ftnoir code | Stanislaw Halik | |
2015-07-20 | pass libs by reference | Stanislaw Halik | |
2015-07-20 | pt: display label only once | Stanislaw Halik | |
2015-07-20 | pt: cleanup some data races | Stanislaw Halik | |
2015-07-20 | nix empty dtor | Stanislaw Halik | |
2015-07-20 | pt: use calibration | Stanislaw Halik | |
Issue: #190 | |||
2015-07-20 | pt: change point internal representation | Stanislaw Halik | |
Store points as pixel coordinates, not -0.5->0.5. This has no effect on tracking as POSIT is robust enough not to care. | |||
2015-07-20 | aruco: follow api change | Stanislaw Halik | |
2015-07-20 | aruco: make fov int, not double | Stanislaw Halik | |
2015-07-20 | camera: more robust get_info() | Stanislaw Halik | |
If camera was barely created and there's no info, grab the first frame to get resolution data. | |||
2015-07-20 | calibration: rewrite | Stanislaw Halik | |
- Intrinsics are floats, not doubles. - Try searching for calibration filename with fov specified first, then without fov. - Grab image width and height from calibration file, don't asume 640x480 | |||
2015-07-20 | add ManyCam fake ps3 eye calibration | Stanislaw Halik | |
This helps me with testing using user-sent videos | |||
2015-07-20 | calibration file for ps3 eye 75deg | Stanislaw Halik | |
2015-07-20 | octopus: update copyright | Stanislaw Halik | |
2015-07-20 | ht: fix include | Stanislaw Halik | |
2015-07-20 | add my copyright to some more code | Stanislaw Halik | |
2015-07-20 | add my own copyright | Stanislaw Halik | |
We need copyright on contributions or else it defaults to granting no rights. | |||
2015-07-20 | mouse: replace copyright | Stanislaw Halik | |
The mouse tracker was entirely rewritten since. | |||
2015-07-19 | new game support | Stanislaw Halik | |
2015-07-19 | reduce diff to trackhat | Stanislaw Halik | |
2015-07-19 | ui: prevent clobbering current profile | Stanislaw Halik | |
Previously "open" always took to the topmost profile. Fixes #194 | |||
2015-07-19 | fix build error | Stanislaw Halik | |
2015-07-19 | try to launch qv4l2 on Linux | Stanislaw Halik | |
2015-07-19 | camera names on linux work, finally | Stanislaw Halik | |
2015-07-19 | cleanup flow | Stanislaw Halik | |
2015-07-19 | append more useful name than empty string | Stanislaw Halik | |
2015-07-19 | ensure camera name indices match | Stanislaw Halik | |
We can't make spaces in indices or else wrong camera gets opened. | |||
2015-07-19 | grab Linux camera names | Stanislaw Halik | |
2015-07-19 | app bundle finally works | Stanislaw Halik | |
2015-07-19 | resize UI, looks better on OSX probably | Stanislaw Halik | |
2015-07-19 | fix osx, app bundle now builds | Stanislaw Halik | |
2015-07-19 | don't set thread affinity for anything | Stanislaw Halik | |
Fixes #174 | |||
2015-07-18 | reduce Accela max slider value | Stanislaw Halik | |
no one needs that much. | |||
2015-07-18 | oops #2 | Stanislaw Halik | |
2015-07-18 | typo | Stanislaw Halik | |
2015-07-18 | octopus 127x128 -> 128x128 | Stanislaw Halik | |
2015-07-18 | initial version of macosx bundle script | Stanislaw Halik | |
2015-07-18 | fix build | Stanislaw Halik | |
2015-07-18 | fix hatire icon | Stanislaw Halik | |
2015-07-18 | bundles are now reloaded when settings window is closed | Stanislaw Halik | |
This happens even if closed by alt+f4 or cancel button. | |||
2015-07-18 | more obsolete #defines | Stanislaw Halik | |
2015-07-18 | build kalman only with opencv | Stanislaw Halik | |
2015-07-17 | reformat | Stanislaw Halik | |
2015-07-17 | actually CROSS_ONLY had a usage | Stanislaw Halik | |
2015-07-17 | ui: set game title in titlebar | Stanislaw Halik | |
2015-07-17 | ui: less includes | Stanislaw Halik | |