Changeset 142 in pacpussensors for trunk/Vislab/VislabComponent.hpp
- Timestamp:
- Mar 30, 2017, 4:18:32 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Vislab/VislabComponent.hpp
r138 r142 14 14 15 15 #include <lib3dv/device.h> 16 17 #include <opencv2/opencv.hpp> 18 #include <opencv2/highgui.hpp> 16 19 17 20 #ifdef WIN32 … … 50 53 virtual ComponentBase::COMPONENT_CONFIGURATION configureComponent(XmlComponentConfig config); 51 54 52 53 // Working thread, grabbing frame from a webcam.54 DbiteFile mDBTFile;55 56 55 public: 57 56 virtual void addOutputs(); 58 //device(){}59 57 60 58 private:
Note:
See TracChangeset
for help on using the changeset viewer.