1.9 海康威视 mv-idp5102 适配广播模式
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user