You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Camera fails to start on some devices, App throws Attempt to invoke virtual method 'void android.media.ImageReader.setOnImageAvailableListener(android.media.ImageReader$OnImageAvailableListener, android.os.Handler)' on a null object reference.#105200
Camera won't start on Xiaomi POCO X4 Pro 5G device, it fails to start the example application from the library.
Error
Attempt to invoke virtual method 'void android.media.ImageReader.setOnImageAvailableListener(android.media.ImageReader$OnImageAvailableListener, android.os.Handler)' on a null object reference.
Steps to Reproduce
Flutter version 2.8.0
Camera version 0.9.7+1
1. I'm running the example from the library.
2. After clicking on the back camera, it displays the error message.
devmrcs, tijanirf, JorgeCroquer, josh88versa, bagus-repository and 19 more