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

sort by:
Revision Author Date Message Commit Date
50c879f Merge pull request #1682 from papr/pts-export Export pts in *_timstamps.csv file 04 November 2019, 12:29:56 UTC
ac27514 Add warning regarding 1 frame -> 1 packet assumption 04 November 2019, 12:22:55 UTC
8259067 Only export timestamps if at least one frame was written 04 November 2019, 12:21:00 UTC
5c269fa Read pts from exported video 04 November 2019, 11:02:56 UTC
042606c Cleanup imports 04 November 2019, 09:35:37 UTC
00790a3 Merge pull request #1716 from pupil-labs/shutdown-service-used-port Correctly shutdown Service if port is already in use 04 November 2019, 09:25:10 UTC
920b124 Merge pull request #1717 from pupil-labs/add-windows-bat-cli Forward CLI args of windows run_*.bat files appropriately 04 November 2019, 09:24:02 UTC
3e47d25 Merge pull request #1715 from pupil-labs/fix-service-display-none-port Fix `None` port in Pupil Service 04 November 2019, 09:23:43 UTC
10f44d3 Merge pull request #1718 from pupil-labs/cli-arg-docs Add documentation for CLI arguments 04 November 2019, 09:22:19 UTC
e49bd48 Merge pull request #1719 from pupil-labs/fix-PI-gaze-zero-issue Fix corrupted gaze data from latest PI recordings 04 November 2019, 09:20:26 UTC
c805106 Bump info file version to 2.1 04 November 2019, 09:05:36 UTC
4dade44 Don't copy read-only properties 04 November 2019, 08:55:49 UTC
1f1e295 Fix trying to call property 04 November 2019, 08:55:19 UTC
6c740dd Match intersection of properties, not union 04 November 2019, 08:43:39 UTC
620298e RecordingInfo: Use clear variable names 04 November 2019, 08:43:22 UTC
388033a [WIP] meta_version 2.1: upgrade corrupted recordings 01 November 2019, 16:26:39 UTC
b962c91 Make glob pattern even more specific by only allowing digits Also update comment 01 November 2019, 13:29:51 UTC
78b4d54 Make PI raw gaze glob pattern more specific This is important because there was an additional debug file introduced to PI recordings, called `gaze_right ps*_timestamps.npy` which (currently) only contains zeros. With the previous pattern we intended to match all gaze files for multipart recordings, but now we would include these erroneous zeros, leading to jumps in the gaze data. 01 November 2019, 13:21:49 UTC
3e09a92 Add documentation for CLI arguments 31 October 2019, 16:31:45 UTC
8f58dda Forward CLI args of windows run_*.bat files appropriately 31 October 2019, 16:10:28 UTC
c369940 Correctly shutdown Service if port is already in use The problem was that the shutdown of Service would be so fast that the eye processes were not started up completely. Thus the cleanup at the end of Service was not received by the eye-processes yet and they would be kept alive. Preventing the eye processes from starting in case of an initialization failure was way easier to implement and provides better UX than waiting for the eye processes to finish startup before shutting down Service. 31 October 2019, 14:33:16 UTC
be8777b Set remote port only via CLI, not from session settings In most cases you don't want the port to get saved in the settings anyway, especially since capture will generate a random free port when the default port is in use. * Removes port interface of Pupil_Remote * Moves default port settings to CLI arg defaults 31 October 2019, 12:52:32 UTC
08139ab Merge pull request #1713 from pupil-labs/ctrl-c-shutdown Handle keyboard interrupts gracefully 31 October 2019, 11:57:21 UTC
735e67c Merge branch 'public/master' into ctrl-c-shutdown 31 October 2019, 11:40:47 UTC
e46c7b6 Add interrupt handling to tasklib 30 October 2019, 17:39:13 UTC
0dfe05b Merge pull request #1712 from pupil-labs/hide-ui Hide ui 30 October 2019, 17:09:20 UTC
b9c6463 Only log unknown args when there are actually args 30 October 2019, 17:01:29 UTC
1b309ff Merge branch 'hide-ui' into ctrl-c-shutdown 30 October 2019, 16:58:26 UTC
b5602f9 Merge pull request #1669 from ChingT/fix_head_pose_tracker Fix head pose tracker 30 October 2019, 16:57:35 UTC
f981c34 Don't call glfwRestoreWindow when --hide-ui is set Otherwise the windows will briefly flash on quit on windows. 30 October 2019, 16:57:35 UTC
d3c1f80 Use two threads for apriltag detection 30 October 2019, 16:55:45 UTC
4d36d38 Add .msgpack suffix for consistency 30 October 2019, 16:48:27 UTC
9992075 Merge pull request #1714 from pupil-labs/service_binocular_default Service: Start both eye processes by default 30 October 2019, 16:38:15 UTC
71faf9b Add better CLI description for service Suggestion from code review Co-Authored-By: Pablo Prietz <pablo@prietz.org> 30 October 2019, 16:36:17 UTC
b0f5835 Print help message on error in PupilArgParser 30 October 2019, 16:33:27 UTC
955fdbe Service: Start both eye processes by default 30 October 2019, 16:19:45 UTC
4bf2a6d Make unknown CLI argument logging more explicit (warning) 30 October 2019, 15:52:52 UTC
1f74321 Remove --hide-ui flag from player app 30 October 2019, 15:50:55 UTC
9d6bdad Add hide-ui flag to pupil service 30 October 2019, 15:48:47 UTC
e7a331e Handle keyboard interrupts gracefully 30 October 2019, 15:38:40 UTC
b25fc60 Merge pull request #1711 from pupil-labs/revert-upgrade-deprecated-meta-info Remove support for updating deprecated recordings 30 October 2019, 13:12:12 UTC
44c8468 Fix recording type detection for deprecated recordings 30 October 2019, 13:06:24 UTC
d1ec21b Give hint to open deprecated recordings in Player v1.17 30 October 2019, 13:05:39 UTC
1eff1b2 Disable --hide-ui by default 30 October 2019, 12:26:00 UTC
ea9da0d Revert "Hide console for Capture/Player bundles on Windows" This reverts commit cf0b93b9aeb0dbfb00bc62d7cfdd46d671c9b1e2. 30 October 2019, 11:01:02 UTC
1727cd4 Revert "Add simple ui hide/show notifications to world and eye main windows" This reverts commit 59f8585194ba76ff7dacb11fdc00c8153e4944d3. 30 October 2019, 10:55:52 UTC
a02debc Rename --hideui CLI argument to --hide-ui 30 October 2019, 10:38:42 UTC
e76ddb6 Make launchable_args clearer and wrap into class 30 October 2019, 10:30:35 UTC
5969f51 Fix bundle not working: missing app in parsed args 30 October 2019, 10:01:54 UTC
baff8ba Revert "Merge pull request #1668 from papr/upgrade_deprecated_meta_info" This reverts commit 27f9153effd04cc160666416386e83989509a677, reversing changes made to 64a3ac418747b7789b7a1e2bf4d52bfc66ad91e9. 30 October 2019, 09:13:10 UTC
cf0b93b Hide console for Capture/Player bundles on Windows 30 October 2019, 08:48:06 UTC
99e89c6 Merge branch 'argparse-refactor' into hide-ui # Conflicts: # pupil_src/main.py # pupil_src/shared_modules/launchable_args.py 30 October 2019, 08:29:50 UTC
59f8585 Add simple ui hide/show notifications to world and eye main windows 29 October 2019, 15:35:02 UTC
2d256f7 Format consistently 29 October 2019, 10:59:36 UTC
6f97630 Make launchable_args clearer - main.py does not arguments anymore when running from source except the app. - Every app is it's own subparser. - When running from bundle, the app's subparser will be used as main parser. - Handling default arguments now utilizes .set_defaults() 29 October 2019, 10:48:23 UTC
d03ef67 Merge branch 'master' into hide-ui 29 October 2019, 08:36:42 UTC
3ec57d2 Merge pull request #1708 from pupil-labs/except_exception Do not catch system exceptions 29 October 2019, 08:30:41 UTC
a0d4576 [WIP] Trying to make hideui CLI flag work in subparsers 28 October 2019, 16:50:06 UTC
a1fd3de [WIP] Trying to make hideui CLI flag work in subparsers 28 October 2019, 16:45:48 UTC
78f4e05 Parse hide-ui CLI argument 28 October 2019, 15:48:46 UTC
a03a6f7 Better naming for argparser: general args vs main args General args apply to all main/capture/player/service e.g. python main.py --version capture => works or python main.py capture --version => works Main args only apply to main: e.g. python main.py --debug capture => works python main.py capture --debug => has no effect 28 October 2019, 15:44:02 UTC
36870db Merge remote-tracking branch 'pl/release-candidate-v1.17' 28 October 2019, 13:50:55 UTC
12e7832 Do not catch system exceptions 25 October 2019, 07:49:31 UTC
5a872c8 Merge pull request #1706 from papr/save_surface_def_on_add Save surface definition on add 24 October 2019, 14:45:09 UTC
0936ae5 Save surface definition on add 24 October 2019, 14:28:32 UTC
957ce4b Merge pull request #1705 from papr/py3.6.0-compat Python 3.6.0. compatibility 24 October 2019, 14:05:47 UTC
3e12f9e Python 3.6.0. compatibility Adding methods in T.NamedTuple is only supported in Python 3.6.1+ The Linux bundle uses Python 3.6.0 though. 24 October 2019, 14:00:22 UTC
6a56952 Merge pull request #1704 from pupil-labs/fix-PI-raw-time-mismatch Gracefully handle mismatches between time and raw for PI recordings 24 October 2019, 13:35:24 UTC
e409bf7 Gracefully handle mismatches between time and raw for PI recordings There have been reports of 1 frame missing in raw data compared to the timestamps. Here we skip the last timestamp in this case. 24 October 2019, 13:28:25 UTC
e91b766 Merge pull request #1703 from papr/marker_detector_param_ui Ubuntu deployment: Change path for manually installed glfw 24 October 2019, 11:51:52 UTC
98a179d Ubuntu deployment: Change path for manually installed glfw 24 October 2019, 11:48:53 UTC
631359b Merge pull request #1702 from pupil-labs/fixed-heatmap-export-dimension Fixed heatmap export dimension 24 October 2019, 11:34:09 UTC
d054d29 Don't export heatmap with alpha channel 24 October 2019, 10:39:01 UTC
582168f Export heatmap with min dimensions of 2000 px Resolution is calculated based on aspect ratio of real-world-size. 24 October 2019, 10:38:17 UTC
4bd90c8 Merge pull request #1700 from papr/marker_detector_param_ui Support multiple AprilTag families and configurations 24 October 2019, 09:52:25 UTC
3b86256 Merge pull request #1701 from papr/missing-deps-ubuntu-17 Add missing dependencies for Ubuntu <=17 24 October 2019, 09:34:53 UTC
4fbd7b6 Add missing dependencies for Ubuntu <=17 24 October 2019, 08:39:17 UTC
f718176 Correct typo 24 October 2019, 07:38:35 UTC
b60637c Remove highly inaccurate apriltags family tag16h5 again Nobody should ever use this, as it detects markers just in random places across the image. 24 October 2019, 07:37:51 UTC
49f1110 Do not recalculate cache on load Surface_Tracker.detector_mode property emitted notification, triggering cahce recalculation everytime even though it was not necessary. Moved notification emission to ui-changed params only. 24 October 2019, 07:51:54 UTC
d793d3b Remove Surface_Tracker.markers_unfiltered 23 October 2019, 18:14:00 UTC
f03ffed Attempt to fix freeze after surface edit on Windows 23 October 2019, 17:56:19 UTC
15ce284 Change marker type selector label 23 October 2019, 17:30:50 UTC
dd03304 Only filter legacy markers 23 October 2019, 17:29:18 UTC
6552b01 Remove filtering by marker confidence 23 October 2019, 17:28:58 UTC
0d192fd Apply black 23 October 2019, 17:27:49 UTC
325965d Merge pull request #1698 from pupil-labs/disable-eye-movement-detector Disable eye movement detector 23 October 2019, 15:40:53 UTC
44929c4 Save sharpening and quad_decimate values in marker cache This is backwards compatible! 23 October 2019, 15:38:48 UTC
ee8e8a7 Add support for new detector params in offline surface tracker 23 October 2019, 15:34:52 UTC
54c333f Sort imports 23 October 2019, 14:42:44 UTC
5494711 Add use_high_res and sharpen params to menu 23 October 2019, 14:40:28 UTC
7bf62f2 Add further apriltag family support 23 October 2019, 12:34:41 UTC
0003fa9 Only support one mode at a time 23 October 2019, 12:34:27 UTC
9e87e2b Rename classes Surface_Marker_Detector -> MarkerDetectorController Surface_Marker_Detector_Mode -> MarkerDetectorMode 23 October 2019, 09:20:59 UTC
a2acb0b Add support for multiple AprilTag Families 23 October 2019, 09:16:36 UTC
504a4cc Appy black 23 October 2019, 08:18:22 UTC
4d2f6a2 Disable eye movement detector 23 October 2019, 08:06:23 UTC
46948a4 Merge pull request #1697 from pupil-labs/fix-heatmap-online-gaze-history Fix heatmap history length setter not working 23 October 2019, 07:58:04 UTC
73fe537 Fix heatmap history length setter not working 23 October 2019, 07:47:39 UTC
654d39b Merge pull request #1696 from pupil-labs/fix-unstable-surfaces Fix unstable surface outlines 23 October 2019, 07:25:08 UTC
back to top