Open BunlaiKek opened 3 years ago
I have the same problem. Reproducible in the emulator with hot reload. The same problem occurs on Xiaomi Mi devices. Here it looks like the camera stream does not even start.
A hot reload gives me the following messages:
D/skia (16530): onFlyCompress I/Tesseract(native)(16530): Initialized Tesseract API with language=ocrb E/BufferQueueProducer(16530): [SurfaceTexture-0-16530-27](id:40920000001b,api:4,p:424,c:16530) queueBuffer: BufferQueue has been abandoned E/BufferQueueProducer(16530): [SurfaceTexture-0-16530-27](id:40920000001b,api:4,p:424,c:16530) dequeueBuffer: BufferQueue has been abandoned I/BpBinder(16530): onLastStrongRef automatically unlinking death recipients: <uncached descriptor> Reloaded 0 libraries in 409ms. E/BufferQueueProducer(16530): [SurfaceTexture-0-16530-27](id:40920000001b,api:4,p:424,c:16530) queueBuffer: BufferQueue has been abandoned E/BufferQueueProducer(16530): [SurfaceTexture-0-16530-27](id:40920000001b,api:4,p:424,c:16530) queueBuffer: BufferQueue has been abandoned
Hi! I am having the same problem? Anyone find any solution? Please help me
@BunlaiKek, @DrFornax, @buyka98 you are all missing camera permissions.
<uses-permission android:name="android.permission.CAMERA" />
in AndroidManifest.xmlminSdkVersion 21
instead of minSdkVersion flutter.minSdkVersion
Camera Preview stop working and show only white screen and overlay when: