1.9 海康威视 mv-idp5102 适配广播模式

This commit is contained in:
2024-03-11 13:53:23 +08:00
parent 2a13c1a886
commit 3e4af1c2d1
4 changed files with 60 additions and 3 deletions

View File

@ -106,6 +106,8 @@ public class MainActivity extends AppCompatActivity implements ResultListener{
adapter = new LachesisAdapter(this, this);
case UROVO:
adapter = new UrovoAdapter(this, this);
case HKWS:
adapter = new HkwsAdapter(this, this);
}
if (null != adapter) {
adapter.start();