GoPro video capture Qt4.8 Linux
-
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