Changeset 137 in flair-src for trunk/lib/FlairSensorActuator/src/Ps3Eye.cpp
- Timestamp:
- Feb 14, 2017, 3:06:20 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSensorActuator/src/Ps3Eye.cpp
r15 r137 17 17 18 18 #include "Ps3Eye.h" 19 #include <GroupBox.h>20 #include <DoubleSpinBox.h>21 #include <CheckBox.h>22 #include <GridLayout.h>23 #include <cvimage.h>24 #include <FrameworkManager.h>25 #include <stdio.h>26 19 27 20 using std::string; 28 21 using namespace flair::core; 29 using namespace flair::gui;30 22 31 23 namespace flair { 32 24 namespace sensor { 33 25 34 Ps3Eye::Ps3Eye( const FrameworkManager *parent,string name, int camera_index,26 Ps3Eye::Ps3Eye(string name, int camera_index, 35 27 uint8_t priority) 36 : V4LCamera( parent,name, camera_index, 320, 240,28 : V4LCamera( name, camera_index, 320, 240, 37 29 cvimage::Type::Format::YUYV, priority) {} 38 30
Note:
See TracChangeset
for help on using the changeset viewer.