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

Installation problem #7

Closed
darioringach opened this issue Mar 14, 2021 · 10 comments
Closed

Installation problem #7

darioringach opened this issue Mar 14, 2021 · 10 comments
Assignees

Comments

@darioringach
Copy link

darioringach commented Mar 14, 2021

All seemed to have installed fine, but when I run dlclivegui in the environment I get:

image

Is this just a missing imaging source driver?

@MMathisLab
Copy link
Member

hi @darioringach, seems maybe the driver is missing? did you install the driver first (i.e., see here: https://github.com/DeepLabCut/DeepLabCut-live-GUI/blob/master/docs/camera_support.md)

@MMathisLab MMathisLab self-assigned this Mar 14, 2021
@darioringach
Copy link
Author

hi @darioringach, seems maybe the driver is missing? did you install the driver first (i.e., see here: https://github.com/DeepLabCut/DeepLabCut-live-GUI/blob/master/docs/camera_support.md)

I tried, but it would not let me without a camera installed... but I wanted to use an OpenCV compatible camera instead.

@MMathisLab
Copy link
Member

I tried, but it would not let me without a camera installed...

not sure I follow; if you plug camera in to comp, and install driver it tells you it cannot install drivers?

@darioringach
Copy link
Author

darioringach commented Mar 14, 2021

The driver installation requires a TIS camera connected:

image

But I don't have a TIS camera, so I can't proceed. Instead I have other cameras that are compatible with OpenCV. Perhaps dlclivegui insists in loading the TIS library even if one does not want to work with TIS cameras?

@gkane26
Copy link
Collaborator

gkane26 commented Mar 14, 2021

hi @darioringach -- I believe we fixed this issue in #2, and it's possible that the version on pypi doesn't include this fix. Did you install from pypi? If so, can you try reinstalling directly from github?

pip uninstall deeplabcut-live-gui
pip install git+https://github.com/DeepLabCut/DeepLabCut-live-GUI

@darioringach
Copy link
Author

Thanks Gene... that worked!

Dario

@MMathisLab
Copy link
Member

^ cool! @darioringach can you confirm if it worked from github or from pypi?

@darioringach
Copy link
Author

^ cool! @darioringach can you confirm if it worked from github or from pypi?

Github

@MMathisLab
Copy link
Member

@AlexEMG can you push the latest to pypi?

@MMathisLab
Copy link
Member

on pypi now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants