Skip to content
  • 145k Topics
    723k Posts
    G
    Hi, I’m working with Qt 6.9.1 in a microservice-based architecture. Our current setup involves parsing RTSP camera streams, converting them into JPEG format, and rendering them through QML’s VideoOutput using a VideoSink. We need to handle multiple video streams simultaneously—potentially more than 10–15 at once. What would be the most scalable and efficient approach to achieve this? Regards, Adnan
  • Jobs, project showcases, announcements - anything that isn't directly development
    4k 23k
    4k Topics
    23k Posts
    RokeJulianLockhartR
    KDAB's KDDockWidget has plans for Qt Quick support though. @colourdelete, per github.com/KDAB/KDDockWidgets/discussions/652#discussioncomment-14096746, is it even usable outside C++?
  • Everything related to designing and design tools

    129 388
    129 Topics
    388 Posts
    T
    Try another pc, maybe the graphics card driver has a problem with it.
  • Everything related to the QA Tools

    78 214
    78 Topics
    214 Posts
    IamSumitI
    Hi, I have developed QML application having two Inputbox and one button with mentioning the ids of each component. When I recording and verifying with Squish tool I am not getting type(waitForObject(..), "") function/API in my script. I want to have text/caption of the button and input text of the both input box from my QML application. The same thing i am getting by running the addressbook example exe with Squish tool as following. startApplication("Addressbook") mouseClick(waitForObjectItem(names.address_Book_Unnamed_Menubar, "File")) mouseClick(waitForObjectItem(names.file_MenuItem, "New")) mouseClick(waitForObject(names.add_ToolbarItem)) type(waitForObject(names.address_Book_Add_Forename_Edit), "sumit") mouseClick(waitForObject(names.address_Book_Add_Surname_Edit), 42, 14, MouseButton.PrimaryButton) type(waitForObject(names.address_Book_Add_Surname_Edit), "Dine") mouseClick(waitForObject(names.address_Book_Add_Email_Edit), 37, 15, MouseButton.PrimaryButton) type(waitForObject(names.address_Book_Add_Email_Edit), "djihf") mouseClick(waitForObject(names.address_Book_Add_Phone_Edit), 29, 5, MouseButton.PrimaryButton) type(waitForObject(names.address_Book_Add_Phone_Edit), "1233") clickButton(waitForObject(names.address_Book_Add_OK_Button)) What need to do further ? Is there anything require to add or missed either on Qt side or Squish side ? Please help.
  • Everything related to learning Qt.

    384 2k
    384 Topics
    2k Posts
    Emilia_QtE
    Hey @Carditus, We have released our Certification Testing Platform with the first test. Read more here: https://www.qt.io/qt-certifications.
  • 2k Topics
    13k Posts
    J
    Adding to this, I know that the thread isn't causing the jitter now, as it consistently logs 16'666'667 to 16'666'668. This is a rendering issue: I get smooth gameplay when the lag phases haven't kicked in using my 3rd approach, but when they finally occur, it isn't visually pleasing. -The second approach is more consistent overall, but still not smooth: There's noticeable jitter due to the timeout drops but it's far less than the 1st approach. However, the jitter remains throughout the entire experience. There's downsides to both, but I prefer smoother gameplay, which makes me prefer the 3rd approach overall. I just don't understand how to keep the thread light, while running every 16 seconds down to the ms without jarring hiccups. I've tried using msleep, but it's very course, which doesn't help my issue. Again, the 2nd approach would be ideal if the timeout never got called so early. Maybe there is a method to prevent that?
  • 4k Topics
    18k Posts
    O
    问下有解决吗,目前用qt creator+qt6.8开发android,创建模板的时候提示无法更新项目文件,关闭之后修改app名字也没效果。[image: 7ee50ece-efbd-42ea-8291-d5a9dbc95cad.png]
  • This is where all the posts related to the Qt web services go. Including severe sillyness.
    1k 10k
    1k Topics
    10k Posts
    Pl45m4P
    @RokeJulianLockhart said in How do I change my forum username?: Perhaps, it was BBCode? As per @JKSH, no. @JKSH said in How do I change my forum username?: In the beginning, the forum used a platform that's basically customized PHP. Apparently they used some monstrosity, which was utilizing PHP