Open
Description
Hey, @meenchen
Like you have written in the person_detection_demo script,
sensor.set_framesize(sensor.LCD) # Set frame size to QVGA 160x128
we made our inference on QQVGA (160x128):
sensor.set_framesize(sensor.QQVGA)
(since we use the frame buffer instead of an LCD). It worked very nice. However, I tried to test it with higher resolutions but there did not occur any detection. I was wondering if it is possible to have a higher resolution with using this engine. Thanks a lot in advance.
Metadata
Metadata
Assignees
Labels
No labels