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

sort by:
Revision Author Date Message Commit Date
39a0381 enable retina support for MacOS. 04 April 2017, 14:42:44 UTC
bf94e31 pyinstaller fix. 04 April 2017, 13:24:40 UTC
686f6e8 make offline surface tracker event identical to surface_tracker events. 04 April 2017, 13:22:59 UTC
a89a4fe renamed var to fix #684 . 04 April 2017, 12:01:38 UTC
753a09f load calibration plugins appropriately (#679) * load calibration plugins appropriately. * Allow runtime capture managers. 04 April 2017, 11:36:36 UTC
455808c partial version of #686 without custom dict class (#689) * Immutable dicts and msgpack as file format (#686) * Save/load with msgpack instead of pickle and use of Immutable_Dict * Remove dict type requirement for when loading surfaces * Require pyglui >= 1.3 * Load gaze mappers with start_plugin notification * Make immutable object unpacking opt-in + other follow-ups to comments in #686 * remove printline * replace direct add with notification * remove light dict. Just cover transition to msgpack in the branch. * session settings need to not allow legacy files. * rm print * warn when saving np.array * bugfixes to np.array serilisation warnings. * impovements to printout of stack_trace 04 April 2017, 11:26:21 UTC
db95aac Pupil Mobile h.264 streaming (#624) * Required changes for h264 streaming. Requires pyndsi 0.2.15 * Rename NDSI source selection label * H264 Writer. Writes raw h264 packets to file. * Calculate NDSI source framerate from NDSI Frame Rate control * Use ndsi H264 writer * Wait for I-frames before starting recording * Revert delayed recording * Move timestamp file writing to AV writers * Replace Timestamp_Writer mixin with global function 04 April 2017, 08:27:24 UTC
cc7a084 Improvements on #661 (#688) * Consistent ui scaling across different monitor pixel densities (#661) * Screenmarker using framebuffer size * Adjust graph sizes * Debug message for frame changes * Fiz initial frame buffer size for eye processes * Set default UI scale to HDPI factor * pyglui ui scale = user scale * hdpi factor * Set min/max for ui scale slider * Dynamically adopt screen scale changes (e.g. running on a Retina display) * improvements to PR. 02 April 2017, 19:59:59 UTC
d19554f Fix accuracy test #682 Old version used depracted update() method instead of recent_events() 27 March 2017, 07:32:48 UTC
aaf6c6b Merge pull request #680 from euryalus/blinks Blinks 25 March 2017, 20:06:30 UTC
8ab6227 Need to have a float as activation, as otherwise the world process crashes 24 March 2017, 09:58:22 UTC
d4b96bf Restored .gitignore from pupil-labs 24 March 2017, 09:23:57 UTC
cfa9011 Restored .gitignore from pupil-labs 24 March 2017, 09:21:26 UTC
3ca76e7 Restored .gitignore from pupil-labs 24 March 2017, 09:19:53 UTC
500e522 added pycharm to gitignore 24 March 2017, 09:04:05 UTC
9a56bab Changed code to prevent activations to be Nan. Corrected some typos in the comments 24 March 2017, 09:02:56 UTC
0668462 slight refactor for more redability. 18 March 2017, 19:05:43 UTC
11600c4 pickle in py3 is faster from buffer then from string. 18 March 2017, 18:41:33 UTC
27a0eb1 pupil data becomes very big during long recordings. The commit improves memory consumption during export. Fixing #664 at least in parts! 17 March 2017, 17:06:56 UTC
8efa7a4 fixing #668 17 March 2017, 15:57:13 UTC
0bb3990 fixed wrong initialiser for gaze mapper. 17 March 2017, 15:33:21 UTC
4879a68 fixed typo 14 March 2017, 09:39:07 UTC
5bc563b adding WIP 3d HMD calibration plugin. 14 March 2017, 09:37:55 UTC
7f27258 simplify seek logic. 13 March 2017, 09:22:47 UTC
15e4494 removed non working fast seek. 13 March 2017, 09:21:56 UTC
3a17036 fix typo for chat link 09 March 2017, 14:05:00 UTC
9a9a492 transition to DiscordApp for chat 09 March 2017, 14:03:19 UTC
d349c74 fixed a bug that prevented hmd_calibration to sample pupil positions. 09 March 2017, 12:42:32 UTC
9fdc274 Merge pull request #662 from Aeefire/master FIX issue #598 07 March 2017, 10:22:17 UTC
a6c6a59 Update gaze_mappers.py 07 March 2017, 10:21:49 UTC
a34e2ae FIX issue #598 min/maxing to in an integer value caused an integer to be returned in the edge case, instead of the wanted float 07 March 2017, 10:12:28 UTC
3537c3c Merge pull request #660 from papr/audio_source_selector Audio source list refresh on selection 06 March 2017, 11:11:31 UTC
5332b2a Merge pull request #659 from papr/master Fix Unicode Decode Errors 06 March 2017, 11:11:18 UTC
d8b0370 Revert stdout decoding in favor of clean PR 06 March 2017, 09:02:30 UTC
83430ff Revert audio device selection getter in favour of splitting PRs 06 March 2017, 08:53:45 UTC
4b98ac6 Fix Unicode Decode Errors and use selection getter for Audio recording inputs 06 March 2017, 08:53:45 UTC
c053f0f Audio source selection getter 06 March 2017, 08:47:46 UTC
37e2720 Revert audio device selection getter in favour of splitting PRs 06 March 2017, 08:45:22 UTC
a6b70cc Merge pull request #652 from papr/ellipse_vis Visualize detected pupil ellipses in eye video overlay 06 March 2017, 07:59:34 UTC
bb95655 Merge pull request #657 from papr/fix651 Fix broken Audio Modes in Capture 0.9.1 linux bundle 03 March 2017, 18:54:28 UTC
046a9ab Merge pull request #654 from papr/fix637 Fix fixation detector bug by setting sample_threshold depending on cpature frame rate 03 March 2017, 18:54:01 UTC
66f7ca4 Update README.md 03 March 2017, 18:51:20 UTC
9128b50 Fix Unicode Decode Errors and use selection getter for Audio recording inputs 03 March 2017, 17:17:48 UTC
789c970 Fixes #651 platform.linux_distribution() returns different values when running from bundle 03 March 2017, 15:58:41 UTC
f990b24 Fixes #637 by setting sample_threshold depending on cpature frame rate 03 March 2017, 10:04:11 UTC
1186f26 Visualize detected pupil ellipses in eye video overlay 02 March 2017, 14:35:28 UTC
974abd9 Remove unwanted debug print from player/main.py 02 March 2017, 13:09:00 UTC
f26dca5 Create a calibration.calibration_data notification when starting a recording if a previous calibration was found 02 March 2017, 12:37:35 UTC
02008dd save surfaces to file on change. 02 March 2017, 10:55:22 UTC
7d5affe remove redundant check. 02 March 2017, 10:55:12 UTC
7c29ec5 fixing typo that prevented conversion. Fixing #634 and #650 01 March 2017, 16:22:28 UTC
7039ead do not save `user_calibration_data` instead make this a notification that is automatically saved in pupil_data together with a timestamp. This fixes #649 and allow us to save multiple calibration data in one recording session. 01 March 2017, 13:33:04 UTC
3e3e310 adding invert images to offline marker detector. 01 March 2017, 11:09:43 UTC
06803eb fixing version format checking. Version bump of pyuvc. 01 March 2017, 07:53:49 UTC
739b466 fix multiprocessing for linux bundles. 27 February 2017, 13:34:05 UTC
a9f1aaf fixing #641 by avoiding the use of seek_fast. This could be improved later but for me seeking mjpeg files work much better this way. 24 February 2017, 09:07:23 UTC
2b27eb4 fixed fn call for profiler. 24 February 2017, 09:02:48 UTC
0f59ed5 Merge pull request #642 from papr/camcalib Fixes deprecated camera calibration format #639 23 February 2017, 13:41:13 UTC
5a78154 improve on warning text. 23 February 2017, 13:41:04 UTC
a48e3c7 Set camera_calibration to None in case of deprecated format 23 February 2017, 10:51:05 UTC
72a6e72 Fixes #639 22 February 2017, 17:55:42 UTC
0eb4cc8 Merge branch 'master' of https://github.com/pupil-labs/pupil 20 February 2017, 14:01:17 UTC
c318917 updated example code. 20 February 2017, 14:00:59 UTC
7f928fb Merge pull request #636 from pupil-labs/player_fixes Player fixes 20 February 2017, 10:23:38 UTC
08b2118 introduce v0.9.1 rec format as we need to write a `data_format_version` key into meta_info 20 February 2017, 10:04:21 UTC
7c12338 use oads/dumps again. 20 February 2017, 10:00:36 UTC
b1522ae remove whitespace 20 February 2017, 09:49:50 UTC
ad7cab6 fixes to recording version format handeling. removed g_pool.rec_version. Use g_pool.meta_info instead. Cleaned up update recording logic. 20 February 2017, 09:38:34 UTC
3f142b9 added comment. 17 February 2017, 19:39:16 UTC
df5eaa5 using forkserver fixed problems with exports for both mac and linux. 17 February 2017, 19:31:23 UTC
a78e44e cancel export on close of launcher plungin 17 February 2017, 19:20:29 UTC
11ed559 refactor imports. 17 February 2017, 19:16:57 UTC
50ce35f fix memory overflow problem with multiprocessing in linux. Use native python types instead of np.array for marker entries. 17 February 2017, 18:48:21 UTC
e1ecc49 remove unused code 17 February 2017, 18:47:30 UTC
b9ce88a join cacher with timeout. 17 February 2017, 18:46:58 UTC
bf972b1 untesting spawn 17 February 2017, 15:23:27 UTC
e32e783 testing spawn for linux 17 February 2017, 14:37:25 UTC
92ad68b update to new plugin api 17 February 2017, 14:35:12 UTC
7df936a namespace and import cleanup. 17 February 2017, 14:27:29 UTC
6df2931 use namespace. 17 February 2017, 14:22:12 UTC
1e7ca24 use mp context. 17 February 2017, 14:14:23 UTC
3c5a240 update exporter plugin api 17 February 2017, 14:04:11 UTC
dda27c3 use mp context and thus fix video exporter for mac os. 17 February 2017, 14:03:57 UTC
85ba470 fixed wrong meta info var name. The cause rec updating to happen every time a recording is opened instead of once per recording. 17 February 2017, 14:02:37 UTC
125e738 type check input for debuging. 17 February 2017, 10:54:03 UTC
ac5cbcc use new plugin api 17 February 2017, 10:10:02 UTC
aacbd07 dont open debug window by default. 17 February 2017, 10:09:50 UTC
38ca961 fixing #628 16 February 2017, 16:55:31 UTC
c3bef77 turn on compiler optimisation for extension module. 16 February 2017, 10:44:53 UTC
904504e more finetuning for 14.04 16.04 compatebilty. 16 February 2017, 10:10:34 UTC
0d1d98f updating linux bundle code. 16 February 2017, 09:56:28 UTC
950d8ba make img private for fake capture. 16 February 2017, 08:42:59 UTC
53f9721 finetune the sleep times for failure states. 16 February 2017, 08:42:29 UTC
bf3be07 gray out the image only when capture in not online. 16 February 2017, 08:42:12 UTC
8655223 updated docs. 16 February 2017, 08:09:49 UTC
7103c82 lintering 15 February 2017, 10:19:37 UTC
cc44309 never import setup explicitly as is pollutes the bundle. 15 February 2017, 09:20:37 UTC
6d67ad8 Merge branch 'master' of https://github.com/pupil-labs/pupil 10 February 2017, 09:37:04 UTC
c097bb6 fixed eye recording. 10 February 2017, 09:36:54 UTC
b0bd19a Merge branch 'master' of https://github.com/pupil-labs/pupil 10 February 2017, 08:30:24 UTC
back to top