Camera Api - Brickcom FD-100A Series User Manual

Megapixel day & night fixed dome network camera
Hide thumbs Also See for FD-100A Series:
Table of Contents

Advertisement

Camera API

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;
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
62

Advertisement

Table of Contents
loading
Need help?

Need help?

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

Questions and answers

Subscribe to Our Youtube Channel

Table of Contents