forked from external-repos/esp32cam-rtsp
* Added seeed_xiao_esp32s3 * Fixed typo * Updating build system * Fixed typos * Renamed envirnment name to seeed_xiao_esp32s3 * Update README.md * Updated platformio definitions * Added cache * Updated README.md * - Default value for initResult if initialzation fails * constexpr camera_config_t m5stack_camera_settings * Added M5Stack UnitCamS3 * Work in progress * WIP * Work in progress * Removed OTA * Added unitcams3 * UnitcamS3 * Corrected HTML for ipv4 fixed Sewrial issue esp32s2 * USER_LED_ON_LEVEL=LOW * Added documentation pins for Mems/grove/led * Typo * Removed non required depencency * Removed non required depencency * Readded * Added sccb_i2c_port Retry 3 times camera init * Added Freenove wroom-1 n8r8 board (#112) Co-authored-by: Nick Eales <nick.eales@outlook.com> * Fixing missing comma in xiao board json (#114) * Updated Markdown --------- Co-authored-by: absentwallaby <64674944+absentwallaby@users.noreply.github.com> Co-authored-by: Nick Eales <nick.eales@outlook.com> Co-authored-by: Nick Volgas <n.volgas@gmail.com>
64 lines
1.7 KiB
JSON
64 lines
1.7 KiB
JSON
{
|
|
"build": {
|
|
"arduino":{
|
|
"ldscript": "esp32_out.ld",
|
|
"partitions": "huge_app.csv"
|
|
},
|
|
"core": "esp32",
|
|
"extra_flags": [
|
|
"'-D ESP32CAM_M5STACK_UNITCAM'",
|
|
"'-D USER_LED_GPIO=4'",
|
|
"'-D USER_LED_ON_LEVEL=LOW'",
|
|
"'-D CAMERA_CONFIG_PIN_PWDN=GPIO_NUM_NC'",
|
|
"'-D CAMERA_CONFIG_PIN_RESET=15'",
|
|
"'-D CAMERA_CONFIG_PIN_XCLK=27'",
|
|
"'-D CAMERA_CONFIG_PIN_SCCB_SDA=25'",
|
|
"'-D CAMERA_CONFIG_PIN_SCCB_SCL=23'",
|
|
"'-D CAMERA_CONFIG_PIN_Y9=19'",
|
|
"'-D CAMERA_CONFIG_PIN_Y8=36'",
|
|
"'-D CAMERA_CONFIG_PIN_Y7=18'",
|
|
"'-D CAMERA_CONFIG_PIN_Y6=39'",
|
|
"'-D CAMERA_CONFIG_PIN_Y5=5'",
|
|
"'-D CAMERA_CONFIG_PIN_Y4=34'",
|
|
"'-D CAMERA_CONFIG_PIN_Y3=35'",
|
|
"'-D CAMERA_CONFIG_PIN_Y2=32'",
|
|
"'-D CAMERA_CONFIG_PIN_VSYNC=22'",
|
|
"'-D CAMERA_CONFIG_PIN_HREF=26'",
|
|
"'-D CAMERA_CONFIG_PIN_PCLK=21'",
|
|
"'-D CAMERA_CONFIG_CLK_FREQ_HZ=20000000'",
|
|
"'-D CAMERA_CONFIG_LEDC_TIMER=LEDC_TIMER_0'",
|
|
"'-D CAMERA_CONFIG_LEDC_CHANNEL=LEDC_CHANNEL_0'",
|
|
"'-D CAMERA_CONFIG_FB_COUNT=1'",
|
|
"'-D CAMERA_CONFIG_FB_LOCATION=CAMERA_FB_IN_DRAM'",
|
|
"'-D SCCB_I2C_PORT=I2C_NUM_0'"
|
|
],
|
|
"f_cpu": "240000000L",
|
|
"f_flash": "40000000L",
|
|
"flash_mode": "dio",
|
|
"mcu": "esp32",
|
|
"variant": "esp32"
|
|
},
|
|
"connectivity": [
|
|
"wifi",
|
|
"bluetooth",
|
|
"ethernet",
|
|
"can"
|
|
],
|
|
"debug": {
|
|
"openocd_board": "esp-wroom-32.cfg"
|
|
},
|
|
"frameworks": [
|
|
"arduino",
|
|
"espidf"
|
|
],
|
|
"name": "ESP32-CAM M5STACK UNITCAM",
|
|
"upload": {
|
|
"flash_size": "4MB",
|
|
"maximum_ram_size": 327680,
|
|
"maximum_size": 4194304,
|
|
"require_upload_port": true,
|
|
"speed": 460800
|
|
},
|
|
"url": "https://docs.m5stack.com/en/unit/unit_cam",
|
|
"vendor": "M5STACK"
|
|
} |