-
Notifications
You must be signed in to change notification settings - Fork 52
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
TypeError: Argument 'value' must be double, not bool in line 61 (?) #5
Comments
under Debian 12, line 61 need to be changed: cap.set(cv2.CAP_PROP_CONVERT_RGB, 0) |
I can confirm this with SteamOS Linux 6.5.0-valve22-1-neptune-65 |
Hah! I'm trying to do the same thing with my Steam Deck. Did you install python3-cv on the main system or did you use Distrobox (or similar)? I'm using Distrobox (with a Debian base) but it fails with some errors: |
unfortunately it doesn't work under Debian stable.
command:
tc001v4.2.py --device 0
says:
Traceback (most recent call last):
File "/home/norman/Downloads/PyThermalCamera-main/src/tc001v4.2.py", line 61, in
cap.set(cv2.CAP_PROP_CONVERT_RGB, False)
TypeError: Argument 'value' must be double, not bool
What is wrong?
The text was updated successfully, but these errors were encountered: