clEnqueueReleaseGLObjects'
collect2: error: ld returned 1 exit status
Sent: Wednesday, April 04, 2018 at 1:56 PM
From: "Jason H"
To: "René Hansen"
Cc: "interestqt-project.org"
Subject: Re: [Interest] Video Filters on Android
No joy :-( I think this is
l 04, 2018 at 1:29 PM
From: "René Hansen"
To: "Jason H"
Cc: "interestqt-project.org"
Subject: Re: [Interest] Video Filters on Android
I don't have a Pixel myself, but have you checked that OpenCL isn't rolled up into /vendor/lib/egl/libEGL_adreno.so. I kno
/system/vendor/lib64/libOpenCL.so.1.1
> ./system/vendor/lib64/libOpenCL.so
> ./system/vendor/lib64/libOpenCL.so.1
>
> *Sent:* Wednesday, April 04, 2018 at 12:07 PM
>
> *From:* "René Hansen"
> *To:* "Jason H"
> *Cc:* "interestqt-project.org&qu
r/lib/libOpenCL.so
./system/vendor/lib/libOpenCL.so.1
./system/vendor/lib64/libOpenCL.so.1.1
./system/vendor/lib64/libOpenCL.so
./system/vendor/lib64/libOpenCL.so.1
Sent: Wednesday, April 04, 2018 at 12:07 PM
From: "René Hansen"
To: "Jason H"
Cc: "interestqt-project.or
> libstagefright_soft_mpeg4dec.so
> libstagefright_soft_mpeg4enc.so
> libstagefright_soft_opusdec.so
> libstagefright_soft_rawdec.so
> libstagefright_soft_vorbisdec.so
> libstagefright_soft_vpxdec.so
> libstagefright_soft_vpxenc.so
> libstagefright_wfd.so
> libstagefright_xmlparser.so
> libstdc
ené Hansen"
To: "Jason H"
Cc: "interestqt-project.org"
Subject: Re: [Interest] Video Filters on Android
I never got that specific example to work, but assuming you're building with the Android NDK, you can include:
#include
#include
Which will give yo
I never got that specific example to work, but assuming you're building
with the Android NDK, you can include:
#include
#include
Which will give you access to *eglGetCurrentContext()*.
I'm using the r10e ndk, since that's what works with Qt at the moment. GLES
v3 is available in toolchain v21:
http://blog.qt.io/blog/2015/03/20/introducing-video-filters-in-qt-multimedia/
announced video filter support, and hardware accelerated too!
Code:
http://code.qt.io/cgit/qt/qtmultimedia.git/tree/examples/multimedia/video/qmlvideofilter_opencl
I'm trying to get it running on Android, but I'm goin