![]()  | 
  
    ZED Open Capture
    v0.6.0
    
   Low level camera driver for the ZED stereo camera family 
   | 
 
Go to the source code of this file.
Typedefs | |
| typedef enum _cam_control | CamControl | 
Enumerations | |
| enum | _cam_control {  Brightness , Contrast , Hue , Saturation , Gain , Exposure , WhiteBalance , Sharpness , Gamma }  | 
Functions | |
| int | main (int argc, char *argv[]) | 
Variables | |
| CamControl | activeControl = Brightness | 
| cv::String | win_name = "Stream RGB" | 
| bool | selectInProgress = false | 
| bool | selectLeft = false | 
| bool | selectRight = false | 
| cv::Rect | aecagc_roi_left = {0,0,0,0} | 
| cv::Rect | aecagc_roi_right = {0,0,0,0} | 
| cv::Point | origin_roi = {0,0} | 
| double | img_resize_factor = 1.0 | 
| int | img_w = 0 | 
| int | img_h = 0 | 
| bool | logging = false | 
| uint8_t | brightness_val | 
| uint8_t | contrast_val | 
| uint8_t | hue_val | 
| uint8_t | saturation_val | 
| uint8_t | gain_val_left | 
| uint8_t | gain_val_right | 
| uint8_t | exposure_val_left | 
| uint8_t | exposure_val_right | 
| int | whiteBalance_val | 
| uint8_t | sharpness_val | 
| uint8_t | gamma_val | 
| bool | autoAECAGC =false | 
| bool | autoWB =false | 
| bool | applyAECAGCrectLeft =false | 
| bool | applyAECAGCrectRight =false | 
| typedef enum _cam_control CamControl | 
| enum _cam_control | 
| Enumerator | |
|---|---|
| Brightness | |
| Contrast | |
| Hue | |
| Saturation | |
| Gain | |
| Exposure | |
| WhiteBalance | |
| Sharpness | |
| Gamma | |
Definition at line 31 of file zed_oc_control_example.cpp.
| int main | ( | int | argc, | 
| char * | argv[] | ||
| ) | 
Definition at line 109 of file zed_oc_control_example.cpp.
References sl_oc::video::VideoParams::fps, sl_oc::video::FPS_15, sl_oc::video::VideoCapture::getSerialNumber(), sl_oc::video::HD2K, sl_oc::INFO, sl_oc::video::VideoCapture::initializeVideo(), params, sl_oc::video::VideoParams::res, sl_oc::video::VideoParams::verbose, and win_name.
| CamControl activeControl = Brightness | 
Definition at line 44 of file zed_oc_control_example.cpp.
| cv::Rect aecagc_roi_left = {0,0,0,0} | 
Definition at line 81 of file zed_oc_control_example.cpp.
| cv::Rect aecagc_roi_right = {0,0,0,0} | 
Definition at line 82 of file zed_oc_control_example.cpp.
| bool applyAECAGCrectLeft =false | 
Definition at line 104 of file zed_oc_control_example.cpp.
| bool applyAECAGCrectRight =false | 
Definition at line 105 of file zed_oc_control_example.cpp.
| bool autoAECAGC =false | 
Definition at line 101 of file zed_oc_control_example.cpp.
| bool autoWB =false | 
Definition at line 102 of file zed_oc_control_example.cpp.
| uint8_t brightness_val | 
Definition at line 90 of file zed_oc_control_example.cpp.
| uint8_t contrast_val | 
Definition at line 91 of file zed_oc_control_example.cpp.
| uint8_t exposure_val_left | 
Definition at line 96 of file zed_oc_control_example.cpp.
| uint8_t exposure_val_right | 
Definition at line 97 of file zed_oc_control_example.cpp.
| uint8_t gain_val_left | 
Definition at line 94 of file zed_oc_control_example.cpp.
| uint8_t gain_val_right | 
Definition at line 95 of file zed_oc_control_example.cpp.
| uint8_t gamma_val | 
Definition at line 100 of file zed_oc_control_example.cpp.
| uint8_t hue_val | 
Definition at line 92 of file zed_oc_control_example.cpp.
| int img_h = 0 | 
Definition at line 86 of file zed_oc_control_example.cpp.
| double img_resize_factor = 1.0 | 
Definition at line 84 of file zed_oc_control_example.cpp.
| int img_w = 0 | 
Definition at line 85 of file zed_oc_control_example.cpp.
| bool logging = false | 
Definition at line 88 of file zed_oc_control_example.cpp.
| cv::Point origin_roi = {0,0} | 
Definition at line 83 of file zed_oc_control_example.cpp.
| uint8_t saturation_val | 
Definition at line 93 of file zed_oc_control_example.cpp.
| bool selectInProgress = false | 
Definition at line 78 of file zed_oc_control_example.cpp.
| bool selectLeft = false | 
Definition at line 79 of file zed_oc_control_example.cpp.
| bool selectRight = false | 
Definition at line 80 of file zed_oc_control_example.cpp.
| uint8_t sharpness_val | 
Definition at line 99 of file zed_oc_control_example.cpp.
| int whiteBalance_val | 
Definition at line 98 of file zed_oc_control_example.cpp.
| cv::String win_name = "Stream RGB" | 
Definition at line 77 of file zed_oc_control_example.cpp.
Referenced by main().