Import the millipixels AAA stats
This commit is contained in:
@@ -97,6 +97,13 @@ struct _lmp_device_config {
|
||||
};
|
||||
typedef struct _lmp_device_config libmegapixels_devconfig;
|
||||
|
||||
|
||||
typedef struct _lmp_aaa {
|
||||
int exposure;
|
||||
int whitebalance;
|
||||
int focus;
|
||||
} libmegapixels_aaa_stats;
|
||||
|
||||
EXPORT int
|
||||
libmegapixels_init(libmegapixels_devconfig **config);
|
||||
|
||||
@@ -148,4 +155,8 @@ libmegapixels_format_bits_per_pixel(int format);
|
||||
EXPORT int
|
||||
libmegapixels_mode_equals(libmegapixels_mode *a, libmegapixels_mode *b);
|
||||
|
||||
EXPORT void
|
||||
libmegapixels_aaa_software_statistics(unsigned int *frame, int width, int height,
|
||||
libmegapixels_aaa_stats *stats);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user