Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
None
-
5.15.18, 5.15.19
-
None
Description
Description:
In the Camera Example provided with Qt, attempting to pause an ongoing video recording results in the error:
Steps to Reproduce:
- Open and build the Camera Example from Qt Creator.
- Start a video recording.
- Attempt to pause the recording using the pause action or button.
- Observe the error message.
Expected Behavior:
- It should pause the recording when user click on pause button.
Actual Behavior:
- The application throws an error message stating "Recording puase is not supported.
Nothing is there in logs.