Details
-
Bug
-
Resolution: Incomplete
-
P2: Important
-
None
-
6.2.13
Description
Description:
When running any example that uses camera, the application correctly starts rendering the camera feed. However, after approximately one second, the displayed feed begins looping the same frame endlessly, rather than continuing to render the live camera feed.
Steps to Reproduce:
- Just Build and Run any of these example (Camera Example or QML Camera Example or QML Video Recorder or QML Video Example )
- Click camera button in QML Video Example.
Expected Behavior: The application should continuously render the live camera feed without interruption or looping of any frames.
Actual Behavior: The application renders the live camera feed for approximately one second. Afterward, the same frame is replayed in a loop, creating the appearance that the feed is frozen.
Environment:
- Qt Version: 6.2.13
- Operating System: Linux ubuntu 22.04
Logs:-
(camera:13263): GStreamer-CRITICAL **: 15:31:44.799:
Trying to dispose element qgstvideorenderersink0, but it is in READY instead of the NULL state.
You need to explicitly set elements to the NULL state before
dropping the final reference, to allow them to clean up.
This problem may also be caused by a refcounting bug in the
application or some element.