You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
722 B
27 lines
722 B
3 years ago
|
{
|
||
|
"name": "esp32-camera",
|
||
|
"version": "1.0.0",
|
||
|
"keywords": "esp32, camera, espressif, esp32-cam",
|
||
|
"description": "ESP32 compatible driver for OV2640, OV3660, OV5640, OV7670 and OV7725 image sensors.",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/espressif/esp32-camera"
|
||
|
},
|
||
|
"frameworks": "espidf",
|
||
|
"platforms": "*",
|
||
|
"build": {
|
||
|
"flags": [
|
||
|
"-Idriver/include",
|
||
|
"-Iconversions/include",
|
||
|
"-Idriver/private_include",
|
||
|
"-Iconversions/private_include",
|
||
|
"-Isensors/private_include",
|
||
|
"-Itarget/private_include",
|
||
|
"-fno-rtti"
|
||
|
],
|
||
|
"includeDir": ".",
|
||
|
"srcDir": ".",
|
||
|
"srcFilter": ["-<*>", "+<driver>", "+<conversions>", "+<sensors>"]
|
||
|
}
|
||
|
}
|