-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
can't make it run and read a webcam on Ubuntu 24.04 #84
Comments
Hi @4aimanl, did you install with below instruction? Also, webcam input is not tested for a long time, so it might not working after all. If you still need to process webcam input, you can try building your own program by using our package as a python API. Feel free to ask more. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tried installing from local and from pypi.
Always fail with:
when running like this
I do have both libgtk2.0-dev (2.24.33-4ubuntu1.1) and pkg-config (1.8.1-2build1).
Still, I'm not sure how I can cmake anything, since there's no CMakeLists.txt anywhere in this repo.
does launch but can open a webcam but has conflicting info on what's being used: map_location is on CPU but the device is set to cuda:0 (why?)
In the end it's unusable
The text was updated successfully, but these errors were encountered: