[Interest] Frame count from MediaPlayer QML while playing

2021-03-25 Thread Alex john
Hello, I would like to get the frame count of the video that's been played by the MediaPlayer in QML, but I didn't find any property that will provide it. As the video is made up of frames , I have corresponding annotations per frame in the database that I would like to fetch using the frame numbe

Re: [Interest] the path forward - that 7 year thing - was willy-nilly

2021-03-25 Thread Hamish Moffatt
On 26/3/21 6:38 am, Roland Hughes wrote: According to the FDA fact sheet. https://www.fda.gov/about-fda/fda-basics/fact-sheet-fda-glance There are currently 25,864 registered FDA medical device facilities. Not one of them can change a single approved process without going through the FDA appr

[Interest] Qt 5.15 meta-qt5 yocto build

2021-03-25 Thread Ramakanth Kesireddy
Hi, Am trying to build qt5.15.2 with eglfs and opengl es2 without wayland and x11 using yocto on TI AM3358 device incorder to run QtQuick and QtQuickControls. It builds fine if I use linuxfb as platform plugin to run Qt c++ widgets. Added below in conf: DISTRO_FEATURES_append = " opengl" DISTRO

Re: [Interest] the path forward - that 7 year thing - was willy-nilly

2021-03-25 Thread Thiago Macieira
On Thursday, 25 March 2021 12:38:56 PDT Roland Hughes wrote: > > Qt's horizon is about 7 years. > > That's 8 years too short. For this industry, sure. But it's not Qt's promise. The fact that some industries require a higher standard of support or coding practices or stability does not immediat

Re: [Interest] the path forward - that 7 year thing - was willy-nilly

2021-03-25 Thread Roland Hughes
Breaking this off into its own topic. Roping in some of Andre' and Scott Bloom too. On Wednesday, 24 March 2021 09:58:50 PDT André Pönitz wrote: The exact opposite is the correct thing: - deprecation messages while compiling the source code are correct - messages to the mailing list are no

Re: [Interest] Android OpenSSL EVP

2021-03-25 Thread Jérôme Godbout
Ok, sorry for the noise, the solution was not so hard, just needed to also specify the libs per arch on top of the android extra libs LIBS += \ $$OPEN_SSL_PATH/Android/$$ANDROID_TARGET_ARCH/libcrypto_1_1.so \ $$OPEN_SSL_PATH/Android/$$ANDROID_TARGET_ARCH/libssl_1_1.so From: Inte

[Interest] Android OpenSSL EVP

2021-03-25 Thread Jérôme Godbout
Hi, anyone have use OpenSSL EVP interface under Android? I manage to make it work under MacOS, Windows, Linux, but under Android I can add the OpenSSL lib, I compiled them for each arch (x86, x86_64, armv7, armv8) and I add all the libs with (I use Qt 5.15.2 only for this): INCLUDEPATH+= $$OPEN

Re: [Interest] The willy-nilly deletion of convenience, methods

2021-03-25 Thread Thiago Macieira
On Thursday, 25 March 2021 07:40:00 PDT Matthew Woehlke wrote: > Wow, you *totally* misunderstood that. > > QList in Qt5 is mostly fine (and there's always QVector if needed). > > Qt 6 got rid of a useful container type. I didn't misunderstand you. I'm disputing your assertions. QList in Qt 5 w

Re: [Interest] [Qt3d] Rendering 3D object with 2D coordinates

2021-03-25 Thread Alex john
On Mon, Mar 22, 2021 at 10:55 AM Alex john wrote: > Transform { > id: trefoilMeshTransform > translation:Qt.vector3d(Qt.vector2D(100, 100)).unproject( > modelView ,mainCam.projectionMatrix, forwardRenderer.viewportRect) > property real theta: 0.0 > property rea

Re: [Interest] The willy-nilly deletion of convenience, methods

2021-03-25 Thread Matthew Woehlke
On 24/03/2021 18.25, Thiago Macieira wrote: On Tuesday, 23 March 2021 09:02:04 PDT Matthew Woehlke wrote: On 23/03/2021 11.44, Volker Hilsheimer wrote: I wished I had seen the level of energy y’all are putting right now into this email thread over the last two years when we discussed where to g