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

sort by:
Revision Author Date Message Commit Date
a3c6462 Merge branch 'master' of https://github.com/pupil-labs/pupil 25 April 2018, 13:33:33 UTC
4c90f4f Merge pull request #1161 from papr/fixes Refactor calibration data preprocessing 25 April 2018, 13:32:50 UTC
d99f63f Ammend 3d4ddb: Remove print line 25 April 2018, 13:32:12 UTC
bae5f60 Background Helper: Print exception trace logger does not work in background processes in our case 25 April 2018, 13:17:23 UTC
3d4ddbb Refactor calibrate.preprocess_*_data_* Fixes #1125 25 April 2018, 13:16:30 UTC
a7a9f7d added missing hidden imports for pyav to player and service. 25 April 2018, 10:14:01 UTC
d8329fe add hidden imports for capture. TODO add them for service and player. 25 April 2018, 09:48:39 UTC
1f25211 Merge pull request #1160 from pointcontrols/master Fix UVC driver installer 25 April 2018, 07:16:26 UTC
eb4f873 Fix UVC driver installer Due to deprecation of powershell 2 in Windows 10, update PS command format to version 5 24 April 2018, 15:48:38 UTC
71aed9c Merge pull request #1157 from papr/fixes Bugfixes for upcoming v1.7 release 20 April 2018, 13:48:02 UTC
a0b5c57 Merge pull request #1131 from pointcontrols/volume_control EXPERIMENTAL: Volume control through libavfilter, audio vizualization 20 April 2018, 13:45:59 UTC
54f42db Require pyglui 1.22, update audio icon to 0xe050 20 April 2018, 10:19:12 UTC
4bb1aeb Online Surface Tracker: Map fixations in realtime 20 April 2018, 09:54:14 UTC
bdd2333 Fixation Detector: Add reference to #1133 20 April 2018, 09:21:46 UTC
c667154 Revert "Move time sync spec to Pupil Helpers" This reverts commit 1be42220ae5fbdccc28dbdc7b9497b62db239930. 20 April 2018, 09:17:35 UTC
06d9d79 cmaera_models.unprojectPoints: Return 3d points Fixes #1125 20 April 2018, 09:17:12 UTC
0d2ad30 Camera Models: Revert cv2.fisheye.unprojectPoints replacement 20 April 2018, 08:28:39 UTC
639b041 Fix compatibility with current openCV master Fixes #1154, current openCV master: 4b2d1aaeea52e07dff6e925a86313bd3c2f66e8b 20 April 2018, 08:11:19 UTC
6ae6224 Fixation Detector: Improve false negative rate 18 April 2018, 15:24:42 UTC
a48a070 Rename undistortPoints to unprojectPoints 18 April 2018, 15:04:38 UTC
1be4222 Move time sync spec to Pupil Helpers 18 April 2018, 13:34:46 UTC
2dc5f7b Offline Fixation Detector: Fix jumping to fixations Fixes #1151 17 April 2018, 15:34:56 UTC
1416e9b Vis Eye Overlay: Use correct source timing 17 April 2018, 12:59:34 UTC
74429a6 Service: Enable blink detector 17 April 2018, 12:04:36 UTC
0265062 Remove unused code 17 April 2018, 12:02:23 UTC
5dd7b84 Exporter/Marker Detector: Use correct timing 17 April 2018, 12:00:47 UTC
0da9f9b seek_to_frame: Ensure that Python int is passed 17 April 2018, 11:33:22 UTC
6b9279c refactored monitor selection due to issues: Names may not be unique. Unplugging a screen crashed the app when that monitor was selected and calibration started. Code has been simplified removed temp variable. Selection now also updated when monitor configuration is changed. (Before it stayed unit restart of plugin.) required version of pyglui is now v1.21. 13 April 2018, 07:42:37 UTC
6a59d56 Merge pull request #1146 from ChingT/master Update the stripes checking logic for 200HZ camera 11 April 2018, 13:38:18 UTC
7b4d799 Make the condition of reporting stripes more strict and robust 09 April 2018, 16:59:08 UTC
8526267 Audio_Utils: Vizualization: Fix pts error when resampling 09 April 2018, 11:47:13 UTC
c54db1d Audio_Playback: Volume control efficiency improvements 1. Add the resampler as a node in the filter graph 2. Do not reinit the volume node when changing volume, call command function of existing node 09 April 2018, 11:47:13 UTC
aa97047 Audio_Playback: do not init UI when no audio 09 April 2018, 11:47:13 UTC
ed5f04c Move audio vizualization to audio playback plugin 09 April 2018, 11:47:13 UTC
b3fd848 Audio transform code reorganization 09 April 2018, 11:47:13 UTC
046f844 Require PyAv 0.4, pyglui 1.21 09 April 2018, 11:47:13 UTC
dd58af6 Move audio transform class to audio_utils Code cleanup 09 April 2018, 11:47:13 UTC
254444b Update audio viz 1. Use more efficient draw method 2. Normalize whole dataset according to global min/max 3. Add logarithmic scaling 09 April 2018, 11:47:13 UTC
18b43b3 Audio Vizualization 09 April 2018, 11:47:13 UTC
22a322e Changes for av 0.4.0 and volume control 09 April 2018, 11:47:13 UTC
0ce3269 Volume control through libavfilter 09 April 2018, 11:47:13 UTC
7694975 Consistent logging, addendum for #1135 29 March 2018, 07:33:07 UTC
9ec3332 Merge pull request #1135 from papr/logging Make logging consistent 27 March 2018, 14:56:22 UTC
9ae6d95 Merge pull request #1129 from pointcontrols/master Use PyAudio to list devices on Linux and Darwin 27 March 2018, 14:56:09 UTC
2517ff4 Make logging consistent In-app logs: Only INFO level and higher Console logs: INFO level and higher by default, includes DEBUG if specified Log file logs: Always all levels 27 March 2018, 13:49:21 UTC
59fc2d2 Work around active device missing from pyaudio list 23 March 2018, 15:03:31 UTC
373fdd8 Deinit pyaudio after listing devices 23 March 2018, 12:32:21 UTC
5b57b72 Use PyAudio to list devices on Linux and Darwin 22 March 2018, 16:29:08 UTC
335e7b1 UVC Backend: Info log message on stripe detection 22 March 2018, 13:21:14 UTC
721082c Revert "UVC Source: Add uvc_source.stripes_detected notification" This reverts commit 4104b7a5f7033fbae76407ce473736b3ce755307. 22 March 2018, 10:04:51 UTC
4104b7a UVC Source: Add uvc_source.stripes_detected notification 21 March 2018, 13:06:35 UTC
c494869 missing version update. 21 March 2018, 08:52:14 UTC
6ce87a7 Seek Control: Seek on notification 20 March 2018, 13:07:53 UTC
4a6e9f4 unify version syntax. 20 March 2018, 13:06:56 UTC
4b32639 Import iMotions Exporter and make Plugin Manager listing case-insensitive 20 March 2018, 09:04:28 UTC
5a73684 Seek_Control: Fix plugin seek requests 19 March 2018, 17:56:04 UTC
2d546f1 Merge pull request #1124 from ChingT/CheckFrameStripes Reinit 200Hz eye cameras if stripe effect was detected 19 March 2018, 16:30:08 UTC
ecd9962 Merge pull request #1126 from papr/accuracy_refactor Accuracy Visualizer improvements 19 March 2018, 16:29:40 UTC
a07aeff 1. adopt new logic for returning fail cases 2. also check the frame if horizontal stripes occur 19 March 2018, 16:29:28 UTC
13d662f Accuracy Visualizer: Visualize calibration area + doc 19 March 2018, 14:21:19 UTC
7c17559 iMotions Exporter: Fix export bitrate to 150e6, 7.5e6 tolerance 19 March 2018, 13:18:10 UTC
f8d1350 Accuracy Visualizer: Make default plugin 19 March 2018, 12:30:41 UTC
e459b77 Rename the class name and the function name 19 March 2018, 12:24:12 UTC
b6e9b56 trigger notification with format info on plugin start. 19 March 2018, 07:43:58 UTC
cf2abea Check if there are stripes in the frames. If yes, restart the camera 16 March 2018, 18:12:48 UTC
ebb7adb Audio Capture: Remove order=0 16 March 2018, 14:48:26 UTC
ae0c792 Merge pull request #1123 from papr/non_hw_ts UVC Source: Only use hardware timestamps for Pupil Labs cameras 16 March 2018, 14:46:51 UTC
b51d1bd Merge pull request #1118 from papr/imotions_exporter Add iMotions Exporter 16 March 2018, 14:46:15 UTC
5c38e10 Merge pull request #1111 from pointcontrols/seek_control_changes Seek control changes for real-time playback 16 March 2018, 14:46:02 UTC
ee87bc3 Merge pull request #1108 from ChingT/fingertip_calibration Proof of concept - Fingertip calibration 16 March 2018, 14:37:50 UTC
13d72cd UVC Source: Only use hardware timestamps for Pupil Labs cameras 16 March 2018, 14:31:10 UTC
d68d8ed Merge pull request #2 from papr/seek_control_changes Refactoring Seek_Control/Playback_Sources based on pupil-labs#1111 16 March 2018, 13:41:34 UTC
c161131 Merge remote-tracking branch 'knk/seek_control_changes' into seek_control_changes 16 March 2018, 13:35:07 UTC
aba3092 Audio_Playback: avoid unnecessary stream re-open 16 March 2018, 13:25:41 UTC
712802b Audio_Playback: Debug messages cleanup 16 March 2018, 13:18:14 UTC
3e83f78 Audio_Playback: Update desync detection 16 March 2018, 10:22:48 UTC
bff0ef1 Audio_Playback: Measure desync in order to detect device changes 16 March 2018, 10:09:16 UTC
cc498af Fingertip Calibration: Mark as experimental, list last in selection, fix typos 16 March 2018, 08:43:48 UTC
6714edb Seek Control cleanup, requires pyglui >= 1.20 15 March 2018, 16:16:55 UTC
c7b76d0 Enable debug print of DAC time 15 March 2018, 14:55:38 UTC
92f01cc Playback_Source: Add Player menu UI 15 March 2018, 13:50:14 UTC
23de9b9 Audio_Playback: Detect device disconnect 15 March 2018, 13:34:17 UTC
afea5f7 Audio Playback: Adopt new playback_speed locatio seek_control.playback_speed equals zero if seek_control.play equals False 15 March 2018, 12:56:02 UTC
e9f33fb Base/File_Backend: Sort selector elements alphabetically 15 March 2018, 12:38:46 UTC
14d4794 Playback_Source: Unify timed_playback/stand_alone into timing 15 March 2018, 12:38:05 UTC
2da1013 Move playback_speed implementation from File_Source to Seek_Control 15 March 2018, 09:23:58 UTC
c691116 Audio_Playback: Stop audio when seeking 14 March 2018, 17:56:29 UTC
ee03848 Seek Control: Emit was_seeking notification to ensure audio sync 14 March 2018, 17:32:14 UTC
852ab0e Seek Control: Handle single loop iteration seeking 14 March 2018, 17:22:40 UTC
9923e5b Audio_Playback: A/V sync improvements 14 March 2018, 14:58:05 UTC
4782ee8 Add iMotions Exporter 14 March 2018, 13:47:46 UTC
a18774c Audio Playback: Remove duplicated FileSeekError definition 14 March 2018, 12:53:11 UTC
8adb93f Seek Control: Remove print call in wait() 14 March 2018, 12:44:15 UTC
9d77a61 Merge branch 'seek_control_changes' of https://github.com/pointcontrols/pupil into seek_control_changes 14 March 2018, 12:43:15 UTC
929f755 Audio_Playback: Code cleanup 14 March 2018, 12:33:40 UTC
ce6db3b File Source: Handle exception case with less frames than timestamps 14 March 2018, 08:56:08 UTC
ab8ce36 File Source: Remove unused FileCaptureError 14 March 2018, 08:55:24 UTC
754645e Audio Playback: Define FileSeekError + remove some empty lines 14 March 2018, 08:54:42 UTC
6ff2cbf Audio Playback: Remove from Plugin Manager listing This issue can be avoided by inheriting from System_Plugin_Base instead of Plugin 14 March 2018, 08:32:06 UTC
ad653be Add Audio_Playback to default plugins 13 March 2018, 17:13:41 UTC
back to top