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

sort by:
Revision Author Date Message Commit Date
c3fcba5 fixed bugs in player export 11 June 2015, 19:47:02 UTC
e0add53 fixed and simplified pyx compilter for bundle workflow 11 June 2015, 10:05:34 UTC
84b6bb2 Merge branch 'v0.5_restruct' of http://github.com/pupil-labs/pupil into v0.5_restruct 11 June 2015, 13:27:55 UTC
56723fb adding pyx_compiler import scripts 11 June 2015, 13:27:39 UTC
dedd72e pyx_compiler now only look in pupil_src. 11 June 2015, 08:53:35 UTC
b244251 fixed bug that corruped the bundle. 11 June 2015, 08:28:47 UTC
d1f3122 apply timestamp correction based of measured delay. 10 June 2015, 15:58:05 UTC
ea15646 updated text for logger. 10 June 2015, 15:38:28 UTC
1f95965 exports gaze and fixation data for offline surfaces. 10 June 2015, 15:36:16 UTC
11762e0 incremental commit. 10 June 2015, 10:14:01 UTC
419ad2d moved info text a bit to the side. 10 June 2015, 08:06:29 UTC
25252c9 don't use video src by default. 08 June 2015, 07:52:56 UTC
60d1e97 cleanup. 06 June 2015, 20:29:37 UTC
b824da1 bug fix for export. 06 June 2015, 20:29:25 UTC
71cbc44 updated dev video path. 06 June 2015, 16:29:37 UTC
f463ba6 make player work with v0.3 and v0.5 recordings. 06 June 2015, 16:25:18 UTC
50e5dcd changed strategy of data saving fro player again: We don't map gaze data in player like the change introduced recently. Instead we save gaze and pupil positions in a `pupil_data` pickle file. This keeps all references between gaze and pupil_positions. Mapping the data again in Player is not favourable because a change in calibration during the recording would not be reflected in the playback and the added complexity is not desirable. 06 June 2015, 15:58:12 UTC
8ea85cb remap gaze based on min_confidence. 06 June 2015, 15:15:04 UTC
6fb85d5 correlate gaze now references the other way. 05 June 2015, 20:59:22 UTC
509c1a5 correlate data now also references the other way. 05 June 2015, 20:58:44 UTC
9c24bbd added some statistics. 05 June 2015, 16:04:16 UTC
d0de66f added back ./npy format for users who do not use Pupil Player. 05 June 2015, 13:48:11 UTC
69ce453 added updates to exporter and batch exporter. 05 June 2015, 13:02:33 UTC
3b232c2 don't use the nay data to save data in recorder. Instead just pickle the pupil_postion dicts. This breaks the recoding format. Thus we got v0.5 05 June 2015, 11:05:38 UTC
65dbfe7 removed orphaned code. 05 June 2015, 09:43:01 UTC
7f45707 typo fix in comment 04 June 2015, 15:37:58 UTC
aa30a5f adding working version of fixation classifier. 04 June 2015, 15:34:20 UTC
0e25c6f clean up and small fixes. 04 June 2015, 15:33:52 UTC
3e1f04b added python compiler to player 04 June 2015, 09:41:00 UTC
69f136f added python compiler to bundle tool chain. 04 June 2015, 09:38:46 UTC
70f5f40 silence the compiler on useless info. Minor cleanup and tweaks 04 June 2015, 09:24:48 UTC
71cc21c changed gitignore 04 June 2015, 08:38:39 UTC
16ca3ff changes to gitignore 04 June 2015, 08:36:15 UTC
964d09a adding ctthon compile script. added build files to .gitignore 04 June 2015, 08:35:11 UTC
5cf2d61 added cython auto compiler 04 June 2015, 08:29:24 UTC
b05af64 minor UI tweaks 02 June 2015, 08:21:22 UTC
448e2eb minor improvements and version check on session_settings files. 02 June 2015, 08:15:38 UTC
a8d0c64 clear settings file if the code base has updated. 02 June 2015, 07:28:39 UTC
3c5724d menu configurations are now handled by the GUI and not the plugins. 02 June 2015, 07:18:43 UTC
4f82ac9 using recursive menu configurations we don't need to explicitly set menu configs for submnues any more. Just call the parent after the structure is set up. 01 June 2015, 17:14:29 UTC
eb3f884 support recursive configurations for submenus. 01 June 2015, 16:40:03 UTC
d1b6312 uvc control bugfix. 01 June 2015, 11:51:06 UTC
06c43c1 Merge branch 'unified_capture_backend' 01 June 2015, 11:05:12 UTC
d5882d8 stated implementation of fixation detector. 29 May 2015, 14:29:31 UTC
ed73002 updated Audio module warning level. 29 May 2015, 07:52:27 UTC
663f7fe sleep before process spawn is no longer required. 26 May 2015, 09:03:02 UTC
dbbee0b leaner comment. 26 May 2015, 09:02:35 UTC
03d027c Merge branch 'unified_capture_backend' of https://github.com/pupil-labs/pupil into unified_capture_backend 25 May 2015, 11:58:32 UTC
af4ed22 adding debian preinst script to add udev rules for access of webcams. 25 May 2015, 11:58:19 UTC
3da710a remember capture settings. 25 May 2015, 09:51:51 UTC
e2bacc7 updated license text 25 May 2015, 09:50:06 UTC
b3d34c0 Basic implementation of UVC controls menu. 22 May 2015, 10:49:47 UTC
5f30619 remember window position 21 May 2015, 08:58:29 UTC
dfec4f7 Merge pull request #148 from smurakami/retina-display Enabled seeking bar on retina displays 21 May 2015, 08:37:11 UTC
2eef780 let manual gaze correction work on all data points at once. This will make its changes propane to offline markers detector methods. 21 May 2015, 08:17:07 UTC
bd2280b fixed loading for <v0.4 recordings 21 May 2015, 08:16:22 UTC
b398d3e make offline reference surface always recalculate gaze_data form g_pool instead of local cached results. 21 May 2015, 07:15:19 UTC
d3f476b added recording pupil_positions to player g_pool. 21 May 2015, 07:14:26 UTC
6bc961f renamed g_pool variables in player: positions_by_frame -> gaze_positions_by_frame. renamed event['pupil_positions'] to 'gaze_positions'. renamed gaze_positions['norm_gaze'] to 'norm_pos' 20 May 2015, 17:36:14 UTC
6b01693 removed unused plugin 20 May 2015, 17:33:39 UTC
973a3d3 remove the wait. we not need it with the new backend. 20 May 2015, 16:11:58 UTC
39e8683 removed bugs from new capture backend binding. 19 May 2015, 14:29:20 UTC
c9cc202 more work on backend. 18 May 2015, 13:41:32 UTC
1e54f47 remember window pos 18 May 2015, 13:40:49 UTC
1e10872 move cap.close to past window closing. 18 May 2015, 09:13:20 UTC
d6890f7 added pyuvc backend. 18 May 2015, 09:12:42 UTC
afd7110 wait is no longer needed. 18 May 2015, 09:12:09 UTC
dea2c38 removed platform specific backends. Introduced unified pyUVC backend. 15 May 2015, 14:12:07 UTC
3bac9f8 enabled seeking bar on retina displays 12 May 2015, 20:45:25 UTC
145b8b4 removed rec dir from g_pool for capture as it should not be used. Instead this is now a settable var in recorder plugin. related to #121 07 May 2015, 16:30:15 UTC
5ec88a2 added control as proposed in #132 . Cleaned up some code 07 May 2015, 09:00:38 UTC
178323a updated screen marker calibration and accuracy test. 07 May 2015, 08:29:08 UTC
293843a remote and server now detach before binding to new address. 30 April 2015, 08:52:39 UTC
72d753f auto re_init camera to recover from errors * for failed frame grabbing * for failed camera init 28 April 2015, 11:18:52 UTC
801f77d fixed issue #143 23 April 2015, 15:02:45 UTC
423bddb adding audio back to recorder. 23 April 2015, 14:24:42 UTC
c9e2ca3 added high-speed eye cam 22 April 2015, 15:45:00 UTC
7ce1186 fixed format planes. 22 April 2015, 15:38:00 UTC
a010665 solved #134 22 April 2015, 15:22:21 UTC
25c70d4 fixed camera info text formatting 22 April 2015, 14:02:58 UTC
00b11d5 changed info text formatting 22 April 2015, 13:59:52 UTC
2d91199 Merge branch 'master' of https://github.com/pupil-labs/pupil.git 22 April 2015, 13:57:47 UTC
860c967 removed size selection for video 22 April 2015, 13:56:18 UTC
37ca543 Merge branch 'master' of https://github.com/pupil-labs/pupil 22 April 2015, 11:52:52 UTC
75d0c87 updated pupil_remote plugin 22 April 2015, 11:52:42 UTC
c17e0e2 unified calibration toggle fn 22 April 2015, 11:52:24 UTC
9423f34 added first gui controls improved error handling 21 April 2015, 15:12:07 UTC
0a6977d fixing issue: #137 21 April 2015, 08:42:42 UTC
ece0a15 frames are cached for multiple use eye overlay works again 18 April 2015, 16:13:44 UTC
dec35d8 Merge branch '3d_calibration' 17 April 2015, 11:15:12 UTC
a730c64 catch division error as potential pitfall. 17 April 2015, 11:01:19 UTC
ac234b0 fix bug and improved default values. 17 April 2015, 10:43:36 UTC
bb5d983 cosmetics. 17 April 2015, 09:03:41 UTC
bcdf8a4 fixed zero division bug in world 16 April 2015, 16:18:40 UTC
142407f Merge branch 'master' of https://github.com/pupil-labs/pupil.git 16 April 2015, 16:15:23 UTC
75fec33 added opencv_ffmpeg dependency to bundle 16 April 2015, 16:14:41 UTC
fc5c06e fixed recording issue for windows bundle 08 April 2015, 13:09:15 UTC
bf6349e fixed version script bugfix 23 March 2015, 09:31:27 UTC
e09f71f fixed version script bug 23 March 2015, 09:28:20 UTC
5202076 Merge branch 'master' of https://github.com/pupil-labs/pupil 16 April 2015, 10:39:12 UTC
back to top