|
@@ -292,14 +292,14 @@ export class SceneService implements OnModuleInit, OnModuleDestroy {
|
|
// 当move时处理 _rotateCount是移动端同时触发的问题
|
|
// 当move时处理 _rotateCount是移动端同时触发的问题
|
|
if (this.onMoving.value && this._rotateCount > 5) {
|
|
if (this.onMoving.value && this._rotateCount > 5) {
|
|
const lastStreamFrame = this.lastMoveStreamFrame.getValue();
|
|
const lastStreamFrame = this.lastMoveStreamFrame.getValue();
|
|
- const lastMoveStreamFrameBk = this.lastMoveStreamFrameBk;
|
|
|
|
|
|
+ // const lastMoveStreamFrameBk = this.lastMoveStreamFrameBk;
|
|
//TODO对比
|
|
//TODO对比
|
|
|
|
|
|
this.logger.log('lastStreamFrame', JSON.stringify(lastStreamFrame));
|
|
this.logger.log('lastStreamFrame', JSON.stringify(lastStreamFrame));
|
|
- this.logger.log(
|
|
|
|
- 'lastMoveStreamFrameBk',
|
|
|
|
- JSON.stringify(lastMoveStreamFrameBk),
|
|
|
|
- );
|
|
|
|
|
|
+ // this.logger.log(
|
|
|
|
+ // 'lastMoveStreamFrameBk',
|
|
|
|
+ // JSON.stringify(lastMoveStreamFrameBk),
|
|
|
|
+ // );
|
|
|
|
|
|
const metaData: StreamReplyType = JSON.parse(
|
|
const metaData: StreamReplyType = JSON.parse(
|
|
lastStreamFrame.metaData,
|
|
lastStreamFrame.metaData,
|