Camera Api - Brickcom WFB-100A User Manual

Fb-100a series megapixel day & night fixed box network camera
Table of Contents

Advertisement

Camera API

The camera API allows applications to set/get the Camera/lens setting.
Data structures
Data Structure
SWhiteBalanceSetting White balance setting of the Camera
SBrightnessSetting
SColorSaturationSetti
ng
SMirrorFlipSetting
SSharpnessSetting
SContrastSetting
SFrequencySetting
SEffectSetting
SEnvModeSetting
SIRCutFilterSetting
SIRLEDSetting
SVideoOverlaySetting
/* SWhiteBalanceSetting */
enum WhiteBalanceMode {
WB_MODE_OFF=0,
WB_MODE_SIMPLE,
WB_MODE_ADVANCED,
};
/* SAutoExposureSetting */
enum AutoExposureMode {
AE_MODE_OFF=0,
AE_MODE_AEC,
AE_MODE_AGC,
};
/* SExposureSetting */
typedef struct _ExposureSetting {
int mode;
} SExposureSetting;
/* SWhiteBalanceSetting */
typedef struct _whiteBalanceSetting {
int mode;
int level;
} SWhiteBalanceSetting;
/* SBrightnessSetting */
Description
Brightness setting of the Camera
Color Saturation setting of the Camera
MirrorFlip setting of the Camera
Sharpness setting of the Camera
Contrast setting of the Camera
50Hz / 60Hz switching
Special Effect switching
Indoors / Outdoor switching
IR cut-off filter setting
IR LED setting
Video overlay setting
// enum AutoExposureMode
// enum WhiteBalanceMode
//
70

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the WFB-100A and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Fb-100a

Table of Contents