@Luxonis-Brandon reported that the reduce_rgb_latency branch crashed when he moved out of the frame on the BW1097 when running python3 test.py.
Host exception:
Traceback (most recent call last):
File "test.py", line 120, in <module>
y1 = int(e[0]['top'] * img_h)
ValueError: cannot convert float NaN to integer
My guess is e[0]['top'] is NaN. This didn't happen every time he left the frame.
@Luxonis-Brandon reported that the reduce_rgb_latency branch crashed when he moved out of the frame on the BW1097 when running
python3 test.py.Host exception:
My guess is
e[0]['top']is NaN. This didn't happen every time he left the frame.