Output floats in the AAA code
This commit is contained in:
@@ -106,8 +106,8 @@ typedef struct _lmp_device_config libmegapixels_devconfig;
|
||||
|
||||
typedef struct _lmp_aaa {
|
||||
int exposure;
|
||||
int whitebalance;
|
||||
int tint;
|
||||
float temp;
|
||||
float tint;
|
||||
int focus;
|
||||
int blacklevel;
|
||||
} libmegapixels_aaa_stats;
|
||||
@@ -167,4 +167,4 @@ EXPORT void
|
||||
libmegapixels_aaa_software_statistics(unsigned int *frame, int width, int height,
|
||||
libmegapixels_aaa_stats *stats);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user