RidgeRun AEW Library: librraew  1.1
rraew_ae_configuration Struct Reference

Auto exposure configuration settings. More...

#include <rraew.h>

List of all members.

Public Attributes

enum rraew_exposure_algo algorithm
 Auto exposure algorithm to use.
enum rraew_metering_type meter_type
 Metering system to use.
struct rraew_coordinates rect_center_point
 Center point of the rectangle of interest.
int rect_percentage
 Percentange of the rectangle of interest.

Detailed Description

Auto exposure configuration settings.

This includes all the configuration options for auto exposure.


Member Data Documentation

Auto exposure algorithm to use.

Metering system to use.

Refers to how the image's luminance should be calculated

Center point of the rectangle of interest.

Defines the coordinates where the rectangle of interest's center is going to be placed.

Percentange of the rectangle of interest.

Some metering system use a frame's region to get its calculations attention. This parameter(rp) defines the size of that area as a percentage of the image width and height. So the area is a rectangle of rp(image_width) x rp(image_height).


The documentation for this struct was generated from the following file: