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

sort by:
Revision Author Date Message Commit Date
0932991 add binocular flag to player based on recording meta info. 22 December 2015, 08:33:22 UTC
5cea602 added docs for notification format. 22 December 2015, 08:12:49 UTC
8771cf4 fixed remove fn. 22 December 2015, 08:07:26 UTC
9af3076 added annotation player 21 December 2015, 21:28:46 UTC
4abd1f4 get now should point to the last read frame not the upcoming one. 21 December 2015, 21:28:27 UTC
7433e23 sort the data list. If this is not done we assume sorted data which may not be the case. (sorting is fast in python.) 21 December 2015, 21:28:00 UTC
0d0179a capture notifications that want to be recorded. Indicated by 'record':True 21 December 2015, 21:21:34 UTC
ff5b5b0 adding pupil annotations. Revised Pupil sync message protocol to work with all notification types. 21 December 2015, 12:08:00 UTC
0e772cb Merge branch 'master' of https://github.com/pupil-labs/pupil 18 December 2015, 13:38:16 UTC
53694b2 don't inherit from template. 18 December 2015, 13:23:03 UTC
c3d7329 Merge pull request #257 from cpicanco/patch-4 license review 18 December 2015, 10:35:23 UTC
a7ce196 Update README.md 17 December 2015, 21:19:37 UTC
04eaff9 license review Deleting repetition 17 December 2015, 21:14:45 UTC
8c7c537 Merge branch 'master' of https://github.com/pupil-labs/pupil Conflicts: pupil_src/capture/pupil_detectors/template.py 17 December 2015, 08:52:30 UTC
184d7d3 delete old unused files. 17 December 2015, 08:51:13 UTC
56e35b7 Merge branch 'lgpl_revision' updating license to LGPL v3.0 17 December 2015, 08:49:42 UTC
d5bbb6f removing license header on `glfw.py` updating excludes list. 17 December 2015, 08:47:17 UTC
91910a0 updated description 15 December 2015, 16:27:04 UTC
c5b7bcf added adjust calibration plugin for calibration touchup in case of drift. 15 December 2015, 16:17:22 UTC
618abc3 updated license headers for LPGL v3.0 15 December 2015, 13:20:41 UTC
a7140c2 updating exclude lists for license script. 15 December 2015, 13:14:30 UTC
77c016c updating license text for LGPL transition preparing to run update_header functions. 15 December 2015, 13:04:24 UTC
6ccfbbf adding adjust calibration 15 December 2015, 11:07:33 UTC
16a7112 bugfix. 10 December 2015, 10:32:19 UTC
817e807 fixing #249 02 December 2015, 21:25:32 UTC
cb92a83 Revert "since the cacher is faster than playback. I don't think we need this part anymore." This reverts commit d7abf6dd1612fb946a626ba40725fb3285f99fc5. 01 December 2015, 13:48:40 UTC
77cfdcf Merge branch 'master' of http://github.com/pupil-labs/pupil 25 November 2015, 14:01:37 UTC
d7abf6d since the cacher is faster than playback. I don't think we need this part anymore. 26 November 2015, 08:43:19 UTC
77cc143 renamed fn. 26 November 2015, 08:42:21 UTC
53b0b74 Merge pull request #245 from cpicanco/patch-3 allow easy to override surface initialization 26 November 2015, 08:41:15 UTC
9787e40 fixing #244 26 November 2015, 08:38:01 UTC
12edba6 slight simplification 26 November 2015, 08:37:37 UTC
34d8ef3 fixing #247: Linux audio dict is not always 0 based. 25 November 2015, 14:01:23 UTC
336286d incremental changes 24 November 2015, 20:59:34 UTC
7d5c927 clean up stop and shutdown. 23 November 2015, 10:55:47 UTC
e7b90a6 code cleanup. 23 November 2015, 10:36:15 UTC
3b919ff fixed message when recording prevent time adjustment. + bugfix. 23 November 2015, 10:07:36 UTC
548d342 added continuous self adjusting time syncing to pupil sync. 23 November 2015, 09:56:20 UTC
c847cfd incremental changes 16 November 2015, 19:41:00 UTC
7104096 allow easy to override surface initialization Moving surface initialization code to a separated method. I am having some problems trying to override the __init__ directly with multiple inheritance. This should make it easier to do it. 16 November 2015, 19:13:41 UTC
5a27c0b use monotonic time instead of system time. 16 November 2015, 18:12:31 UTC
024ddfa incr commit. 16 November 2015, 17:40:17 UTC
5bdf07c implementing precision time protocol module 16 November 2015, 17:15:31 UTC
74afde9 fixing but with low priority messages. 16 November 2015, 17:14:45 UTC
3f928c5 explicitly check for empty poll times because we are looking for a timeout event. 13 November 2015, 16:32:13 UTC
cb96944 small fixes. 13 November 2015, 16:28:48 UTC
ffdac0d started refined time base syncing. 13 November 2015, 16:01:54 UTC
cd26d79 codesign mac bundles 13 November 2015, 10:11:31 UTC
fd4cd5e Merge branch 'master' of https://github.com/pupil-labs/pupil 12 November 2015, 14:36:09 UTC
bdb184b revert accidental change 12 November 2015, 14:35:56 UTC
d4daba5 show undistorted map in camera intrinsics estimation to validate existing and new calibration. 12 November 2015, 14:35:21 UTC
51197a3 Update README.md 12 November 2015, 09:12:29 UTC
220a722 Merge branch 'master' of https://github.com/pupil-labs/pupil 10 November 2015, 17:27:51 UTC
270458d tweaking the bandwidth factor to reduce aborted transfer artefacts. 10 November 2015, 17:27:34 UTC
b511474 Merge branch 'master' of http://github.com/pupil-labs/pupil 06 November 2015, 14:10:32 UTC
3f5711a excluse libstdc++.so in an effort to solve the nvidia driver problem some users are experiencing. 06 November 2015, 14:10:22 UTC
70ae734 fixing #219 30 October 2015, 12:06:06 UTC
fcb0f5b fixed syntax error. 30 October 2015, 11:11:18 UTC
aaaa500 Merge branch 'master' of https://github.com/pupil-labs/pupil 28 October 2015, 17:10:59 UTC
01ca716 started to add notifications to fixation classifier. 28 October 2015, 17:10:24 UTC
58d757b added delayed notification methods for plugins. 28 October 2015, 17:06:30 UTC
c7b19f8 Merge pull request #233 from cpicanco/patch-1 Updating close button locations 28 October 2015, 12:51:04 UTC
33eba8d Fixing typos in deployment readme files. Also adding some minor formatting. 27 October 2015, 08:38:44 UTC
a97cf87 tweak marker center dot. 23 October 2015, 12:48:43 UTC
b2f3d4c always use threading instead of mp for audio capture. 23 October 2015, 10:55:26 UTC
91070c2 fixed accuracy test and cleaned up preprocess data. 22 October 2015, 11:28:05 UTC
0f9459f Update marker_detector.py 21 October 2015, 22:27:45 UTC
c83c5e0 Update fixation_detector.py 21 October 2015, 22:20:05 UTC
cbf7170 Update offline_marker_detector.py 21 October 2015, 22:17:51 UTC
83c93ef Update pupil_server.py 21 October 2015, 22:16:43 UTC
715c4a9 Update pupil_sync.py 21 October 2015, 22:14:55 UTC
5497e81 Update show_calibration.py 21 October 2015, 22:13:08 UTC
da52477 Update export_launcher.py 21 October 2015, 22:09:46 UTC
ef281cd Update batch_exporter.py 21 October 2015, 22:08:32 UTC
9c5c250 Update eye_video_overlay.py 21 October 2015, 22:06:51 UTC
4efd949 Update manual_gaze_correction.py 21 October 2015, 22:03:51 UTC
fea66ab Update scan_path.py 21 October 2015, 22:03:02 UTC
1e6c2bd Update vis_watermark.py 21 October 2015, 22:01:36 UTC
73336a1 Update vis_polyline.py 21 October 2015, 21:59:43 UTC
2e59a2e Update vis_light_points.py 21 October 2015, 21:58:51 UTC
9595ef7 Update vis_cross.py 21 October 2015, 21:57:22 UTC
eb585fb Updating close button locations 21 October 2015, 21:54:55 UTC
21c25d0 Merge branch 'master' of https://github.com/pupil-labs/pupil 21 October 2015, 14:56:49 UTC
712f28c fix #228 don't close app on `ESC` 21 October 2015, 14:56:27 UTC
662431f Merge pull request #175 from cpicanco/patch-1 Update offline_marker_detector.py 21 October 2015, 14:13:54 UTC
4f259ce Merge branch 'master' of https://github.com/pupil-labs/pupil unstated methods changes. 21 October 2015, 13:49:59 UTC
7f3b773 fix #229 21 October 2015, 13:45:35 UTC
09d8b3d finished "uv coordinates to spherical" function 21 October 2015, 10:20:53 UTC
fd64c8e added first version of '2D image point to 3D vector' function. Conversion to spherical is still to be done... 21 October 2015, 08:51:51 UTC
7756278 typo fix. 17 October 2015, 19:06:56 UTC
e190850 fixed typo in class name 17 October 2015, 19:06:04 UTC
883afe5 fix #224 17 October 2015, 19:01:38 UTC
2fc1191 simplified display gaze filter. 17 October 2015, 14:42:34 UTC
38bdcd6 Added signal smoothing for gaze visualization (OneEureFilter) 15 October 2015, 15:26:08 UTC
193c463 Merge branch 'binocular_calibration' 15 October 2015, 14:45:45 UTC
31a8c07 typofix 15 October 2015, 14:35:49 UTC
e7b642b updated remaining calibration methods to binocular 15 October 2015, 13:26:59 UTC
00453a0 added switch between simple binocular mapping and multivariate binocular mapping 15 October 2015, 12:55:11 UTC
3f31c1e adusted plugin "show_calibration" for binocular 15 October 2015, 10:57:38 UTC
1307017 added fallback to monocular mapping 15 October 2015, 09:55:45 UTC
back to top