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

Issue when installed in docker image. #1

Open
talktoabu opened this issue Jan 8, 2019 · 1 comment
Open

Issue when installed in docker image. #1

talktoabu opened this issue Jan 8, 2019 · 1 comment

Comments

@talktoabu
Copy link

  1. Laptop is Mac.
  2. Installed docker.
  3. Created container via ubuntu image.
  4. Installed dependencies.
  5. Tried to run this project and get error : "Cant open camera by index 0"
@kevinam99
Copy link
Owner

@talktoabu, I believe this issue persist when using a container. The module is probably not allowed to use the camera from within the container.

One workaround is, download the repo as it is and then install it within a Python virtual environment. This way, none of your dependencies will be affected and the module will still run.

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

No branches or pull requests

2 participants