>
> On Monday, 21 May 2018 13:04:00 -03 Jason H wrote:
> > which makes me think it should be T texture();
>
> THAT is not going to happen.
>
> Find a non-template name and we can talk.
I don't think C++ has a good concept of what it is that I want to do. C++ do
> Sent: Monday, May 21, 2018 at 4:02 PM
> From: "Thiago Macieira"
> To: interest@qt-project.org
> Subject: Re: [Interest] QDatastream, QMap, QImage serialization
>
> On Monday, 21 May 2018 15:50:02 -03 Jason H wrote:
> > I don't think C++ has a good con
> Sent: Tuesday, May 22, 2018 at 8:08 AM
> From: "Christian Gagneraud"
> To: "Jason H"
> Cc: "Jean-Michaël Celerier" , "Thiago
> Macieira" , interest
> Subject: Re: [Interest] QDatastream, QMap, QImage serialization
>
> On 22
> Sent: Tuesday, May 22, 2018 at 10:04 AM
> From: "Thiago Macieira"
> To: interest@qt-project.org
> Subject: Re: [Interest] QDatastream, QMap, QImage serialization
>
> On Tuesday, 22 May 2018 10:38:46 -03 Jason H wrote:
> > > How about just using different f
> On Tue, May 22, 2018 at 3:15 PM, Jason H wrote:
> > (...)
> > Admittedly I don't understand the nuances of QPixmap. But I know working
> > with a QImage should not require a windowing server.
>
> Where did you see QImage needs a windowing server ?
> Which QP
> On Tuesday, 22 May 2018 12:24:56 -03 Michael Jackson wrote:
> > For Qt6 what I would like to see is QPainter abstracted out to just an
> > interface and have the normal accelerated implementation that we have now
> > in QtGui but also have a non-accelerated version living in QtCore or a
> > libr
Having done several HIPPA compliant QML apps, I've not had this expressed to me as a requirement. The attack vector you're guarding against by having this requirement is dumping protected data by replacing the file with a modified version that dumps the protected data. This is actually the same a
Really wishing this function existed. Can someone explain why it doesnt' exist?
I'm using it in conjunction with QVariantMap and QVariant list, where I want to
change the value held at key or index. But in a nested map or list, since
value() returns a copy, the change does not persist in the con
Not excactly.
You can download data which results in a work flow. But you cannot add to or change the capability of the application. The entirety of the application capabilities must be present at review time. I have successfully created a JSON data structure to dictate the application workfl
I have many apps in Android and iOS app stores. Qt was a great fit, but a few pain points:
- Notifications: no platform integration
- Push Notifications: no platform integration
- Background processing: Varies. Apple is more strict. No background uploads.
- I found it unavoidable having to d
Why is your course not just data?
Abstract it.
Sent: Friday, May 25, 2018 at 2:24 PM
From: "Sylvain Pointeau"
To: "Jason H"
Cc: "Qt Project"
Subject: Re: [Interest] QML iOS - can we download content to be executed
I agree with you but my question was about
A few things not mentioned, (or scanning to catch up on the thread, I did not see)
1. RN will expose native libraries. This is terrible for a X-platform developer as if you use Multimedia, have to know each multipedia API expertly. The best thing is to use Qt and have it abstract the native librar
Not sure if anyone else is getting this...
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
If you're mocking up, do you really need it on Mobile? I always run the mobile apps desktop, because it's faster than deploying to the device.
Sent: Wednesday, May 30, 2018 at 9:38 AM
From: "Alexandru Croitor"
To: "Jérôme Godbout" , "Qt Interest"
Subject: Re: [Interest] Qt for Python and
nline installer: ok, login: ok, but
> cannot install any version of Qt today on my brand new Mac.
>
> Also get this error just now when I tried on a new Windows 10 PC (se
> picture #2).
>
> No Qt today :-(
>
> Rgrds Henry
>
> On 2018-05-29 17:18, Jason H wr
Confirmed, I was able to install 5.11 :-)
> Sent: Thursday, May 31, 2018 at 12:55 AM
> From: "Jani Heikkinen"
> To: "Jason H" , "developm...@qt-project.org"
>
> Cc: "interest@qt-project.org" , "fro...@tungware.se"
>
&
So I'm doing some qimage analysis/manipulation. I think it would be really good
if QImage came with a per-pixel function. (Examples below)
I'm tired of writing the x/y for loops. The really neat thing (not in the
examples) is using QImage::scanLine(int y) for faster access, and automatically
cho
Incase anyone is wondering:
accumulator ARGB32 600 pixels 24/25/26 msec (lamda, scanline)
accumulator ARGB32 600 pixels 40/42/44 msec (lambda or no lambda,
QImage::pixel)
> Sent: Friday, June 01, 2018 at 9:38 AM
> From: "Jason H"
> To: "interestqt-project.or
channel ARGB32 600 pixels 87/88/93 msec (lambda, scanline)
channel ARGB32 600 pixels 148/146/153 msec QImage::pixel
> Sent: Friday, June 01, 2018 at 4:13 PM
> From: "Jason H"
> To: "Jason H"
> Cc: "interestqt-project.org"
> Subject: Re:
doesn't matter where you can use it, from QML or C++...
Sent: Saturday, June 02, 2018 at 4:37 AM
From: "Sylvain Pointeau"
To: "Jason H"
Cc: "Vlad Stelmahovsky" , interest
Subject: Re: [Interest] QtQuick for mobile - any experience to share?
On Wed, 30
Never tried it. I don't know why it it wouldn't work. But in my system we had the server generate the pdf, which we had to use -platform offscreen or something like that.
The PDF stuff requires at least a QGuiApplication, which a mobile app is already.
Sent: Monday, June 04, 2018 at 7:15
> Sent: Sunday, June 03, 2018 at 7:34 PM
> From: "Hamish Moffatt"
> To: interest@qt-project.org
> Subject: Re: [Interest] Why no T& QVariant::value()?
>
> On 24/05/18 00:16, Jason H wrote:
> > Really wishing this function existed. Can someone explain wh
Webview/WebEngine is already wrapped.
But I've never done it. One of the problems with wrapping things, is they always intodruce platform-specific nuances.
Sent: Monday, June 04, 2018 at 10:04 AM
From: "Sylvain Pointeau"
To: "Qt Project"
Subject: [Interest] ios / android - tutorial t
> Sent: Monday, June 04, 2018 at 4:46 PM
> From: "Allan Sandfeld Jensen"
> To: interest@qt-project.org
> Subject: Re: [Interest] Why no T& QVariant::value()?
>
> On Montag, 4. Juni 2018 09:00:28 CEST Giuseppe D'Angelo wrote:
> > Il 23/05/2018 16:16, Ja
I'm trying to produce a file containing only video frames, but muted and
audioChannels seems to be ignored? This is on OSX, but it's an app for android.
I'm not sure if I'm doing it wrong, or if it's nto supported by the platform?
Camera {
videoRecorder {
audioChannels: 0
muted:
I'm trying to record HD video, but all get is 352x288...
videoRecorder {
mediaContainer: "mp4"
frameRate: 30
videoEncodingMode: CameraRecorder.ConstantQualityEncoding
resolution: Qt.size(1920, 1080)
videoCodec: "h264"
}
What am I doing wrong?
___
Interes
I created a bug: https://bugreports.qt.io/browse/QTBUG-68762
It seems that the setting is getting lost a a result of a state or status change
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
How can I get access to pixel data (for reading) when being presented a frame?
I have the following:
class VideoSurface: public QAbstractVideoSurface {
bool present(const QVideoFrame &frame) override {
// I can't map() because frame is const and map() is not marked const
// and frame is not al
> How can I get access to pixel data (for reading) when being presented a
> frame? I have the following:
>
> class VideoSurface: public QAbstractVideoSurface {
> bool present(const QVideoFrame &frame) override {
> // I can't map() because frame is const and map() is not marked const
> // and f
I have no idea what I'm doing wrong. Can someone this and let me know?
The frames I'm getting are BGR32, so I have special code for that.
But I'm getting the message "QVideoFrame::unmap() was called more times then
QVideoFrame::map()"
Which is obviously not the case.
To restate the problems:
1.
.copy( image.rect() ) );
>
> return true;
> }
>
> This works for me...
>
>
> 14-Jun-18 17:52, Jason H пишет:
> > I have no idea what I'm doing wrong. Can someone this and let me know?
> > The frames I'm getting are BGR32, so I have special code for th
/ at this point _frameBuffer bytearray contains your pixels
>
>
> Hope this saves you some of the headaches I went through as well!
>
> Gil
>
>
> On 6/14/18, 11:26 AM, "Interest on behalf of Jason H"
>
> wrote:
>
> Yes, I essentially h
ReadPixels(0, 0, input->width(), input->height(), GL_BGRA_EXT, GL_UNSIGNED_BYTE, _frameBuffer.data());
#endif
glBindFramebuffer(GL_FRAMEBUFFER, prevFbo);
// at this point _frameBuffer bytearray contains your pixels
Hope this saves you some of the headaches I went through as well!
Gil
On
, GL_BGRA_EXT, GL_UNSIGNED_BYTE, _frameBuffer.data());
#endif
glBindFramebuffer(GL_FRAMEBUFFER, prevFbo);
// at this point _frameBuffer bytearray contains your pixels
Hope this saves you some of the headaches I went through as well!
Gil
On 6/14/18, 11:26 AM, “Interest on behalf of Jason H” wrote:
It's a simple mapping of y value to "H" in a HSV space over the normalized range of values.
To do it in a bitmap is easy, to do it as a line like you 'd want on a vector plot, i'd take the y midpoint value of the segment and use that for the pen color for the whole line, choosing a sensible nu
but doesn't seem to support what I need.
I was wondering if I the feature could be easily added as it is easily doable in Qt (as in "there's a special QPen to do this") or not.
Looks like the answer is NO.
Regards,
On Thu, 21 Jun 2018 at 15:42, Jason H <jh...@gmx.co
Your questions aren't really answerable. What are the concerns?
Define "isolation": thread, process, bus, other?
Why are you asking Qt? Websockets are not Qt. They are a RFC (6455). Are you
asking specifically about Qt's implementation? It sounds like you are asking a
more general question.
>
...
> Is there any possibility to register new objects on an existing channel?
> I would like to use a first registered object for user
> authentification and a second one, that is registered after success of
> the first operation.
I don't know what you mean "register new objects on an existin
Did you ever call liten on the server side? Literally server.listen(); I used a different module, express-ws.
You need to have something listening on the port, then the server can map the incomming request to the correct handler. I use the following (incomplete code) to broadcast activity to al
Try a QVideoWidget? http://doc.qt.io/qt-5/qvideowidget.html
I'm in a similar situation, but there's a few differences. As far as I can
speak to what you want:
I have a QAbstractVideoFilter that gets sent frames continuously, but only
captures some of them. Which ones are controlled by a function
You can make it all async. Sockets are async (but are also your problem because
they are out-of-band from the video frame pipeline)
> Sent: Monday, June 25, 2018 at 10:52 AM
> From: "Lodron, Gerald"
> To: "Thiago Macieira"
> Cc: "interest@qt-project.org"
> Subject: Re: [Interest] Rendering ti
problem you’ll need to debug, but just a heads up that once you do get frames back, they won’t be what you expect…
From: Jason H
Date: Monday, June 18, 2018 at 12:34 PM
To: Gil H
Cc: Qt Interest
Subject: Re: [Interest] (code) Cannot map videoforames for QAbstractVideoSurface::present
The rationale is the justification to the user on why they should grant the permission
"Location needed for GPS tagging"
"Camera needed for selfies"
The "UI" is operating system grant dialog.
Sent: Tuesday, June 26, 2018 at 5:02 PM
From: "René Hansen"
To: "Pierre-Yves Siret"
Cc: int
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
I've used bluetoothctl to pair to my mac, but when I try to get local adapters
on the Pi from Qt, there are none:
log:
Local Adapters:
ASSERT: "!isEmpty()" in file
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qlist.h, line 294
code:
auto localAdapters = QBluetoothLocalDevice::allDevice
Thanks all for your experience reports. Looking around, it seems that disabling the built-in BT and going wth a dongle worked for some people. Has anyone tried that?
As for me bing a Bluetooth noob, what do I need to know about Bt vs TCP sockets? Speficically:
Can I access my service without
Well is it rotated or flipped?
Reordering the Y order is not the same as rotating 180.
Also see QImage::mirrored() and QVideoSurfaceFormat::scanLineDirection(). It'll vary depending on how the hardware driver is implemented.
It's getting kind of ridiculous supporting the popular forma
Seems to be this: https://bugreports.qt.io/browse/QTBUG-68762 ?
> Sent: Friday, July 20, 2018 at 5:23 PM
> From: "Alexander Carôt"
> To: "Alexander Carôt"
> Cc: "qt qt"
> Subject: Re: [Interest] QCamera resolution problem
>
> see below - as a first acceptable temporary solution I am constantly
I was looking at http://doc.qt.io/qt-5/examples-ios.html but there are no
instructions on how to do this.
// https://stackoverflow.com/questions/12661031/how-to-hide-a-status-bar-in-ios
- (BOOL)prefersStatusBarHidden {
return YES;
}
on the UIViewController, but not sure how to do this on Qt
PM
> From: "Furkan Üzümcü"
> To: "interestqt-project.org" , "Jason H"
>
> Subject: Re: [Interest] UIViewController override
>
> You can create a file with the name `AppDelegate.mm` and the settings will
> take affect. As an example, you can
I finally got it! Well almost. When setting the screen to all black, I get a
1px white line at the top. But other than that the bar is gone.
Any ideas on that one?
> Sent: Tuesday, August 07, 2018 at 12:25 PM
> From: "Jason H"
> To: "Furkan Üzümcü"
> Cc: "i
Nevermind, My bug.
Thank you so much for your help Furkan!
> Sent: Tuesday, August 07, 2018 at 1:46 PM
> From: "Jason H"
> To: "Jason H"
> Cc: "Furkan Üzümcü" , "interestqt-project.org"
>
> Subject: Re: [Interest] UIViewController ov
What is the status of using swift in Qt for Apple platforms? My recent effort
of removing the status bar turned up a lot of swift code examples, it seems to
be much more popular than Obj-C.
___
Interest mailing list
Interest@qt-project.org
http://lists.
What is the status of using swift in Qt for Apple platforms? My recent effort
of removing the status bar turned up a lot of swift code examples, it seems to
be much more popular than Obj-C.
___
Interest mailing list
Interest@qt-project.org
http://lists.
This past week I worked with some devs who had a Xamarin (C#) app for iOS. Qt
was woefully behind. I had to muck about with Objective-C, (with Apple's site
now defaulting to Swift code examples).
Simple things like setting screen brightness and status bar visibility were as
simple as setting a
Sounds like an Application level library is needed, rather than an Activity?
Sent: Tuesday, October 27, 2015 at 11:49 AM
From: "Preet via Interest"
To: ""
Subject: [Interest] Qt on Android and loading native libs
I recently came across an issue with native code on Android (not in a Qt applic
1701 - 1756 of 1756 matches
Mail list logo