Check for None in keypoints script.

This commit is contained in:
iabdalkader 2018-06-25 01:23:28 +02:00
parent 833bc04f78
commit be902e1271

View File

@ -18,6 +18,7 @@ sensor.skip_frames(time = 2000)
sensor.set_auto_gain(False, value=100)
def draw_keypoints(img, kpts):
if kpts:
print(kpts)
img.draw_keypoints(kpts)
img = sensor.snapshot()