Changeset 165 in flair-src for trunk/lib/FlairSensorActuator/src/V4LCamera.h
- Timestamp:
- Mar 7, 2017, 8:26:53 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSensorActuator/src/V4LCamera.h
r137 r165 59 59 */ 60 60 ~V4LCamera(); 61 62 //hack for ps3eye in hds uav 63 //TODO: put this in ps3eye class 64 bool HasProblems(void); 61 65 62 66 protected: … … 116 120 */ 117 121 virtual void SetContrast(float value); 118 122 119 123 private: 120 124 /*! … … 138 142 139 143 gui::Tab *sensor_tab; 140 gui::DoubleSpinBox *bright, *exposure, *gain, *contrast, *hue, *sharpness, 141 *sat; 144 gui::DoubleSpinBox *bright, *exposure, *gain, *contrast, *hue, *sharpness,*sat; 142 145 gui::CheckBox *autogain, *awb, *autoexposure; 143 146 gui::Label *fps; 147 bool hasProblems; 144 148 }; 145 149 } // end namespace sensor
Note:
See TracChangeset
for help on using the changeset viewer.