You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I want to implement HDR on cm4. I'm glad to see your program, but there was an error prompt while I was running. Please help me see what the possible reason is. The error is:
Traceback (most recent call last):
File "/home/pi/numpyHDR-main/makehdr.py", line 15, in
stack = pcb.get_exposure_stack()
File "/home/pi/numpyHDR-main/picamburst.py", line 39, in get_exposure_stack
while confirmed != gain_start in range(gain_start -1.0, gain_start +1.0):
TypeError: 'float' object cannot be interpreted as an integer
The text was updated successfully, but these errors were encountered:
yq3w
changed the title
Low Light levels out of range, can't make HDR
TypeError: 'float' object cannot be interpreted as an integer
Sep 24, 2023
I added a safety measure to intercept this error. The concept is that it is checking that the exposure of the initial test picture is in a usable range so the under and over exposure pictures are usable.
Hello, I want to implement HDR on cm4. I'm glad to see your program, but there was an error prompt while I was running. Please help me see what the possible reason is. The error is:
Traceback (most recent call last):
File "/home/pi/numpyHDR-main/makehdr.py", line 15, in
stack = pcb.get_exposure_stack()
File "/home/pi/numpyHDR-main/picamburst.py", line 39, in get_exposure_stack
while confirmed != gain_start in range(gain_start -1.0, gain_start +1.0):
TypeError: 'float' object cannot be interpreted as an integer
The text was updated successfully, but these errors were encountered: