Re: [Interest] Camera support for QtWebEngine

2017-09-15 Thread Daniel Mack
Hi, In the meantime, I've updated to Qt 5.9.1, but that alone didn't fix the issue yet. To recap, the system I'm working with is a Qualcomm APQ8016 (Snapdragon 410), and I'm running an image built with Yocto. The goal is to have QtWebEngine expose the camera in the system so that they become avai

Re: [Interest] Camera support for QtWebEngine

2017-05-24 Thread Daniel Mack
On 05/24/2017 08:20 PM, Konstantin Tokarev wrote: > > > 24.05.2017, 20:54, "Daniel Mack" : >> Hi, >> >> I'm running QtWebKit 5.8 on Linux on aarch64 - the binaries are built >> with Yocto/OpenEmbedded, using the meta-qt5 layer. > > QtWebKit or QtWebEngine? Oh, sorry! QtWebEngine! Thanks, Dani

Re: [Interest] Camera support for QtWebEngine

2017-05-24 Thread Konstantin Tokarev
24.05.2017, 20:54, "Daniel Mack" : > Hi, > > I'm running QtWebKit 5.8 on Linux on aarch64 - the binaries are built > with Yocto/OpenEmbedded, using the meta-qt5 layer. QtWebKit or QtWebEngine? > > Out-of-the-box, access to V4L2 camera devices isn't supported, and I > wonder where to start looki

[Interest] Camera support for QtWebEngine

2017-05-24 Thread Daniel Mack
Hi, I'm running QtWebKit 5.8 on Linux on aarch64 - the binaries are built with Yocto/OpenEmbedded, using the meta-qt5 layer. Out-of-the-box, access to V4L2 camera devices isn't supported, and I wonder where to start looking. The same application works fine on x86-64, so it's really a platform-spe