https://github.com/pupil-labs/pupil

sort by:
Revision Author Date Message Commit Date
7d507fe small fix 22 January 2015, 16:46:08 UTC
fcdf0ea added order to plugins 22 January 2015, 16:39:05 UTC
af147ce Merge branch 'v0.4_restruct' of https://github.com/pupil-labs/pupil into v0.4_restruct Conflicts: pupil_src/capture/eye.py 22 January 2015, 14:55:48 UTC
b664099 incremental work on ROI - setStart and setEnd need to be rewritten because we are no longer dragging a rectangle in one shot with a mouse, but setting the positions of corners independently. 22 January 2015, 14:54:06 UTC
f5a0d8e small fixes 22 January 2015, 12:03:46 UTC
ad97a53 Merge branch 'v0.4_restruct' of https://github.com/pupil-labs/pupil into v0.4_restruct 22 January 2015, 11:08:57 UTC
083ce66 cleaning up the ROI -- fixing bugs 22 January 2015, 11:08:48 UTC
d692537 Merge branch 'v0.4_restruct' of https://github.com/pupil-labs/pupil into v0.4_restruct Conflicts: pupil_src/capture/eye.py 22 January 2015, 10:06:54 UTC
18d43b7 incremental work on the ROI controls todo: code in methods for the ROI class requires refactoring 22 January 2015, 10:02:16 UTC
dfeed8b added settable GUI scale for eye UI 22 January 2015, 09:59:49 UTC
1dc58b1 added slider for pupil confidence threshold 22 January 2015, 09:55:19 UTC
1eb12ea removed whitespace 22 January 2015, 09:55:03 UTC
b0b5058 updated plugin init signatures 22 January 2015, 09:39:59 UTC
21a0ea3 make offline marker detector compatible with 04 changes 22 January 2015, 09:39:31 UTC
e9f1154 added fray property to comply with interface standard 22 January 2015, 09:39:03 UTC
c9d5a86 add support for v04 version recording format 22 January 2015, 09:38:31 UTC
1a44c98 fixed hdpi window size 22 January 2015, 09:37:53 UTC
b547774 typofix 22 January 2015, 08:17:52 UTC
50bd1c3 Merge branch 'pyav' into v0.4_restruct Conflicts: .gitignore This adds pyav to be used only for the exporter. Capture will still use opencv backend. 22 January 2015, 08:17:33 UTC
39c3ea3 updated to inlcude pygluio cygl and fonstash 21 January 2015, 20:12:56 UTC
68d336a bug fix for the plugin initialiser. 22 January 2015, 10:57:33 UTC
50b5b21 Merge branch 'v0.4_restruct' of https://github.com/pupil-labs/pupil into v0.4_restruct 22 January 2015, 10:31:52 UTC
4096c8b change order to avoid loading Thinkpad cameras 22 January 2015, 10:09:17 UTC
b09113a minor edit to the min max limits for pupil detector 21 January 2015, 14:11:35 UTC
2825a9a cosmetics - testing out cygl draw points instead of draw_gl_point_norm 21 January 2015, 14:09:32 UTC
a099602 cosmetics - cleanup of old methods 21 January 2015, 14:02:17 UTC
45d7cbe conveniently... using the new properties in ROI 21 January 2015, 14:01:37 UTC
f8e7c10 adding a few read_only properties to the ROI class for convenience 21 January 2015, 14:00:58 UTC
4b10486 Merge branch 'v0.4_restruct' of https://github.com/pupil-labs/pupil into v0.4_restruct Conflicts: pupil_src/capture/pupil_detectors/template.py 21 January 2015, 13:43:33 UTC
a90730e - turning on debug for logger - testing rendering for ROI using cygl methods - minor cleanup 21 January 2015, 13:41:03 UTC
1c64e9c removing tab cruft from pupil_detector template 21 January 2015, 13:39:39 UTC
d3b6185 cosmetic edit to the info text in canny_detector 21 January 2015, 13:39:12 UTC
7bd33e6 fixed typo 21 January 2015, 13:21:53 UTC
dd02602 namespace error 21 January 2015, 12:57:07 UTC
1692f11 update fps graph based on capture timestamps. 21 January 2015, 12:39:19 UTC
6ef6c30 cosmetics 21 January 2015, 12:35:29 UTC
84f559d streamlined plugin update function parameters: moved `recent_pupil_positions` into events as events['pupil_positions']. 21 January 2015, 12:34:13 UTC
782c276 removed old pupil detectors 21 January 2015, 12:28:24 UTC
3b9a5b8 cosmetics 21 January 2015, 11:08:26 UTC
e81b22d simplified imports. 21 January 2015, 11:03:51 UTC
56e5600 changing import style for cygl - preparing to use cygl points for the ROI handles 21 January 2015, 04:07:43 UTC
e1453aa cosmetic changes to the display of the sidebar menu 21 January 2015, 03:44:04 UTC
6ab06d8 adding info text for the pupil detector - it may be a bit too much text, can be removed before release if desired. 21 January 2015, 03:25:25 UTC
db4d9d2 cosmetics - changing the debug window title 21 January 2015, 03:09:11 UTC
7995d4c bug fix - advanced controls menu state needs to be saved to the session 21 January 2015, 03:03:00 UTC
be72633 - removing atb cruft - removing convenience functions 'save' and 'load' to be consistent with code format in eye and world - plus session_settings.get is not that much longer to write. - adding some session settings for the advanced controls - todo: decide on a reasonable maximums for the sliders for min/max pupil and min contour size 21 January 2015, 02:52:14 UTC
fca6dd8 bug fix - need to save the display mode in the session settings. 21 January 2015, 02:22:02 UTC
d248b03 Merge branch 'v0.4_restruct' of https://github.com/pupil-labs/pupil into v0.4_restruct 21 January 2015, 02:10:25 UTC
a1788f6 simplifying the menu for pupil detector - By default, we only use Canny_Detector, therefore the menu doesn't require nesting unless multiple detectors are indeed available to the user. Pupil Detector menu only currently needs hierarchy for advanced controls. - Enabled the debug window - this isn't totally necessary, but a nice "advanced" feature - fixed bug with adjust_gl_view 21 January 2015, 02:10:16 UTC
f59be39 updated timebase check 20 January 2015, 16:43:12 UTC
064d894 cosmetics - removing unnecessary logger debug line 20 January 2015, 13:07:16 UTC
f9ca22f implemented performance graphs should the perf graphs have the option to be hidden in the eye window? This could be controlled from the sidebar, if desired. Or, we just make them smaller so they take less realestate in the already small eye window. 20 January 2015, 13:04:10 UTC
6c45930 re-implementing camera controls in the new GUI for eye 20 January 2015, 12:54:01 UTC
66d0884 enabling algorithm view 20 January 2015, 11:17:23 UTC
cd60951 incremental work - adding Canny detector GUI 20 January 2015, 10:47:52 UTC
8c5e0dc Merge branch 'v0.4_restruct' of https://github.com/pupil-labs/pupil into v0.4_restruct 20 January 2015, 09:09:03 UTC
377321b changes to remove 'bad substitution' warning. 20 January 2015, 09:08:49 UTC
10d680e Merge branch 'v0.4_restruct' of https://github.com/pupil-labs/pupil into v0.4_restruct 20 January 2015, 08:23:27 UTC
6331683 incremental commit - new GUI is set up in eye - but many menu items still need to be implemented 20 January 2015, 08:23:15 UTC
6c4eab1 typo fix 19 January 2015, 18:16:36 UTC
9eeae1a refactor code from tab to pyglui 19 January 2015, 18:16:16 UTC
5763a00 fixed comment 19 January 2015, 18:15:42 UTC
0a11a2d typo fix. 19 January 2015, 18:15:30 UTC
05ec6c6 removed unused import. Simplified. 19 January 2015, 14:48:55 UTC
162e55e added UI for accuracy test plugin 09 January 2015, 17:02:11 UTC
5d85f7b formatting 08 January 2015, 14:15:57 UTC
7dfc247 tweaked ui colors 08 January 2015, 14:15:42 UTC
69ccadb changed detector params based on 'cpicanco's suggestions 08 January 2015, 14:14:28 UTC
1be9708 added status feedback 08 January 2015, 11:36:26 UTC
254c386 info text update 08 January 2015, 08:12:24 UTC
a81e767 spellcheck and grammar correction for comments, print statements, and info text displayed in the GUI 08 January 2015, 06:26:20 UTC
228e50a typo fix 07 January 2015, 15:19:57 UTC
2790f08 headline tweak 07 January 2015, 15:18:04 UTC
3054cb6 UI work 07 January 2015, 15:08:13 UTC
d6acb71 bug fix - `Graph()` has been renamed to `Bar_Graph()` 07 January 2015, 10:50:50 UTC
3765211 Merge branch 'v0.4_restruct' of https://github.com/pupil-labs/pupil into v0.4_restruct 07 January 2015, 10:01:58 UTC
08351ea UI work 07 January 2015, 10:01:52 UTC
dfcd68b updating license header (happy 2015!) 07 January 2015, 04:07:38 UTC
672e42f ignore the settings folder 07 January 2015, 04:07:16 UTC
e41d9e3 removing simple player 07 January 2015, 04:06:56 UTC
744f10d changes to gui and layout. 06 January 2015, 13:14:23 UTC
66da9fd moved version check to relevant import 03 January 2015, 10:56:25 UTC
375df8d added version check 02 January 2015, 17:16:18 UTC
34cb68d adding version check for pyglui 02 January 2015, 17:02:58 UTC
d9fbe90 cosmetics 02 January 2015, 15:50:22 UTC
058c723 change fps range 02 January 2015, 14:01:51 UTC
3fb1c39 added fn to check and sanitize timestamps 02 January 2015, 14:01:39 UTC
7e56a01 added pyav dependecies 18 December 2014, 13:06:25 UTC
1339aad set logger level to warning 16 December 2014, 17:51:43 UTC
23202c8 adding batch exporter 16 December 2014, 17:50:45 UTC
7f7f942 Merge branch 'master' into pyav 16 December 2014, 17:42:40 UTC
07d7587 adding batch export plugin 16 December 2014, 17:42:00 UTC
648619f ignore capture_settings dir 16 December 2014, 09:39:01 UTC
b343921 minor change - adding logger debug message to recorder plugin. 15 December 2014, 06:12:45 UTC
19d346d adding record eye switch to recorder 14 December 2014, 07:29:47 UTC
fc78b73 added cygl init in world.py 06 December 2014, 21:45:08 UTC
c9a549b Merge branch 'v0.4_restruct' of https://github.com/pupil-labs/pupil into v0.4_restruct 06 December 2014, 15:53:18 UTC
daa54c8 small temp. fixes. 06 December 2014, 15:53:02 UTC
715fd42 deleted fonts as they are now part of pyglui module 04 December 2014, 20:50:38 UTC
1879ba7 various fixed to bundle.spec 03 December 2014, 13:45:06 UTC
back to top