https://github.com/samtuhka/pupil

sort by:
Revision Author Date Message Commit Date
e67498d Merge pull request #437 from papr/csv Problem: CSV format not consistent 21 July 2016, 13:30:52 UTC
d6f19bb Apply last patch changes to exporter 21 July 2016, 13:21:49 UTC
b6fe2bd `update_recording_to_recent` renames old timestamp files 20 July 2016, 14:05:41 UTC
e10eb01 reverting the last set of billiard changes. 20 July 2016, 13:47:04 UTC
1796d27 revert last commit. 20 July 2016, 13:42:17 UTC
a2ba2aa another attempt to fix player on mac. 20 July 2016, 13:28:25 UTC
14e5f7d trying to run freeze support for player. 20 July 2016, 13:08:58 UTC
c3dc8c1 missing changes to removing billiard. We still require billiard for the offline marker cacher. 20 July 2016, 13:03:08 UTC
3d3565e dont use billiard in player anymore. 20 July 2016, 12:35:07 UTC
aabe2c8 Merge pull request #439 from pupil-labs/network_time_sync Network time sync 19 July 2016, 12:11:44 UTC
3b6a5a4 Merge branch 'master' into network_time_sync Conflicts: pupil_src/shared_modules/calibration_routines/finish_calibration.py 19 July 2016, 12:09:39 UTC
0cae767 typo fix. 19 July 2016, 10:28:53 UTC
e2d4c3a Merge pull request #441 from PolynomialDivision/master Fix notify_all 18 July 2016, 12:14:15 UTC
3eb2b8a Fix notify_all There is no self.notify_all in finish_calibration. So use g_pool.active_calibration_plugin.notify_all instead. 18 July 2016, 12:08:22 UTC
d508a97 add remote notification for recording should start/stop. The revives the old pupil sync behaviour. 15 July 2016, 13:49:31 UTC
6601ffe removed deprecated notification lable. 15 July 2016, 12:15:18 UTC
b5fe8c3 move network time sync functions from pupil_sync into time_sync plugin. This commit removes the Pupil_Sync plugin. All functions of Pupil Sync are taken over by Pupil_Groups and Time_Sync. 15 July 2016, 12:15:18 UTC
1ad4e65 adding self.host field, small fixes. 15 July 2016, 12:15:18 UTC
c75a986 adding missing field. 15 July 2016, 07:29:58 UTC
230c24d renamed fn. 15 July 2016, 06:48:36 UTC
ade0a73 allow groups plugin run run without gui. 15 July 2016, 05:23:35 UTC
c430add Update version number 14 July 2016, 16:32:11 UTC
26858df improve code signing for Macos. 13 July 2016, 14:39:24 UTC
93cab07 fixed bug in inversion code. 13 July 2016, 13:47:20 UTC
437ff50 Merge pull request #434 from papr/pg-clean `Pupil_Groups` Implementation (Clean history) 13 July 2016, 10:21:32 UTC
7377fc3 Apply suggestions 13 July 2016, 08:43:42 UTC
582b9dc Move Pyre setup/shutdown into local scope of thread loop. 08 July 2016, 08:02:02 UTC
5c1d182 Change log level for KeyErrors on Plugin imports 08 July 2016, 07:46:50 UTC
4d7d476 Small fixes 07 July 2016, 16:34:18 UTC
ba4c3c9 Set cvs delimiter to `,` for surface and fixation export Fix exporter 07 July 2016, 16:12:05 UTC
d10472f Move format updating to player_methods 07 July 2016, 16:03:39 UTC
d7705aa Rename `update` functions 07 July 2016, 13:09:15 UTC
6518459 accept lightweight tags for versioning. 07 July 2016, 12:53:55 UTC
de4c3e5 Read/write new info format 07 July 2016, 12:14:31 UTC
daf01c8 Introduce csv_utils 07 July 2016, 10:26:50 UTC
16d4908 fixed wrong key name. 07 July 2016, 09:46:21 UTC
333af6f writing into an object that already part of events is against the rules of the events dict. Removed offending line. 07 July 2016, 09:44:02 UTC
4b10f67 Temporal commit 06 July 2016, 14:49:48 UTC
524e1a6 Remove UI ping button. Add group member list. 06 July 2016, 13:11:26 UTC
054bc7d Documentation commit - Creates `Pyre` node with following headers: - "pub_address" - "sub_address" - "app_type" - Joins "pupil-groups” group by default. - Uses `remote_notify` functionality introduced in a652f81baf83. If the mapped value of the notification key `remote_notify` is equal to "all" the notification will be SHOUTed. Else it will use the value as peer uuid and try to WHISPER the notification to the respective peer. - Publishes all discovered notifications to the IPC backbone - Drops notifications which cannot be unpacked with msgpack or do not have "subject" key - Adds "discovery.peer" key with dictionary containing information: - "uuid": peer uuid - "name": peer name - "arrival_timestamp": time of arrival - "type: "SHOUT" or "WHISPER" 06 July 2016, 09:24:47 UTC
eab73f6 Pupil_Groups 06 July 2016, 09:05:48 UTC
4ca76e4 fixing #433 . 05 July 2016, 16:38:05 UTC
2b38ac2 Merge pull request #431 from papr/frame-publisher Frame Publisher plugin 05 July 2016, 14:32:39 UTC
ad3fd15 Add eye frame publishing 05 July 2016, 14:09:59 UTC
36034f0 Merge pull request #430 from papr/master No copy __raw_data__, assert on non-list/tuple 05 July 2016, 13:31:28 UTC
a966323 Implementation: Frame Publisher 05 July 2016, 13:30:29 UTC
65a0a93 No copy __raw_data__, assert on non-list/tuple 05 July 2016, 13:25:27 UTC
b013db9 Added option to send raw (unserialized data) as additional zmq msg frames. 05 July 2016, 10:15:03 UTC
8857db9 revisions to idle sleep utility. 05 July 2016, 07:44:58 UTC
55a8358 Merge branch 'master' of https://github.com/pupil-labs/pupil Conflicts: pupil_src/shared_modules/surface_tracker.py 04 July 2016, 17:10:04 UTC
443f041 fixing #429 04 July 2016, 16:57:14 UTC
a31131e Fixes #426 04 July 2016, 16:14:25 UTC
9b189ec removing Pupil Server from source. 04 July 2016, 15:55:02 UTC
7192d39 reapplying d2a70c89be6411ec134f6f00bedfbae8cff6268d 04 July 2016, 15:53:37 UTC
a671c3d Merge branch 'master' of https://github.com/pupil-labs/pupil 04 July 2016, 15:22:22 UTC
bb68d25 Fixes pupil-labs/pupil@#426 04 July 2016, 15:21:09 UTC
0791544 ipc_urls should be str objects not unicode. 04 July 2016, 15:20:55 UTC
4ae5ceb Merge branch 'caffeine' 04 July 2016, 13:42:26 UTC
e39924f Add os_utils with enable/disable idle sleep functions 04 July 2016, 13:32:34 UTC
709bf79 Remove Caffeine plugin 04 July 2016, 13:31:47 UTC
4844b20 Problem: OS X might start sleeping during recording (pupil-labs/pupil#414) Solution: Use built-in `caffeinate` utility to prevent this behaviour. State: - [x] Support OS X - [x] Start/stop `caffeinate` - [ ] React to notifications - [ ] User interface for options - [ ] Support other platforms 04 July 2016, 13:31:47 UTC
eb951a3 Problem: OS X might start sleeping during recording (pupil-labs/pupil#414) Solution: Use built-in `caffeinate` utility to prevent this behaviour. State: - [ ] Support OS X - [ ] Start `caffeinate` - [ ] React to notifications - [ ] User interface for options - [ ] Support other platforms 04 July 2016, 13:31:47 UTC
c54c4f5 Merge 04 July 2016, 09:01:07 UTC
e55f3f1 updated example. 04 July 2016, 08:43:39 UTC
a652f81 implementing remote_notify scheme. 04 July 2016, 08:43:30 UTC
3e2ceb9 updated comment. 04 July 2016, 08:42:51 UTC
77f9125 An alternative solution to the `socket random port binding in thread` problem. Create sockets in the main thread and pass as args to other threads. Never use the sockets in the main thread. 02 July 2016, 16:32:43 UTC
6fdb2d1 syntax fix. 02 July 2016, 12:56:00 UTC
f8dd551 if we wait we should not busy wait. 02 July 2016, 12:53:56 UTC
6ed4391 Attempting to fix #421 . 02 July 2016, 12:49:28 UTC
53b669c Rename message notification.should_doc and notification.doc to meta.should_doc / meta.doc . 30 June 2016, 14:46:33 UTC
f31dee6 rename main.py main to launcher . Improve doc strings. 30 June 2016, 14:46:33 UTC
1c7f2f4 adding script to bundle all apps. 30 June 2016, 14:46:33 UTC
71119be tweaking bandwidth levels for world cameras. Fixing #399 . 30 June 2016, 14:46:33 UTC
949d87b force more recent version of pyuvc 30 June 2016, 14:46:33 UTC
2b62cb3 fixed syntax error. 30 June 2016, 14:46:33 UTC
d80ee58 adding 3d location to surface event msg, fixing #410. 30 June 2016, 14:46:33 UTC
5056039 Fixing #403 : Adding GPL/LGPL licence files. 30 June 2016, 14:46:33 UTC
7c626d8 turning off parallel compilation as suggested in #405 . 30 June 2016, 14:46:33 UTC
d16d76c attempt a different solution for #409 30 June 2016, 14:46:33 UTC
1853488 attempt to fix #409 : Replacing the PUSH PULL message pipeline with REQREP for the hope of cleaner shutdown. 30 June 2016, 14:46:33 UTC
7a80427 Rename message notification.should_doc and notification.doc to meta.should_doc / meta.doc . 30 June 2016, 10:23:13 UTC
bf357d5 rename main.py main to launcher . Improve doc strings. 30 June 2016, 10:11:39 UTC
b269341 adding script to bundle all apps. 30 June 2016, 07:01:32 UTC
b2e1149 tweaking bandwidth levels for world cameras. Fixing #399 . 29 June 2016, 09:48:27 UTC
8d92ec1 force more recent version of pyuvc 29 June 2016, 08:52:57 UTC
d30f48e fixed syntax error. 29 June 2016, 08:52:34 UTC
8ca4580 adding 3d location to surface event msg, fixing #410. 28 June 2016, 15:13:55 UTC
eb3ed33 Fixing #403 : Adding GPL/LGPL licence files. 28 June 2016, 14:33:42 UTC
c96870d turning off parallel compilation as suggested in #405 . 28 June 2016, 14:26:59 UTC
40753b2 attempt a different solution for #409 28 June 2016, 13:42:48 UTC
0e202dc attempt to fix #409 : Replacing the PUSH PULL message pipeline with REQREP for the hope of cleaner shutdown. 28 June 2016, 12:36:12 UTC
ca2dfa4 Fix master merge 27 June 2016, 07:29:41 UTC
d127afb adding docs for data msg emited by world and service process. 27 June 2016, 07:17:34 UTC
fc207fd Merge pull request #385 from pupil-labs/zmq_ipc ZMQ IPC 25 June 2016, 08:12:02 UTC
d17159f merging changes from master into branch. 25 June 2016, 08:10:55 UTC
c1e8da4 adding option to use inverted fiducial markers for realtime surface tracker. 24 June 2016, 15:22:18 UTC
fa39554 show one confidence graph per eye 24 June 2016, 15:07:59 UTC
9875630 export pupil data example. 23 June 2016, 12:27:51 UTC
e2f3c12 dont overwrite detector if the current one is correct. 23 June 2016, 12:27:29 UTC
back to top