Commit Graph

14 Commits

Author SHA1 Message Date
Kyle Machulis
79e9a5d0bc chore: Remove unused comments and finished TODOs 2022-06-08 17:55:12 -07:00
Kyle Machulis
5a451b4aa5 fix: Only ever return one blob when blob tracking
Forgot to return after finding our first, largest blob during blob
tracking, meaning we'd possibly return many blobs even though
we can't do anything with that info.

Fixes #20
2022-06-08 17:49:58 -07:00
Kyle Machulis
fa87dad4f8 Implement request based capture
Use a python event as a oneshot channel to request the capture source
to get a frame, versus letting it poll and serve at its own speed
(which will murder us on file loads)
2022-06-05 20:19:39 -07:00
Kyle Machulis
4cba88a95e Add option for showing the color version of the image 2022-06-05 20:19:39 -07:00
Kyle Machulis
937ae764ce Add eye position scalar setting 2022-06-05 20:19:39 -07:00
Kyle Machulis
def7297e05 Fix blob tracking positioning, resume sending packets over OSC 2022-06-05 20:19:39 -07:00
Kyle Machulis
c1cd4583a3 Reimplement calibration on startup 2022-06-05 20:19:39 -07:00
Kyle Machulis
cd37a6c7ef Add eye position output graph 2022-06-05 20:19:39 -07:00
Kyle Machulis
484057eb91 Reimplement blob tracking 2022-06-05 20:19:39 -07:00
Kyle Machulis
70fb85ba1f chore: Implement ROI rotation 2022-06-05 20:19:39 -07:00
Kyle Machulis
b5cc81e959 Implement ROI Mode 2022-06-05 20:19:39 -07:00
Kyle Machulis
30def51884 Turn camera into its own module, add camera selection/configuration 2022-06-05 20:19:39 -07:00
Kyle Machulis
a392c10d45 Reimplement and comment basic RANSAC pupil finding
Combine understandings from Summer and Prohurtz's code to rebuild
implementation with no unused data, and comment heavily.
2022-06-05 20:19:39 -07:00
Kyle Machulis
71abcd4a06 Start building new RANSAC App with multiple modules and unified GUI
Divide out utilities from main algorithm, set utilities on their own
threads. Reference binaries in original directory so we don't have to
duplicate them in the repo.
2022-06-05 20:19:39 -07:00