DeepLabCut / DeepLabCut/DeepLabCut-live-GUI
Session control & manifest writing
Open
@C-Achard is already working on this.
Since Aug 14, 2026.
config
enhancement
recording
- Dominant language
- Python
- Stars
- 72
- Forks
- 28
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 2
Description
Currently the concepts of video recording and session are a bit mixed.
It would be useful for a session to have the following capabilities:
- Can contain multiple recordings
- Can have multiple inference recordings / processors related to that as well
- Should propagate a dashboard / context to clearly report current app status to other callers
- Could listen to a socket for triggering the recording directly (i.e. experimenters with a different experimental GUI can make this one the follower instead of the master).
- Each session should write a manifest with the metadata of all recordings that happened. This greatly simplifies the database ingestion and makes it more robust. This includes the metadata from the camera
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.