Qt: I wants to display some text on QLabel on top of Video overlay of QVideoWidget while preview of camera
-
I am developing one QT application where i am using Linux with wayland platform.
I am doing preview of camera on QVideoWidget using video overlay.
So, When my preview starts i am writing some text on QLabel is going behind preview. Hence it's not visible.
Please suggest me the approach like how to display text on top preview of camera using video overlay on QVideoWidget.
Thanks is advance.
-
I am developing one QT application where i am using Linux with wayland platform.
I am doing preview of camera on QVideoWidget using video overlay.
So, When my preview starts i am writing some text on QLabel is going behind preview. Hence it's not visible.
Please suggest me the approach like how to display text on top preview of camera using video overlay on QVideoWidget.
Thanks is advance.
How do you show the label at the moment? What if you
show()the label at given coordinates?! -
How do you show the label at the moment? What if you
show()the label at given coordinates?!@Pl45m4 said in Qt: I wants to display some text on QLabel on top of Video overlay of QVideoWidget while preview of camera:
ow do you show the label at the mo
Yes I am showing at particular coordinates...