opt adas switch and obu doc

This commit is contained in:
tongchenfei
2021-03-23 10:10:55 +08:00
parent dca685532a
commit 9b2944c92c
3 changed files with 40 additions and 0 deletions

View File

@@ -722,6 +722,9 @@ public class MogoADASController implements IMogoADASController {
if ( mLastFrameDatums == null ) {
return null;
}
if (!DebugConfig.isUseAdasRecognize()) {
return null;
}
try {
List< AdasAIDLOwnerCarRectModel > data = mLastFrameDatums;
mLastFrameDatums = null;