finish the interface of live

This commit is contained in:
zhongchao
2021-04-06 13:58:14 +08:00
parent 1ebe232114
commit f60490f19d
7 changed files with 28 additions and 71 deletions

View File

@@ -38,6 +38,7 @@ public class LivePlayActivity extends AppCompatActivity implements ITrafficCarLi
if (isChecked) {
liveSn = etLookRoomId.getText().toString().trim();
MoGoAiCloudTrafficLive.viewDesignativeVehicleLive(liveSn, surfaceView, this);
//just for test
// MoGoAiCloudTrafficLive.viewFrontVehicleLive(39.968253, 116.410829, 0, surfaceView, this);
} else {
MoGoAiCloudTrafficLive.stopCarLive(liveSn);