Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ov2640 camera upside down for face_detect for BOARD_LICHEEDAN, direction should be DIR_YX_LRDU #35

Open
2 tasks
pfflyer776 opened this issue Jul 20, 2019 · 0 comments

Comments

@pfflyer776
Copy link

Make sure you read and understand this document.
Use one of the two templates below and delete the rest.

  • BUG REPORT
  • FEATURE REQUEST

BUG REPORT

Expected behavior

face right side up

Actual behavior

face upside down

Test code

Provide a Minimal, Complete, and Verifiable example which will reproduce the problem.

# Add code here
#if BOARD_LICHEEDAN
    #if OV5640
        lcd_set_direction(DIR_YX_RLUD);
    #else
        lcd_set_direction(DIR_YX_RLDU);  <-- face upside down
    #endif

### Document version

Which branch are you on? If you know the Git revision then add it here as well.

### Hardware

Which hardware do you use?
GROVE AI HAT with OV2640 camera

### System

What system do you use?
?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant