Blackjack Decision Maker
Classes | Enumerations
libcamera_app_options.hpp File Reference
#include <fstream>
#include <iostream>
#include <libcamera/camera.h>
#include <libcamera/camera_manager.h>
#include <libcamera/control_ids.h>
#include <libcamera/property_ids.h>
#include <libcamera/transform.h>
Include dependency graph for libcamera_app_options.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Options
 

Enumerations

enum  Exposure_Modes { EXPOSURE_NORMAL = libcamera::controls::ExposureNormal , EXPOSURE_SHORT = libcamera::controls::ExposureShort , EXPOSURE_CUSTOM = libcamera::controls::ExposureCustom }
 
enum  Metering_Modes { METERING_CENTRE = libcamera::controls::MeteringCentreWeighted , METERING_SPOT = libcamera::controls::MeteringSpot , METERING_MATRIX = libcamera::controls::MeteringMatrix , METERING_CUSTOM = libcamera::controls::MeteringCustom }
 
enum  WhiteBalance_Modes {
  WB_AUTO = libcamera::controls::AwbAuto , WB_NORMAL = libcamera::controls::AwbAuto , WB_INCANDESCENT = libcamera::controls::AwbIncandescent , WB_TUNGSTEN = libcamera::controls::AwbTungsten ,
  WB_FLUORESCENT = libcamera::controls::AwbFluorescent , WB_INDOOR = libcamera::controls::AwbIndoor , WB_DAYLIGHT = libcamera::controls::AwbDaylight , WB_CLOUDY = libcamera::controls::AwbCloudy ,
  WB_CUSTOM = libcamera::controls::AwbAuto
}
 

Enumeration Type Documentation

◆ Exposure_Modes

Enumerator
EXPOSURE_NORMAL 
EXPOSURE_SHORT 
EXPOSURE_CUSTOM 

◆ Metering_Modes

Enumerator
METERING_CENTRE 
METERING_SPOT 
METERING_MATRIX 
METERING_CUSTOM 

◆ WhiteBalance_Modes

Enumerator
WB_AUTO 
WB_NORMAL 
WB_INCANDESCENT 
WB_TUNGSTEN 
WB_FLUORESCENT 
WB_INDOOR 
WB_DAYLIGHT 
WB_CLOUDY 
WB_CUSTOM