Initial Import
This commit is contained in:
17
driver/sensor.c
Normal file
17
driver/sensor.c
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
const int resolution[][2] = {
|
||||
{ 160, 120 }, /* QQVGA */
|
||||
{ 128, 160 }, /* QQVGA2*/
|
||||
{ 176, 144 }, /* QCIF */
|
||||
{ 240, 176 }, /* HQVGA */
|
||||
{ 320, 240 }, /* QVGA */
|
||||
{ 400, 296 }, /* CIF */
|
||||
{ 640, 480 }, /* VGA */
|
||||
{ 800, 600 }, /* SVGA */
|
||||
{ 1024, 768 }, /* XGA */
|
||||
{ 1280, 1024 }, /* SXGA */
|
||||
{ 1600, 1200 }, /* UXGA */
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user