We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 795331f commit 44a65ffCopy full SHA for 44a65ff
example/VideoCam/video_cam.h
@@ -9,7 +9,7 @@ namespace infinite_sense {
9
// 继承自 Sensor 类,会自动调用初始化,开始,停止等函数
10
class VideoCam final : public Sensor {
11
public:
12
- VideoCam(const std::vector<std::pair<std::string, int>>& cam_list);
+ explicit VideoCam(const std::vector<std::pair<std::string, int>>& cam_list);
13
~VideoCam() override;
14
15
bool Initialization() override; // 相机初始化函数
0 commit comments