refactor(channel):init channel need model

This commit is contained in:
kalman
2018-12-22 16:17:47 +08:00
parent 618f2c02e5
commit 5800e1c6c8
8 changed files with 37 additions and 27 deletions

View File

@@ -39,7 +39,7 @@ std::shared_ptr<StreamsAdapter> Standard2Device::CreateStreamsAdapter() const {
void Standard2Device::OnStereoStreamUpdate() {
if (motion_tracking_) {
auto &&motions = this->motions();
motions->DoMotionTrack(2);
motions->DoMotionTrack();
}
}