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

@@ -44,7 +44,7 @@ void StandardDevice::StartVideoStreaming() {
void StandardDevice::OnStereoStreamUpdate() {
if (motion_tracking_) {
auto &&motions = this->motions();
motions->DoMotionTrack(1);
motions->DoMotionTrack();
}
}