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

sort by:
Revision Author Date Message Commit Date
83f54d4 Merge pull request #923 from papr/disable_auto_trimmarks Disable Marker Auto Trim Marks and Batch Exporter plugins 09 November 2017, 10:13:19 UTC
4c5eb7f Disable Batch Exporter until refactor 09 November 2017, 09:11:53 UTC
e1cd728 Disable Marker Auto Trim Marks 08 November 2017, 11:10:53 UTC
d363a88 add settable eye translations for 3d hmd calibraiton 08 November 2017, 10:59:17 UTC
6c7539e add request for pupil software version in Pupil Remote. 08 November 2017, 10:58:57 UTC
465f02a Accuracy Visualizer: Remove unused scipy import 08 November 2017, 09:45:20 UTC
9fdda66 Merge pull request #922 from papr/fixes Fix crash when changing calibration method during calibration 07 November 2017, 16:55:33 UTC
37d8dbe Fix crash when changing calibration method during calibration 07 November 2017, 16:12:24 UTC
3666d29 Merge pull request #921 from papr/update_vis_on_change Scan Path: Update gaze positions on change 07 November 2017, 15:18:22 UTC
9653dd7 Merge pull request #919 from papr/hmd_calib_fixes HMD Calibration Improvements 07 November 2017, 15:18:07 UTC
9602438 Merge pull request #915 from papr/batch_exporter_fixes Fix invalid batch exporter argument 07 November 2017, 15:17:51 UTC
cf01345 Merge pull request #912 from papr/fixes Fixation detector improvements 07 November 2017, 15:16:33 UTC
f553c93 Scan Path: Update gaze positions on change Problem: Scan Path does not propergate changed gaze positions correctly. 07 November 2017, 15:10:34 UTC
82b05ea HMD Calibration: Make notifications consistent across 2d/3d variants 07 November 2017, 14:07:05 UTC
d2ce954 Service: g_pool.plugin_by_name adaptations 07 November 2017, 14:05:54 UTC
1b09ab1 Add hmd_cal_data to gitignore 07 November 2017, 14:05:12 UTC
4b24860 Exporter: Update recording before exporting video 07 November 2017, 11:00:23 UTC
debd737 Batch Exporter: Fix further typos and improve progress visualization 07 November 2017, 10:45:40 UTC
931714f Batch Exporter: Fix invalid exporter argument 07 November 2017, 10:36:11 UTC
60df7c5 Batch exporter: Remove legacy recording format support Assumes format to be newest version. Potential discussion: Should the batch exporter check recording data formats and upgrade if necessary? 07 November 2017, 10:18:24 UTC
afd7059 Batch Exporter: Fix typos 07 November 2017, 10:06:13 UTC
db1cf4c Fixation Detector: Do not allow to select max_duration < min_duration 07 November 2017, 09:54:33 UTC
462cb86 Use scipy's pdist function to calculate dispersion Uses the cosine metric and replaces the cv2.minEnclosingCircle + spherical coordinate dispersion method. 07 November 2017, 09:21:15 UTC
1a8236a Improve fixation binary search 07 November 2017, 09:18:55 UTC
0f22ebd Assert fixation constraints 07 November 2017, 09:17:31 UTC
5ad40e9 Improve fixation detection using minEnclosingCircle work-around 06 November 2017, 15:00:32 UTC
d783f57 Merge pull request #908 from papr/fix_detector_tooltips Fix wrong tooltips for detector menu icons 06 November 2017, 11:35:19 UTC
f8a7b93 Fix wrong tooltips for detector menu icons 06 November 2017, 10:08:18 UTC
67809a3 Fix progress calculation bug 06 November 2017, 09:42:04 UTC
3d86ab3 Fix index error when fixation timestamp > last fram's timestamp 06 November 2017, 09:35:28 UTC
e4e4a34 Merge pull request #904 from papr/fixes Decrease false negatives in fixation detector 03 November 2017, 15:04:35 UTC
69eb190 Revert fixation detector binning changes The changes made the visualization barely visible 03 November 2017, 11:56:37 UTC
85fd0cc Decrease false negatives in fixation detector 03 November 2017, 11:22:39 UTC
803252e Merge pull request #902 from papr/fixes Fix exception when double-canceling a background task. 03 November 2017, 09:11:43 UTC
bf60c4a Merge pull request #903 from pupil-labs/typo_fixes_reference_surface Typo Fix spelling of 'correspondence' 03 November 2017, 03:59:45 UTC
9c6b8b1 fix typos spelling of 'correspondence' 03 November 2017, 03:48:00 UTC
c9ca9d8 Fix exception when double-canceling a background task. 02 November 2017, 14:11:21 UTC
fdec194 Merge pull request #899 from papr/fixes Update opencv lib and include paths to match homebrew migration 02 November 2017, 08:33:14 UTC
7bcee84 more feedback on detection. Small fix on binning. 02 November 2017, 07:26:25 UTC
b1269ac remove outdated comment 02 November 2017, 07:26:03 UTC
8d72f80 Vis scanpath violates the non mutability rule of our data stream. With this fix it still does but at least not duplicate all gaze position each frame, making the app run out of RAM and CPU. 02 November 2017, 07:25:21 UTC
6f5ae3f Merge pull request #898 from papr/opd_fixes Offline Pupil Detector Fixes 01 November 2017, 19:01:29 UTC
79de190 Merge pull request #897 from papr/improve_pupil_minsize_default Change "Minimum Pupil Size" default from 30 to 20 01 November 2017, 19:00:18 UTC
749fba3 Update opencv lib and include paths to match homebrew migration 31 October 2017, 14:32:21 UTC
86783ee Fix bug where window would not be initialized properly ... if it was not visible. 30 October 2017, 14:17:02 UTC
264e418 Revise pupil progress detection calculation Infer progress from sample number instead from timestamps 30 October 2017, 14:16:12 UTC
b7d766e Improve progress calculation for offline pupil detection 30 October 2017, 10:40:45 UTC
98a6385 Fix event supply for Offline Pupil Detection 30 October 2017, 10:08:35 UTC
1761442 Change "Minimum Pupil Size" default from 30 to 20 30 October 2017, 09:34:55 UTC
9194ca1 Merge pull request #888 from papr/fixes Update eye process graph positions 27 October 2017, 10:56:42 UTC
3f2cddd Update eye process graph positions This makes the graph positioning consistent across all processes. 26 October 2017, 12:04:26 UTC
dc5f154 Merge pull request #886 from papr/fixes Use as many threads to transcode video as there are cpus 26 October 2017, 12:02:04 UTC
aa50598 Leave one cpu open for other calculations than video transcoding 24 October 2017, 18:03:26 UTC
c29e108 Use as many threads to transcode video as there are cpus 24 October 2017, 17:06:34 UTC
16e82c2 Merge pull request #885 from majoge/protocol-frame-format Added frame_publishing.set_format to Frame_Publisher 24 October 2017, 14:50:39 UTC
6c65479 Added frame_publishing.set_format to Frame_Publisher 24 October 2017, 14:35:35 UTC
ef99f24 Merge pull request #884 from papr/fix_mouse_pos_normalization Fix mouse position normalization 23 October 2017, 14:35:41 UTC
c55c737 Fix offline surface edit movement The mouse position normalization was calculated incorrectly. The window size was used instead of the camera render size. 23 October 2017, 13:51:26 UTC
a9bd635 Fix eye video overlay movement The mouse position normalization was calculated incorrectly. The window size was used instead of the camera render size. 23 October 2017, 12:43:42 UTC
58f02d8 Merge pull request #883 from papr/fixes Make camera intrinsics estimation a normal plugin 23 October 2017, 12:14:52 UTC
618181d Make camera intrinsics estimation a normal plugin It was a calibration plugin previously. 23 October 2017, 11:57:03 UTC
68827f8 Merge pull request #882 from papr/fixes Fix video export bug 23 October 2017, 10:25:36 UTC
08846e2 Fix video export bug Plugin_List was not initialized correctly 23 October 2017, 10:09:00 UTC
af33e9c Revert initial uncollapsed user timeline size This is required for the uncollapse to work properly. Merging pupil-labs/pyglui#68 will add proper collapse support to the Timeline_Menu 19 October 2017, 13:32:54 UTC
c83f913 Merge pull request #870 from papr/fixes Allow to pause offline pupil detection 19 October 2017, 08:08:43 UTC
fbe2d35 Merge pull request #869 from papr/mangazecorr Offline calibration improvements 19 October 2017, 08:07:13 UTC
49ceab7 Remove unused deepcopy import 19 October 2017, 08:06:53 UTC
8f6efdf Introduce settable gaze section labels 19 October 2017, 08:03:53 UTC
0ae6325 Revert "hide from timeline" feature The new timeline is resizable and scrollable. There is no urgent need to be able to hide sections from the timeline. 19 October 2017, 07:56:32 UTC
6a48e0b Correct code comment on producer-filled event data 19 October 2017, 07:50:09 UTC
d53a23b Add version field to manual gaze offset recording settings 19 October 2017, 07:46:39 UTC
7da7df8 Merge branch 'master' of https://github.com/pupil-labs/pupil 18 October 2017, 13:18:33 UTC
61f7e72 adding id field to monocular gaze mapper to make it consistent with dual_monocular_gaze_mapper. 18 October 2017, 13:18:24 UTC
70defd9 Merge pull request #875 from pointcontrols/master Add stream preset settings to Realsense backend 18 October 2017, 13:08:36 UTC
462e601 Add stream preset settings to Realsense backend Restrict available frame rate settings according to RS device limitation: Color frame rate should divide depth frame rate 18 October 2017, 11:53:27 UTC
c020668 Fix ui scaling for offline calibration + surface tracker timelines 17 October 2017, 17:39:57 UTC
2e28e80 Fix timeline ui scaling 17 October 2017, 15:49:34 UTC
253f09d Differentiate natural feature index visualisation Filled circle: Current frame belongs to natural feature Outline circle: Current frame index is near to natural feature index 17 October 2017, 15:27:41 UTC
669c480 Fix capture intrinsics setter 17 October 2017, 13:38:49 UTC
28752a1 Allow editing natural features only on actual frame 17 October 2017, 13:38:26 UTC
7088db8 Fix realsense offline visualization 17 October 2017, 12:59:57 UTC
7df9843 Jump to next natural feature 17 October 2017, 12:39:43 UTC
509d424 Fix missing attribute init in realsense backend 17 October 2017, 12:26:14 UTC
970104c Disable further dev-only code 17 October 2017, 08:40:26 UTC
d4aad24 Add possibility to hide gaze sections from timeline Fixes #857 partially 16 October 2017, 16:00:37 UTC
5600dcc Split toggle_play into should_play/pause notifications 16 October 2017, 15:18:30 UTC
8ee8045 Enable pupil detection pausing 16 October 2017, 13:44:17 UTC
1226fae Merge pull request #868 from papr/fixes Fix raw data exporter docs inconsistency 16 October 2017, 12:46:18 UTC
1b35761 Move pupil/gaze event addition to respective plugins 16 October 2017, 11:46:09 UTC
09ae14f Reintroduce manual gaze correction 16 October 2017, 10:07:45 UTC
b86a4af Fix raw data exporter docs inconsistency Fixes #866 16 October 2017, 07:45:18 UTC
3b3b7c8 revert accidental change. 16 October 2017, 07:22:42 UTC
21eeec9 refresh timelines in offline surface tracker. 13 October 2017, 13:01:10 UTC
d9e621c increment pyglui requirement to v1.9 13 October 2017, 12:43:03 UTC
b6c1a4e Merge pull request #864 from papr/timelines Timelines 13 October 2017, 12:40:23 UTC
ac669f1 Merge pull request #863 from pointcontrols/master Handle device disconnect in Realsense backend 13 October 2017, 12:40:13 UTC
1eb13f1 Merge master 12 October 2017, 18:43:06 UTC
915c0e6 Timelines, part 2 12 October 2017, 18:40:57 UTC
8cf65c6 Handle device disconnect in Realsense backend 12 October 2017, 12:26:38 UTC
3abd1cb Fix bug where intrinsics were not initialized properly 11 October 2017, 14:14:58 UTC
back to top