This commit is contained in:
parent
2b04fce7ac
commit
3e4e9fe6fc
|
|
@ -39,13 +39,12 @@ public class BonusSmartCanteenApplication implements CommandLineRunner
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void run(String... args) {
|
public void run(String... args) {
|
||||||
HkCameraUtil util = new HkCameraUtil();
|
// HkCameraUtil util = new HkCameraUtil();
|
||||||
int row = util.initDevice();
|
// int row = util.initDevice();
|
||||||
if (row == 1) {
|
// if (row == 1) {
|
||||||
System.out.println("初始化失败!!!!!!");
|
// System.out.println("初始化失败!!!!!!");
|
||||||
}else{
|
// }else{
|
||||||
System.out.println("初始化成功......");
|
// System.out.println("初始化成功......");
|
||||||
}
|
// }
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue