DeepLabCut / DeepLabCut/DeepLabCut-live-GUI
Plugging in a new camera creates a duplicate ID
@C-Achard ya está trabajando en esto.
Desde el 26/6/2026.
- Lenguaje dominante
- Python
- Estrellas
- 72
- Forks
- 28
- Merge medio
- 1 d 10 h
- PR fusionados (30 d)
- 2
Descripción
Context
Originally reported by @arturoptophys
Plugging a new camera while the GUI is running (or maybe also viewing) gives the new camera a colliding id (so there are 2 cameras with id 1)
which still works with the display (all 4 cameras are displayed) but the recording is missing one video.
Overall minor issue which is solved by restarting the GUI.
Missing information
- Is this backend specific or Basler/GenTL only?
- Confirmed not to occur on OpenCV
- Does this persist at camera configuration time? And after device list refresh?
Potential fix
Device-specific machine IDs that disambiguate cam indices are already implemented. This may simply be a wiring issue in recording file naming, rather than a duplicate device indexing issue.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.