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

sort by:
Revision Author Date Message Commit Date
7d00741 Don't use glob on the full path If the path contains glob symbols (e.g. []) this will do bad things. So we only glob the files inside, but not on the path. Also I refactored the list-comprehension, because this way we don't have to instantiate the `Video(loc)` twice. 18 November 2019, 12:37:16 UTC
946f51c Merge pull request #1738 from pupil-labs/surface-cache-improvements Surface cache improvements 18 November 2019, 10:19:08 UTC
f128664 Merge pull request #1737 from pupil-labs/fix-square-marker-crash Fix broken function call for square markers 18 November 2019, 10:17:56 UTC
bc6a18f Cancel cache background process before starting a new one This would work fine, but log an exception on Windows. 18 November 2019, 10:08:43 UTC
72346a4 Dont recalculate surface cache when mode did not change Before the whole cache would be reset when just selecting the same detection mode again from the UI, e.g. when canceling the dropdown. 18 November 2019, 10:04:18 UTC
111bd10 Apply black 18 November 2019, 09:52:26 UTC
88488a3 Fix broken function call for square markers 18 November 2019, 09:26:29 UTC
a726df3 Merge pull request #1735 from pupil-labs/debug-pytest-crash Downgrade pytest to 5.2.2 15 November 2019, 16:13:18 UTC
29febf6 Downgrade pytest to 5.2.2 Currently there seems to be an issue where pytest 5.2.3 runs the calibration module (although this one is not tested). Since we don't have the dependencies setup yet on travis, this will crash. 15 November 2019, 15:33:38 UTC
cf8b845 Merge pull request #1730 from pfaion/travis-overhaul Let travis run pytest 13 November 2019, 10:27:19 UTC
a1601ce Let travis run pytest 13 November 2019, 10:22:32 UTC
1f215ff deb/control: Round installed size 11 November 2019, 12:29:06 UTC
fb5c594 Merge pull request #1727 from pupil-labs/pluginlist-unique-initialization Plugin_List unique initialization 11 November 2019, 10:19:25 UTC
f9fddc0 Filter plugin uniqueness in Plugin_List.__init__() See NOTE section in code. This basically duplicates some code of .add(), but this code operates purely on the classes, while .add() has already instances. 11 November 2019, 09:46:50 UTC
ac6e3ef Apply black 11 November 2019, 09:44:36 UTC
60af679 Merge pull request #1723 from pupil-labs/realsense-docs Realsense docs 06 November 2019, 12:22:04 UTC
ba63bfb Merge pull request #1724 from pupil-labs/fix-csv-test-windows Fix csv test not working on windows 06 November 2019, 12:20:07 UTC
01c14b0 Fix csv test not working on windows Python's csv library specifies that files passed to csv readers/writers have to be opened with `newline=""` or this won't work on windows. See https://docs.python.org/3/library/csv.html#id3 06 November 2019, 11:15:52 UTC
13b0c1e Merge pull request #1721 from romanroibu/consolidate-tests Consolidate tests 06 November 2019, 10:55:01 UTC
91757d4 Add instructions for D400 06 November 2019, 10:41:25 UTC
e5a00ed Revert exporting RecordingInfo and RecordingInfoInvalidError from pupil_recording.info 06 November 2019, 10:40:06 UTC
9ecbc18 Remove disabled test cases from test_file_backend.py 06 November 2019, 10:39:33 UTC
a118606 Move linux support note to R200 docs 06 November 2019, 10:33:46 UTC
78f9fdc Add RealSense docs back in 06 November 2019, 10:32:00 UTC
bb3bf29 Merge pull request #1722 from pupil-labs/fix-mobile-oldstyle-confusion Fix unopened Pupil Mobile recordings being detected as old-style 06 November 2019, 09:03:22 UTC
92b602c Fix unopened Pupil Mobile recordings being detected as old-style 06 November 2019, 08:38:09 UTC
4e98009 Explicitly check if time_diff is empty in VideoSet._fill_gaps method This doesn't change the behaviour, since np.median will return np.nan for empty input either way, but it makes it explicit and avoids a RuntimeWarning 05 November 2019, 17:15:23 UTC
aff07fe Fix read_key_value_file and write_key_value_file for string values with quotes 05 November 2019, 16:57:50 UTC
751f476 Use temporary directory for test.csv file 05 November 2019, 16:56:16 UTC
a32317f Extract csv_utils tests into tests/test_csv_utils.py 05 November 2019, 16:52:47 UTC
bbaf2e6 Remove test_ prefix from intermediary dir names in pupil_src/tests/ 05 November 2019, 16:26:09 UTC
1bf2927 Rename test_surface_tracker files to have test_ prefix 05 November 2019, 16:22:17 UTC
7d1e552 Rename test_surface_tracker/test_fixtures to test_surface_tracker/fixtures 05 November 2019, 16:21:30 UTC
38be4bc Extract surface marker tests into pupil_src/tests/test_surface_tracker/test_surface_marker.py 05 November 2019, 16:14:48 UTC
5b81d4b Move stdlib_utils tests to pupil_src/tests/test_stdlib_utils.py 05 November 2019, 15:53:20 UTC
ce6da87 Remove broken optimization calibration tests 05 November 2019, 15:17:52 UTC
14c970e Fix relative import for test_file_backend.py 05 November 2019, 14:15:14 UTC
2c3530f Move conftest.py to top level directory to avoid pytest deprecation warning 05 November 2019, 14:14:54 UTC
584cd19 Remove broken pupil_recording tests 05 November 2019, 13:26:47 UTC
c3bb0b3 Move non-broken video_capture tests to pupil_src/tests/ dir 05 November 2019, 13:26:35 UTC
316c1d2 Move non-broken surface_tracker tests to pupil_src/tests/ dir 05 November 2019, 13:25:42 UTC
2fc1191 Move non-broken pupil_detectors tests to pupil_src/tests/ dir 05 November 2019, 13:24:16 UTC
8ca90c6 Move observable_test.py into pupil_src/tests/ dir 05 November 2019, 13:21:16 UTC
e11ed33 Enable shared modules imports from test files 05 November 2019, 10:03:53 UTC
2e4ebdd Move test_raw_data_exporter into pupil_src/tests/ directory 05 November 2019, 10:01:47 UTC
aaafe54 Merge pull request #1720 from pupil-labs/fix-jpeg-writer Set JPEG_Writer packets.stream to videostream 04 November 2019, 13:56:41 UTC
4791336 Set JPEG_Writer packets.stream to videostream This is because we are checking the packet's stream in AV_Writer now. 04 November 2019, 13:52:11 UTC
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
back to top