Skip to content

Commit 6fd6977

Browse files
committed
2 parents eb3e510 + 84aa4ad commit 6fd6977

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# DeepLabCut-Live! GUI
2-
<img src=https://imagizer.imageshack.com/img923/2419/QQKyMH.png align="right" width="250">
3-
<img src="https://images.squarespace-cdn.com/content/v1/57f6d51c9f74566f55ecf271/1596193544929-NHMVMXPVEYZ6R4I45DSR/ke17ZwdGBToddI8pDm48kOHwsIwndRGCkvek0XAcW4ZZw-zPPgdn4jUwVcJE1ZvWEtT5uBSRWt4vQZAgTJucoTqqXjS3CfNDSuuf31e0tVH0wqgmu6zkAOZ3crWCtkmLcPIuzHaxU8QRzZwtrVtHupu3E9Ef3XsXP1C_826c-iU/DLCLIVEGUI_LOGO.png?format=750w" width="350" title="DLC-live GUI" alt="DLC LIVE! GUI" align="right" vspace = "50">
1+
# DeepLabCut-Live! GUI <img src="https://images.squarespace-cdn.com/content/v1/57f6d51c9f74566f55ecf271/1596193544929-NHMVMXPVEYZ6R4I45DSR/ke17ZwdGBToddI8pDm48kOHwsIwndRGCkvek0XAcW4ZZw-zPPgdn4jUwVcJE1ZvWEtT5uBSRWt4vQZAgTJucoTqqXjS3CfNDSuuf31e0tVH0wqgmu6zkAOZ3crWCtkmLcPIuzHaxU8QRzZwtrVtHupu3E9Ef3XsXP1C_826c-iU/DLCLIVEGUI_LOGO.png?format=750w" width="350" title="DLC-live GUI" alt="DLC LIVE! GUI" align="right" vspace = "100">
42

53
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
64
![PyPI - Python Version](https://img.shields.io/pypi/v/deeplabcut-live)
@@ -26,6 +24,7 @@ In a terminal, activate the conda or virtual environment where DeepLabCut-live-G
2624
dlclivegui
2725
```
2826

27+
2928
#### Configurations
3029

3130

dlclivegui/camera/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,7 @@
2929
# print(f"Error importing AravisCam: f{e}")
3030

3131
if platform.system() == "Darwin":
32-
from dlclivegui.camera.pseye import PSEyeCam
32+
try:
33+
from dlclivegui.camera.pseye import PSEyeCam
34+
except Exception as e:
35+
pass

0 commit comments

Comments
 (0)