Added Android native camera module

This commit is contained in:
Andrey Kamaev
2011-06-16 18:00:41 +00:00
parent 5cae924a3d
commit 206aa50f86
14 changed files with 973 additions and 23 deletions

View File

@@ -0,0 +1,10 @@
#ifndef CAMERA_PROPERTIES_H
#define CAMERA_PROPERTIES_H
enum {
ANDROID_CAMERA_PROPERTY_FRAMEWIDTH = 0,
ANDROID_CAMERA_PROPERTY_FRAMEHEIGHT = 1,
ANDROID_CAMERA_PROPERTY_SUPPORTED_PREVIEW_SIZES_STRING = 2
};
#endif // CAMERA_PROPERTIES_H