-
Notifications
You must be signed in to change notification settings - Fork 881
Description
Is this a bug report?
(write your answer here)
Yes
Have you read the Contributing Guidelines?
Yes
(Write your answer here.)
Environment
Android Studio emulator / OnePlus 5t
Steps to Reproduce
(Write your steps here:)
- Implement captureImage
- Try to take a photo
Expected Behavior
(Write what you thought would happen.)
A photo would be taken
Actual Behavior
(Write what happened. Add screenshots!)
The action doesn't kick in at all. I've entered a few Logs, the first being immedietly after calling to capture image, but whenever that issue exists (which is almost always for me both at the emulator and OnePlus device, that Log never prints.
Reproducible Demo
You could see here the relevant part of the code. The log that should print "image captured" almost never prints (and a photo isn't taken). When a photo is taken, the log of course prints, but there is no reasoning behind when it would or wouldn't work. It seems that it is more likely to work on the emulator.