Merge pull request #39500 from feklee:master

PiperOrigin-RevId: 312470599
Change-Id: Ifb2c701f7bdd197ff4066f6cea38166ce7df69f1
This commit is contained in:
TensorFlower Gardener 2020-05-20 06:35:25 -07:00
commit cdd4e5e918
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ limitations under the License.
#define CAMERA_PIXEL_FORMAT PIXFORMAT_GRAYSCALE
/*
* FRAMESIZE_96x96, // 96x96
* FRAMESIZE_96X96, // 96x96
* FRAMESIZE_QQVGA, // 160x120
* FRAMESIZE_QQVGA2, // 128x160
* FRAMESIZE_QCIF, // 176x144
@ -43,7 +43,7 @@ limitations under the License.
* FRAMESIZE_SXGA, // 1280x1024
* FRAMESIZE_UXGA, // 1600x1200
*/
#define CAMERA_FRAME_SIZE FRAMESIZE_96x96
#define CAMERA_FRAME_SIZE FRAMESIZE_96X96
#if CONFIG_CAMERA_MODEL_WROVER_KIT
#define PWDN_GPIO_NUM -1