Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pupil Core 3.6 Release Candidate 1 #2314

Merged
merged 268 commits into from
Feb 16, 2023
Merged

Pupil Core 3.6 Release Candidate 1 #2314

merged 268 commits into from
Feb 16, 2023

Conversation

mikelgg93
Copy link
Member

No description provided.

papr added 30 commits March 14, 2022 15:19
If no pupil data is available the calculation can happen very fast and `time.time()` might not have sufficient resolution to measure a time difference > 0. As a result, `tm1 - t0` might equal zero and cause a ZeroDivisionError in the log statement.

Using time.perf_counter should yield sufficient precision to avoid this issue.

Issue reported via [Discord](https://discord.com/channels/285728493612957698/285728493612957698/968845448204939314)
Avoid ZeroDivisionError in post-hoc blink detection
Fix issue with camera intrinsics estimation plugin if previously selected monitor is no longer available
Fix `--profile` mode in Capture
Handle Camera Intrinsics Estimation crash if no circles are detected on Windows
e.g. does not exist in world video exporter
papr and others added 29 commits January 25, 2023 15:23
Co-authored-by: Will <willpatera@gmail.com>
Improve error messages when loading Pupil Cloud CSV export/Neon Companion recordings
Add Neon support to Pupil Service
Co-authored-by: Neil M. Thomas <neil87@mail.com>
Expose canny threshold parameter in the 2D detector menu
…cess

Neon backend: Force background process to terminate if it is hung-up
Apply timebase to shared Neon eye video frames
@mikelgg93 mikelgg93 merged commit 5e678b7 into master Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants