summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/FTNoIR_PT_Controls.ui
AgeCommit message (Collapse)Author
2023-06-01tracker/pt: fix tab orderStanislaw Halik
PR: #1665
2023-06-01Get tab ordering and default model tab rightTom Brazier
2023-05-31Added a slider to control the strength of the color matching for chroma keyTom Brazier
2023-05-28When selecting chroma keying, include unsaturated colours for overexposed pixelsTom Brazier
2022-04-26tracker/pt: make dialog less tallStanislaw Halik
2022-04-19tracker/pt: add point filter deadzoneStanislaw 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.
2021-12-17tracker/pt: make dialog embeddableStanislaw Halik
2021-12-17tracker/pt: fix dialog tab orderStanislaw Halik
2021-11-04tracker/pt: add point filter gain limiterStanislaw Halik
2021-10-02tracker/pt: allow for even more filteringStanislaw Halik
2021-10-01tracker/pt: fix scale on the point filterStanislaw Halik
2021-09-28tracker/pt: add point filterStanislaw Halik
2021-08-29tracker/pt: gui changesStanislaw Halik
Add MJPEG checkbox Add tooltips Fix tab order
2020-06-05rename "filter" -> "chroma key"Andy Sloane
2020-06-05Add proper color keying to tracker-ptAndy Sloane
Instead of just selecting the red/green/blue channels, also subtract the other channels. This allows for point tracking with just colored spots, rather than IR LEDs -- green and magenta work particularly well for this. This keeps the existing "Red/Green/Blue only" options, but adds "Red/Green/Blue/Cyan/Yellow/Magenta filter" options, which do a better job of isolating those colors.
2018-08-03tracker/pt: add green only harderStanislaw Halik
Issue: #808
2018-01-25tracker/pt: expose camera settings groupboxStanislaw Halik
Issue: #718
2018-01-19tracker/pt: fix .qrc file locationStanislaw Halik
2018-01-19tracker/pt: fix broken resourcesStanislaw Halik
Spotted by: @cpuwolf Issue: #718
2018-01-10tracker/pt: fix dynpose label font styleStanislaw Halik
2017-10-29tracker/pt: remove dubious grayscaling modesStanislaw Halik
2017-10-20tracker/pt: grayscaling modes workStanislaw Halik
2017-10-13tracker/pt: add threshold slider state descriptionStanislaw Halik
Isolate point radius code and reuse it.
2017-10-08tracker/pt: grayscale methods workStanislaw Halik
- fix a braino (don't divide by two) - default to exact averaging, not perceptual weighted - use more specific cv::addWeighted
2017-09-23tracker/pt: fix tab order for new LED modeStanislaw Halik
2017-09-22tracker/pt: add color extraction modesStanislaw Halik
2017-07-07tracker/pt: specify dynamic pose is only for capsStanislaw Halik
Reported-by: @Len62 as https://github.com/opentrack/opentrack/issues/644#issuecomment-313649989
2017-06-18tracker/pt: maybe prevent reflowStanislaw Halik
2017-04-18tracker/pt: fix tab order in dialogStanislaw Halik
2017-03-28tracker/pt: show calibration sample count in UIStanislaw Halik
2016-12-09few: fix spacers breaking layout reflowStanislaw Halik
2016-11-12tracker/steamvr: add broken versionStanislaw Halik
We still need axis-angle <-> rmat and euler with different order helpers.
2016-09-17gui: prevent stderr whining on setting dialog fixed sizeStanislaw Halik
Adjust dialogs.
2016-09-17tracker/{pt,aruco}: enable camera dialogStanislaw Halik
Suggested-by: MathijsG Issue: #454
2016-09-05tracker/{aruco,pt}: remove camera settings buttonStanislaw Halik
It's broken and users complain on the issue tracker. Also fix tab stops.
2016-08-15tracker/pt: make calibration less confusing in dialogStanislaw Halik
- change button text to "stop calibration" and "start calibration" respectively. - gray out the values while calibration is running - run calibration at 10 Hz on a separate timer from dialog update Issue: #416
2016-02-09gui: scale properly on high-DPI screensStanislaw Halik
Previously high DPI made the main screen all out of whack, unreadable and unusable.
2015-10-30move to subdirectory-based build systemStanislaw Halik
Closes #224