Merge pull request #39500 from feklee:master
PiperOrigin-RevId: 312470599 Change-Id: Ifb2c701f7bdd197ff4066f6cea38166ce7df69f1
This commit is contained in:
commit
cdd4e5e918
|
@ -30,7 +30,7 @@ limitations under the License.
|
||||||
#define CAMERA_PIXEL_FORMAT PIXFORMAT_GRAYSCALE
|
#define CAMERA_PIXEL_FORMAT PIXFORMAT_GRAYSCALE
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* FRAMESIZE_96x96, // 96x96
|
* FRAMESIZE_96X96, // 96x96
|
||||||
* FRAMESIZE_QQVGA, // 160x120
|
* FRAMESIZE_QQVGA, // 160x120
|
||||||
* FRAMESIZE_QQVGA2, // 128x160
|
* FRAMESIZE_QQVGA2, // 128x160
|
||||||
* FRAMESIZE_QCIF, // 176x144
|
* FRAMESIZE_QCIF, // 176x144
|
||||||
|
@ -43,7 +43,7 @@ limitations under the License.
|
||||||
* FRAMESIZE_SXGA, // 1280x1024
|
* FRAMESIZE_SXGA, // 1280x1024
|
||||||
* FRAMESIZE_UXGA, // 1600x1200
|
* FRAMESIZE_UXGA, // 1600x1200
|
||||||
*/
|
*/
|
||||||
#define CAMERA_FRAME_SIZE FRAMESIZE_96x96
|
#define CAMERA_FRAME_SIZE FRAMESIZE_96X96
|
||||||
|
|
||||||
#if CONFIG_CAMERA_MODEL_WROVER_KIT
|
#if CONFIG_CAMERA_MODEL_WROVER_KIT
|
||||||
#define PWDN_GPIO_NUM -1
|
#define PWDN_GPIO_NUM -1
|
||||||
|
|
Loading…
Reference in New Issue