fix(calib process): change the processors enable order

This commit is contained in:
TinyOh
2019-01-09 18:09:01 +08:00
parent dc10d73c96
commit b89b9a20e4
2 changed files with 5 additions and 2 deletions

View File

@@ -75,6 +75,7 @@ Object *PointsProcessor::OnCreateOutput() {
bool PointsProcessor::OnProcess(
Object *const in, Object *const out, Processor *const parent) {
MYNTEYE_UNUSED(parent)
std::cout << calib_infos_->left.height << std::endl;
float fx = 3.6797709792391299e+02;
float fy = 3.6808712539453859e+02;