diff options
author | Andy Sloane <andy@a1k0n.net> | 2020-06-04 18:48:51 -0700 |
---|---|---|
committer | Andy Sloane <andy@a1k0n.net> | 2020-06-05 07:29:25 -0700 |
commit | c3148df41d2c540acc0a6f72aa0f2088147848ee (patch) | |
tree | f10e2aeccd65e29860823ad3d58d045db5aab6a6 /tracker-pt/FTNoIR_PT_Controls.ui | |
parent | 8b14345cf6e06a2938dc7cd8de5e8ca2ec2df039 (diff) |
Add proper color keying to tracker-pt
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.
Diffstat (limited to 'tracker-pt/FTNoIR_PT_Controls.ui')
-rw-r--r-- | tracker-pt/FTNoIR_PT_Controls.ui | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/tracker-pt/FTNoIR_PT_Controls.ui b/tracker-pt/FTNoIR_PT_Controls.ui index 061f5351..113e4f49 100644 --- a/tracker-pt/FTNoIR_PT_Controls.ui +++ b/tracker-pt/FTNoIR_PT_Controls.ui @@ -420,6 +420,36 @@ <string>Blue only</string> </property> </item> + <item> + <property name="text"> + <string>Red filter</string> + </property> + </item> + <item> + <property name="text"> + <string>Green filter</string> + </property> + </item> + <item> + <property name="text"> + <string>Blue filter</string> + </property> + </item> + <item> + <property name="text"> + <string>Cyan filter</string> + </property> + </item> + <item> + <property name="text"> + <string>Yellow filter</string> + </property> + </item> + <item> + <property name="text"> + <string>Magenta filter</string> + </property> + </item> </widget> </item> <item row="5" column="0"> |