refactor(device-s1): remove useless override
This commit is contained in:
parent
2f4ffded7c
commit
52f1075182
|
@ -35,11 +35,6 @@ Capabilities StandardDevice::GetKeyStreamCapability() const {
|
||||||
return Capabilities::STEREO;
|
return Capabilities::STEREO;
|
||||||
}
|
}
|
||||||
|
|
||||||
void StandardDevice::StartVideoStreaming() {
|
|
||||||
// TODO(John) Set img framerate, imu frequency according to stream request
|
|
||||||
Device::StartVideoStreaming();
|
|
||||||
}
|
|
||||||
|
|
||||||
void StandardDevice::OnStereoStreamUpdate() {
|
void StandardDevice::OnStereoStreamUpdate() {
|
||||||
if (motion_tracking_) {
|
if (motion_tracking_) {
|
||||||
auto &&motions = this->motions();
|
auto &&motions = this->motions();
|
||||||
|
|
|
@ -29,8 +29,6 @@ class StandardDevice : public Device {
|
||||||
|
|
||||||
Capabilities GetKeyStreamCapability() const override;
|
Capabilities GetKeyStreamCapability() const override;
|
||||||
|
|
||||||
void StartVideoStreaming() override;
|
|
||||||
|
|
||||||
void OnStereoStreamUpdate() override;
|
void OnStereoStreamUpdate() override;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user