This commit is contained in:
sxu 2025-06-25 14:14:21 +08:00
parent 2b04fce7ac
commit 3e4e9fe6fc
1 changed files with 7 additions and 8 deletions

View File

@ -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("初始化成功......");
} // }
} }
} }