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

Xiao ESP32-S3 Sense #12

Open
t-lie opened this issue Jan 16, 2024 · 1 comment
Open

Xiao ESP32-S3 Sense #12

t-lie opened this issue Jan 16, 2024 · 1 comment

Comments

@t-lie
Copy link

t-lie commented Jan 16, 2024

Hi,
would be great if you lib could also use the camera of the Xiao ESP32S3 Sense.
Maybe anyone can add this?

THX

@shannon
Copy link

shannon commented Jul 19, 2024

@t-lie I was just trying out this library and saw your issue here because I have the same camera. I tested using the Xiao ESP32S3 Sense it appears to work ok. I used the following definition:

#define CAMERA_MODEL_XIAO_SENSE \
{                               \
    .PWDN_GPIO_NUM  = -1,       \
    .RESET_GPIO_NUM = -1,       \
    .XCLK_GPIO_NUM  = 10,       \
    .SIOD_GPIO_NUM  = 40,       \
    .SIOC_GPIO_NUM  = 39,       \
    .Y9_GPIO_NUM    = 48,       \
    .Y8_GPIO_NUM    = 11,       \
    .Y7_GPIO_NUM    = 12,       \
    .Y6_GPIO_NUM    = 14,       \
    .Y5_GPIO_NUM    = 16,       \
    .Y4_GPIO_NUM    = 18,       \
    .Y3_GPIO_NUM    = 17,       \
    .Y2_GPIO_NUM    = 15,       \
    .VSYNC_GPIO_NUM = 38,       \
    .HREF_GPIO_NUM  = 47,       \
    .PCLK_GPIO_NUM  = 13,       \
}

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

2 participants