?? linuxdc1394cameracontroller.h
字號:
#include <dc1394_control.h>#include "Common.h"#include "HandVu.h"#if 0class LinuxDC1394CameraController : public CameraController { public: LinuxDC1394CameraController(); public: virtual double GetCurrentExposure(); // [0..1] // true if change has an effect, false if step is too small virtual bool SetExposure(double exposure); // [0..1] virtual bool SetCameraAutoExposure(bool enable=true); virtual bool CanAdjustExposure(); private: raw1394handle_t m_handle; nodeid_t m_node; bool m_can_control_exposure; bool m_can_control_gain; int m_min_exposure; int m_max_exposure; int m_min_gain; int m_max_gain; unsigned int m_last_exposure; bool m_initialized;};#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -