yangmengqing

Results 4 comments of yangmengqing

CV4JImage cv4jImage = new CV4JImage(bitmap); QRCodeScanner qrCodeScanner = new QRCodeScanner(); com.cv4j.core.datamodel.Rect cv4jRect = qrCodeScanner.findQRCodeBounding(cv4jImage.getProcessor(), 1, 6);

hi @adammcarth this is my version info and use react native cli ( not Expo ) { "dependencies": { "react": "16.8.3", "react-native": "0.59.10", "react-native-segmented-picker": "~2.0.2" } }

> BTW, is this request comes because of the current code generation location is not the same as the build tool's? Yes, I am using vscode “Extension Pack for Java...

Thanks, But I don't want to integrate Gradle Plugin, I use the Gradle command-line interface to compile the source code, Fast and Lightweight. for example, .\gradlew.bat clean build, the got...