-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.8.4
The camera component fails to return to ReadyForCapture state after attempting to capture a photo during autofocus, leaving the camera permanently unusable.
Steps to Reproduce:
- Launch the declarative-camera example
- Open camera view
- Press the capture button → Photo is taken successfully, camera returns to ReadyForCapture state
- Shake the device to trigger camera refocus/autofocus
- While camera is refocusing, press the capture button
(This behavior is reproduced only when camera is still refocusing)
Expected Behavior:
The photo should be captured successfully, and the camera should return to ReadyForCapture state for subsequent photos, just like in step 3.
Actual Behavior:
- The camera does not return to ReadyForCapture state
- No photo is captured
- The camera component remains in an inconsistent state
- Photo capture functionality is permanently broken until app restart