PaddlePaddle / Paddle-Lite-Demo

lib, demo, model, data
Apache License 2.0
662 stars 278 forks source link

OCR android ppocr_demo编译安装后黑屏 #367

Open balcklive opened 12 months ago

balcklive commented 12 months ago

软件可以正常编译安装和打开,但是一直黑屏,无法读取摄像头数据

其他问题:无法自动下载OpenCV库,手动下载并解压到ppocr_demo/app目录下之后才能继续编译

Android Gradle Plugin Version: 7.1.2

Gradle Version: 7.2

Opencv: 4.2

Paddlite: 2.10

1Q43 commented 11 months ago

Did you perform the following steps? image

szaboz commented 11 months ago

Hi, similar problem here. I did all the steps, but for some reason neither the PaddleLite nor the OpenCV folders got created in the app directory. Even after debugging everything, checking the SDK Tools, setting the NDK version, etc. I still get a 'No variants found for ':app'. Check build files to ensure at least one variant exists. at: com.android.tools.idea.gradle.project.sync.AndroidModule.prepare(GradleModules.kt:266)' error when trying to build the project.

szaboz commented 11 months ago

Update: I completely reseted the project back to the git commit and manually added the two libraries and the NDK version. The build was now successful. I encountered the black screen bug after the first launch, but after I gave access to my camera and restarted the app it started to function seemingly right.