lorow
789879f3df
Add cleaning up the stream after cancellation_event was sent
2022-06-16 09:58:50 -07:00
lorow
9d3424d20f
Remove FFMPEG backend for wired cameras - breaks video
2022-06-16 09:58:50 -07:00
lorow
1359bff868
Reformat the files to use 4 spaces
2022-06-16 09:58:50 -07:00
lorow
d30b6fb37f
Separe http image stream from wired camera image capture
...
Fixes the errors with not being able to detect video source or not being able to find starting number
2022-06-16 09:58:50 -07:00
Kyle Machulis
5580d482f9
fix: Update graph background color on events
...
Fixes #24
2022-06-08 18:16:43 -07:00
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
764baa539d
fix: Output all info to OSC unless we're failing to find any data
...
Fixes #21
2022-06-08 17:46:46 -07:00
Kyle Machulis
ec67afc226
Default camera should be None, not a random number
2022-06-05 20:29:33 -07:00
Kyle Machulis
3128a01950
Add RANSACApp pyinstaller build dirs to gitignore
2022-06-05 20:19:39 -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
4c73df1047
Require button press to save/restart tracking on camera addr change
...
Fixes #19
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
2db35f7dea
Generate new config if current one is invalid
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
ff722c79a2
Switch to using PySimpleGUI w/ tkinter
...
Doesn't seem to cause processing issues, looks good, gives us text
capabilities.
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
92bf069102
Use dacite for de/serialization to python dataclass for config
2022-06-05 20:19:39 -07:00
Kyle Machulis
33ba2ba7d2
Add cv2 types file
2022-06-05 20:19:39 -07:00
Kyle Machulis
7ab4e52cd3
Update .gitignore to ignore JSON configuration files for RANSACApp
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
ZanzyTHEbar
7f9927823a
Major Update -
...
alright alright ... issue bot disabled for now ... sorry xD
2022-06-06 04:28:05 +02:00
ZanzyTHEbar
d9cc31c92b
Major Update -
...
alright alright ... issue bot disabled for now ... sorry xD
2022-06-06 04:04:13 +02:00
Prohurtz
4b330d2225
Update README.md
2022-06-02 14:06:54 -07:00
Prohurtz
005f2dd781
Update requirements.txt
2022-06-02 13:19:58 -07:00
Prohurtz
8de901f79b
add important stuff
2022-06-02 13:19:14 -07:00
Prohurtz
1a710fd812
checking potential bugs
2022-06-02 13:17:06 -07:00
Prohurtz
e9c630a318
Update threshGUI.py
2022-06-02 13:14:07 -07:00
Prohurtz
70ac430880
Merge pull request #14 from qdot/small-fixes
...
Small fixes and cleanup
2022-05-31 21:16:09 -05:00
Kyle Machulis
291d2f588d
Refactor some consts up to global config variables
2022-05-31 18:56:35 -07:00
Kyle Machulis
b856c1f920
Flip left/right calculations
...
This makes them match up in world.
2022-05-31 18:56:35 -07:00
Kyle Machulis
4855f0f215
Ignore .cfg files in git
2022-05-31 18:56:35 -07:00
Kyle Machulis
9e79701975
Make sure pycache and pyc files don't get checked in
2022-05-31 18:56:28 -07:00
Prohurtz
b9093cee9d
fix rotation, roi and calibration to working status
2022-05-31 10:20:30 -07:00
Prohurtz
f25cf8042f
Add files via upload
2022-05-30 14:27:52 -05:00
Prohurtz
e7d7833226
Update README.md
2022-05-30 12:26:48 -07:00
Prohurtz
3bcfc3280a
RANSAC3d BEST METHOD
...
finally. .. good code lol
2022-05-29 18:43:08 -05:00
Prohurtz
2bfbf3d286
Delete Ransac3d.zip
2022-05-29 15:57:12 -07:00
Prohurtz
253dff10a3
Add files via upload
2022-05-29 17:56:42 -05:00
ZanzyTHEbar
e317dec8ac
update - add files to prepare for professional looking github
2022-05-18 18:19:17 +02:00
Prohurtz
8ecbe1e2bf
Update
2022-05-13 10:59:24 -05:00
Prohurtz
23da2bc592
Update
2022-05-13 10:57:55 -05:00
DaOfficialWizard
0d502bcc1e
make the important warning more verbose
2022-05-10 17:33:29 +02:00