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

sort by:
Revision Author Date Message Commit Date
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
b9dd50f typo fixes to logging messages 10 February 2017, 08:30:15 UTC
b4d278d updated glfw location for linux 09 February 2017, 16:05:52 UTC
2348524 updates to bundle logic. 09 February 2017, 16:03:36 UTC
af908f9 upgrade bytes to unicode for pre v0.8.8 versions only 09 February 2017, 16:02:33 UTC
ea777da Merge branch 'master' of https://github.com/pupil-labs/pupil 09 February 2017, 10:33:49 UTC
e50bfd8 use recent_events instead of update. 09 February 2017, 10:33:44 UTC
05ea231 removing 'spawn' for Darwin in video_export process 09 February 2017, 10:33:18 UTC
be01c2f Merge pull request #618 from papr/fixes Preserve Capture Software Version in info.csv and display correct Pupil Capture version used to make the recording in Pupil Player GUI 09 February 2017, 10:12:28 UTC
68a1663 Preserve Capture Software Version in info.csv 09 February 2017, 10:04:14 UTC
edfdfa8 Merge pull request #616 from papr/fixes Merging into master - TODO test player with v0.3.x recording on macOS, Linux, Windows 09 February 2017, 09:01:45 UTC
d83d9f1 Fix typos and bad variable naming 09 February 2017, 08:55:01 UTC
20e5ee1 Fix Player recording upgrades 08 February 2017, 18:09:59 UTC
431beff Collapse all default plugin menus* by default * except General Settings and Capture Selection 08 February 2017, 15:58:21 UTC
f0e162d Fix reference_surface debug window on_close callback - Add note about potential issue concerning gethostbyname - Convert tabs to spaces in visualizer_3d 08 February 2017, 15:57:40 UTC
463b230 Fix attribute error in network_time_sync 08 February 2017, 14:03:00 UTC
a460431 Fix HMD Calibration tuple index error (#588) 08 February 2017, 13:44:55 UTC
6b12a22 Debug HMD Calibration 08 February 2017, 13:32:12 UTC
7e3a4c1 Fix wrong formatting character for ints 08 February 2017, 12:58:00 UTC
d669b42 Fix float indices 08 February 2017, 12:45:43 UTC
e4540c9 exclude libtasm.so from bundle 08 February 2017, 10:20:28 UTC
efc7633 decrease log level fiter for world and eye process. 06 February 2017, 17:17:59 UTC
a14bc29 Do not allow screen marker calibration to work without active capture source. 06 February 2017, 17:17:42 UTC
77ff28b Merge pull request #611 from papr/fixes Undo unwanted behaviour from previous commits 06 February 2017, 15:47:47 UTC
d6a6f0a Rename window titles to include "Pupil Capture" 06 February 2017, 14:03:03 UTC
5abeb5a Fix ui update bug 06 February 2017, 13:58:43 UTC
dcb8f99 Small typo 02 February 2017, 15:17:36 UTC
d934ccb Fix copy-paste error 01 February 2017, 17:16:42 UTC
b78454a Keep compile-on-change feature and supress extension install log 01 February 2017, 17:15:53 UTC
back to top