Qt 6.11 is out! See what's new in the release
blog
GoPro video capture Qt4.8 Linux
General and Desktop
2
Posts
2
Posters
1.8k
Views
1
Watching
-
Hi,
Has anyone displayed live video from a GoPro camera using Qt4.8? Qt4.8 is required.
I am not necessarily looking to record video (although it would be nice), but just to display the live video from the camera on a QWidget of some sort.
Any help to get started would be great!
-
Hi and welcome to devnet,
If the GoPro is detected as a V4L video device you should be able to use it through QtMultimedia.
Hope it helps