1220
Link: @CplusplusQt Embedded: @EMBCpp • Allowed Topics: C++ and everything related to Qt • Use only English • No Private Message without asking user's permission • No NSFW • No Spam • No unauthorized Bots • No Offtopic • No Self Promotions
that's the way I would do this. ... can be automated if you really want to make it faster as butch configure
Читать полностью…
general advice in common. all high-experience-senior administrators use it :D
boot2qt haven't used. don't know about it but.... internet shows... ARM Cortex cpu. it's supported by linux kernel
it's easy to follow guides to create your distributuve with common drivers(eg mesa — standart). qt app in autostart....
but you know better, i assume you also never heard and is interested
don't use master branch. use latest stable release
1) clean up everything, 2) grab a cup of coffee, 3) follow steps 'copy-pasting' from docs to configure
always works)
Welcome to the group, -! :-)
Wanna share your story of how you started with Qt, QML or C++? Maybe some nice feature that made you stick with it.
Rules are set on the description of the group. :)
<video> should be the way to go. With your css styles
Читать полностью…
Welcome to the group, @mohmeh116! :-)
Wanna share your story of how you started with Qt, QML or C++? Maybe some nice feature that made you stick with it.
Rules are set on the description of the group. :)
Any C++ buddy here? I am getting a very big problem the world ever noticed.
Читать полностью…
We are looking for Qt/QML developer in Delhi/ NCR. The candidate should know mobile app development.
Experience: > 8+ years
Work location: Delhi
Please connect if interested.
Pausing it is not really something they had in mind. And I'd see that part of the interface in the user's responsibility.
Читать полностью…
Yeah, that's actually what I'm doing now. Just a bummer that I'll have to do it myself because it seems like a basic function of a timer 😅
But I guess there's a technical reason or something why it's not there
But that would probably need to be done in C++, right?
Читать полностью…
Why can't we pause and resume a Timer? :(
Should I just use animation which can be paused? LOL
Videos from my cell phone are okay. Need to find out what cell phones trigger this.
Читать полностью…
As a bonus, I made Qt Designer plugin to add QVideoWidget to the Qt Designer Widget Box, since it isn't there by default.
Читать полностью…
to boot linux kernel use grubby — also simple follow steps, done 1 time, made a note, can redone in minutes
Читать полностью…
You mean master branch of the boot2qt from variscite?
Читать полностью…
Guys, I need some help with a Variscite i.MX8M Plus + Boot2Qt (Yocto Kirkstone, Qt 6.4).
I built the image + toolchain and configured Qt Creator. When I deploy a basic Qt Design Studio project, I get:
drmModeGetResources failed (Operation not supported)
no screens available
Cannot create window: no screens available
{
"device": "/dev/dri/card0",
"outputs": [
{ "name": "HDMI-A-1", "mode": "1920x1080" }
]
}
export QT_QPA_EGLFS_KMS_CONFIG=/tmp/config.json
ReferenceError: Constants is not defined
But, you can do this, with right server code and js, you can lazy download....
But requires your 5000 lines js bicycle
Google c++to js, emscripten or something like thatt. Just recompile open source parser
But... cant feed into blink stream only to js canvas...
Building a Full WASM Video Player (EAC3 + MKV)… Am I Crazy or Is This Possible?🙂
Читать полностью…
Make it a component of its own, so you can reuse it -- call it PausableTimer or some such, then you can have it available whenever you need it :)
Читать полностью…
Well, I guess they thought a timer measures the time between a beginning and an end. 😉
Читать полностью…
Not necessarily.
Use new Date().getTime()
If you get the time when the timer starts, you can also get the time when you pause it (add a js function to your Timer for this), calculate the elapsed time, and subtract that from your Timer interval. Then you can reset the interval to the remaining time. Next time the timer starts, it would be considered resumed from being paused. You'd want to keep track of the actual interval in a separate property, so when the timer expires and fires, you can reset the interval back to the full interval.
Good question, but creating an own timer with that capability shouldn’t be that hard I suppose?
Читать полностью…
Welcome to the group, @adi011235! :-)
Wanna share your story of how you started with Qt, QML or C++? Maybe some nice feature that made you stick with it.
Rules are set on the description of the group. :)
You can see from my first attempt - modifying the metadata to alter the rotation in the metadata for each frame doesn't work — Qt Multimedia honors it and sets the aspect ratio it renders to proper for the rotation, but the underlying video still renders in it's original orientation.
The second impl is a pure Qt Quick impl.
The third is taking that Qt Quick impl, and embedding it in the Widgets window.