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

Update ei_camera.h, change SIDO_GPIO_PIN and VSYNC_GPIO_PIN for M5Camera with PSRAM #5

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

IcingTomato
Copy link

SIDO and VSYNC changed

And it works very well.

image

SIDO and VSYNC changed
@IcingTomato IcingTomato changed the title Update ei_camera.h, change SIDO_GPIO_PIN and VSYNC_GPIO_PIN Update ei_camera.h, change SIDO_GPIO_PIN and VSYNC_GPIO_PIN for M5Camera with PSRAM Jul 21, 2022
@AIWintermuteAI
Copy link
Collaborator

Hi! Thanks for the PR. Which exact board are you using?

@IcingTomato
Copy link
Author

IcingTomato commented Jul 21, 2022

I am using M5Camera with PSRAM.
微信图片_20220721190114

And you can take a look for our organization's https://github.com/m5stack/M5Stack-Camera/blob/master/wifi/wifi_ap/main/config.h.

#elif CONFIG_M5_CAMERA_A_BOARD

    #define CAM_PIN_SIOD    25
    #define CAM_PIN_VSYNC   22

    #define CAM_PIN_TX 13
    #define CAM_PIN_RX 12

#elif CONFIG_M5_CAMERA_B_BOARD

    #define CAM_PIN_SIOD    22
    #define CAM_PIN_VSYNC   25

    #define CAM_PIN_TX 13
    #define CAM_PIN_RX 4

There are two versions M5Camera. You can add them in the code.

I checked the wiki and it confirmed my suspicion.

https://docs.m5stack.com/en/unit/m5camera

image

image

I ask my boss and he said “I am sorry for our products update so quickly, both Ver.A and Ver.B were sold very good. Now they are EOL.”

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

Successfully merging this pull request may close these issues.

None yet

2 participants