-
Notifications
You must be signed in to change notification settings - Fork 4
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
Not running on Ubuntu Desktop - error in get_camera_info.py #12
Comments
+1 same problem here, debian 12, cinnamon2d VM on proxmox. |
can you all please try the artifcats from #14 ? |
I had to downgrade numpy, but the problem is fixed! 👍 Thank you very much! :) |
closing as resolved |
Yes, it's working now. I had to downgrade numpy, too. From 2.0.0 to 1.26.4 Thank you :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I try to run this app on a Raspberry Pi 5 with Ubuntu Desktop. I build it from source and when I start the executable I get the following error:
I tried it with a virtual machine with the same OS on my pc and get the same error.
I think it's not correct that
device_info
is enumerated inside thedevice_info
array? And the variablesi
anddev
are used outside the loop?https://github.com/occ-ai/scoresight/blob/c3a481503010227452629592e4a711437b78713a/get_camera_info.py#L49-L55
The text was updated successfully, but these errors were encountered: