Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.5.4, 6.5.5
-
None
Description
Description:-
When using the Camera example, a bug is observed related to video recording and pausing. The issue occurs when recording a video, pausing it, resuming recording, and then stopping. The resulting video file includes the duration of the paused period, although the video content freezes at the last recorded frame during the paused period.
Steps to Reproduce:
- Build and Run Camera Example on Linux.
- Shift to recording mode.
- Start recording.
- Pause recording after some time.
- Resume Recording again.
- Click "Stop" to save the output video.
Expected Behavior:- The recorded video should accurately represent the actual recording time, excluding the paused period. The video content should freeze at the last recorded frame during the pause, and the final video duration should reflect only the active recording time.
Actual Behavior:- The recorded video includes the duration of the paused period, resulting in an inaccurate representation of the recording time. While the video is frozen during the pause, the total duration of the video file includes the time spent in the paused state as well.
Attachments
Issue Links
- relates to
-
QTQAINFRA-6069 Qt 6.5.4 LTS Testing
- Open