summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/lang/zh_CN.ts
AgeCommit message (Collapse)Author
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-11-04tracker/pt: add point filter gain limiterStanislaw Halik
2021-10-16tracker/pt: bail out early on camera open failureStanislaw 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.
2019-02-21tracker/pt: don't `namespace pt_module' for core PT stuffStanislaw Halik
2018-12-24tracker/pt: don't hang the app on camera startStanislaw Halik
Move camera open to worker thread.
2018-08-03tracker/pt: add green only harderStanislaw Halik
Issue: #808
2018-04-05i18n: update stringsStanislaw Halik
2018-02-27add Chinese LangWei Shuai
2018-02-16tracker/wii: fix Chinese translationStanislaw Halik
The file must be in tracker-pt/ since it translates .ui file located there. Issue: #748
2018-02-12cmake: add zh_CNStanislaw Halik
cf. #746