Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.5.0, 6.7, dev
-
Linux
-
-
6e0a706d9 (dev), bc8ff8da8 (6.7), 7af4ecb2d (6.6), 30e45c690 (tqtc/lts-6.5)
Description
Hi ,
would like to report the bugs i experiencing in Linux desktop ,
using Camera .
the scenario , i put the Camera inside Drawer (acts like modal)
using "capture button" it will open the Drawer with Camera
at first open the camera works with no problem but after the drawer closes and re-click the button , the drawer opens but the camera doesn't work anymore , deploying the source code to my android the feature is working with no problem ,
i added this 2 signal
onAboutToHide:
{ camera.active = false }onAboutToShow:
{ camera.active = true }to make sure that the camera only work when the drawer triggered
Attachments
Issue Links
- relates to
-
QTBUG-123139 GStreamer: Qt Camera in stops after switching VideoOutput
-
- Closed
-