Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
DeepLabCut
/
DeepLabCut-live-GUI
Public
Notifications
You must be signed in to change notification settings
Fork
28
Star
71
Code
Issues
19
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Processor-related fixes
- #89
#89
Merged
4/10
C-Achard
merged 27 commits into
cy/hardware-timestamps
DeepLabCut/DeepLabCut-live-GUI:cy/hardware-timestamps
from
cy/processor-fixes
DeepLabCut/DeepLabCut-live-GUI:cy/processor-fixes
Copy head branch name to clipboard
Aug 20, 2026
Conversation
Commits
27
(27)
Checks
Files changed
Merged
Processor-related fixes
#89
C-Achard
merged 27 commits into
cy/hardware-timestamps
DeepLabCut/DeepLabCut-live-GUI:cy/hardware-timestamps
from
cy/processor-fixes
DeepLabCut/DeepLabCut-live-GUI:cy/processor-fixes
Copy head branch name to clipboard
Commits
Commits on Aug 19, 2026
Lock processor settings during DLC inference
Show description for fb4bded
C-Achard
committed
fb4bded
View commit details
Copy full SHA for fb4bded
Browse repository at this point
Improve processor discovery and logging
Show description for cc0f5da
C-Achard
committed
cc0f5da
View commit details
Copy full SHA for cc0f5da
Browse repository at this point
Add processors package exports
Show description for b5a6c84
C-Achard
committed
b5a6c84
View commit details
Copy full SHA for b5a6c84
Browse repository at this point
Move example socket processors to examples module
Show description for 1150f26
C-Achard
committed
1150f26
View commit details
Copy full SHA for 1150f26
Browse repository at this point
Update plugin docs for processor examples
Show description for 31d1c0f
C-Achard
committed
31d1c0f
View commit details
Copy full SHA for 31d1c0f
Browse repository at this point
Skip socket base module in processor scan
Show description for 33a6592
C-Achard
committed
33a6592
View commit details
Copy full SHA for 33a6592
Browse repository at this point
Update processor_utils.py
C-Achard
committed
c58bbef
View commit details
Copy full SHA for c58bbef
Browse repository at this point
Warn on duplicate processor registration
Show description for e5a8bba
C-Achard
committed
e5a8bba
View commit details
Copy full SHA for e5a8bba
Browse repository at this point
Update examples.py
C-Achard
committed
2f54a91
View commit details
Copy full SHA for 2f54a91
Browse repository at this point
Refine processor package scan typing
Show description for 0523759
C-Achard
committed
0523759
View commit details
Copy full SHA for 0523759
Browse repository at this point
Update examples.py
C-Achard
committed
0e8caf0
View commit details
Copy full SHA for 0e8caf0
Browse repository at this point
Fix dlclive Processor import paths
Show description for 60e757a
C-Achard
committed
60e757a
View commit details
Copy full SHA for 60e757a
Browse repository at this point
Extract processor registry into new module
Show description for 9c805a2
C-Achard
committed
9c805a2
View commit details
Copy full SHA for 9c805a2
Browse repository at this point
Fix dlclive mock structure in processor tests
Show description for fb27336
C-Achard
committed
fb27336
View commit details
Copy full SHA for fb27336
Browse repository at this point
Make Engine a str enum and normalize model_type
Show description for ed3da71
C-Achard
committed
ed3da71
View commit details
Copy full SHA for ed3da71
Browse repository at this point
Persist custom processor folder in settings
Show description for 27f4fd9
C-Achard
committed
27f4fd9
View commit details
Copy full SHA for 27f4fd9
Browse repository at this point
Improve recorder error logging and handling
Show description for 7c18a0f
C-Achard
committed
7c18a0f
View commit details
Copy full SHA for 7c18a0f
Browse repository at this point
Hide base socket processor from discovery
Show description for 5b7222d
C-Achard
committed
5b7222d
View commit details
Copy full SHA for 5b7222d
Browse repository at this point
Unify processor discovery and scan metadata
Show description for f2aae7c
C-Achard
committed
f2aae7c
View commit details
Copy full SHA for f2aae7c
Browse repository at this point
Deprecate legacy processor registry API
Show description for 2d75f4a
C-Achard
committed
2d75f4a
View commit details
Copy full SHA for 2d75f4a
Browse repository at this point
Update processor discovery tests
Show description for d0bbed4
C-Achard
committed
d0bbed4
View commit details
Copy full SHA for d0bbed4
Browse repository at this point
Require dlclive in socket processor tests
Show description for 1a0cf15
C-Achard
committed
1a0cf15
View commit details
Copy full SHA for 1a0cf15
Browse repository at this point
Add discovery tests for built-in processors
Show description for c314533
C-Achard
committed
c314533
View commit details
Copy full SHA for c314533
Browse repository at this point
Update processor plugin system docs
Show description for c3a1c87
C-Achard
committed
c3a1c87
View commit details
Copy full SHA for c3a1c87
Browse repository at this point
Refine custom processor UI controls
Show description for d451166
C-Achard
committed
d451166
View commit details
Copy full SHA for d451166
Browse repository at this point
Improve processor session override GUI test
Show description for a67ae4c
C-Achard
committed
a67ae4c
View commit details
Copy full SHA for a67ae4c
Browse repository at this point
Add test for processor control re-enable
Show description for 25f8dee
C-Achard
committed
25f8dee
View commit details
Copy full SHA for 25f8dee
Browse repository at this point
You can’t perform that action at this time.