Changeset 50 in pacpussensors for trunk/StdDbtPlayerComponents/DbtPlyStereoManager.cpp
- Timestamp:
- Jun 12, 2014, 11:17:03 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/StdDbtPlayerComponents/DbtPlyStereoManager.cpp
r16 r50 9 9 #include <iostream> 10 10 11 #include " kernel/ComponentManager.h"12 #include " kernel/DbiteFileTypes.h"13 #include " kernel/Log.h"11 #include "Pacpus/kernel/ComponentManager.h" 12 #include "Pacpus/kernel/DbiteFileTypes.h" 13 #include "Pacpus/kernel/Log.h" 14 14 15 15 namespace pacpus { … … 140 140 141 141 //load stereo image parameters 142 width_ = param.getProperty("width").toInt();143 height_ = param.getProperty("height").toInt();144 depth_ = param.getProperty("depth").toInt();142 width_ = config.getProperty("width").toInt(); 143 height_ = config.getProperty("height").toInt(); 144 depth_ = config.getProperty("depth").toInt(); 145 145 146 146 return DbtPlyFileManager::configureComponent(config);
Note:
See TracChangeset
for help on using the changeset viewer.