Skip to content

Is it possible to use a better resolution than QQVGA? #75

Open
@senceryucel

Description

@senceryucel

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions