Skip to content

Mobile and Embedded

The forum for developing everything embedded: Linux, WinCE, Symbian, MeeGo... you name it.
14.1k Topics 62.6k Posts
  • VP8 encoding on Android

    2
    0 Votes
    2 Posts
    1k Views
    M
    After making some more research, I found that Qt doesn't read the system's codecs, but they are "hardcoded". Here is a link to the file which returns the available codecs in Android: https://qt.gitorious.org/qt/qtmultimedia/source/108dda7a90bd0f0337358b0db47ae55acd16dea6:src/plugins/android/src/mediacapture/qandroidvideoencodersettingscontrol.cpp#L62 I will continue posting here my updates on this topic.
  • About raspberry pi cross compile ?

    raspberry cross compile
    17
    0 Votes
    17 Posts
    9k Views
    SGaistS
    Just mount the Pi root file system before starting to work on your project
  • buildroot qt issue with tslib

    buildroot qt is
    4
    0 Votes
    4 Posts
    1k Views
    SGaistS
    Good ! Then please mark the thread as solved ("Topic Tools" -> Mark Solved)
  • [Solved]Printing on iOS

    ios printing objective-c
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • 0 Votes
    12 Posts
    4k Views
    F
    More complete log: http://pastebin.com/cagcpw49 Also created this: https://bugreports.qt.io/browse/QTBUG-44697
  • This topic is deleted!

    Locked
    0
    0 Votes
    0 Posts
    5 Views
    No one has replied
  • Build modify example code in QT

    2
    0 Votes
    2 Posts
    474 Views
    SGaistS
    Hi, If you want to modify the example directly you have to edit its sources directly. AFAIK you can open any example in Qt Creator and start toying with it
  • [Solved] Initial Screen drawing area on iOS Bug?

    1
    0 Votes
    1 Posts
    370 Views
    No one has replied
  • [SOLVED] iOS force landscape

    3
    0 Votes
    3 Posts
    1k Views
    K
    What about for a surface pro?
  • [SOLVED] Ressource Path to iOS

    ios ressource
    4
    0 Votes
    4 Posts
    1k Views
    patrikdP
    Hi guys, thx, will give it a try. best, patrik
  • Update Qt5.3 to Qt5.4.1 -> pixelated

    3
    0 Votes
    3 Posts
    869 Views
    M
    Thanks for your reply! My problem is partial related to mentioned bug-report. In my application I draw a plot with QPainter, even the plot line lost quality. Has abybody experience with this problem and can give me a hint to improve? THX
  • QtMultimedia Cross Compile Raspberry pi

    6
    0 Votes
    6 Posts
    2k Views
    SGaistS
    No on the Raspberry Pi itself
  • Swipe gesture to changes pages

    2
    0 Votes
    2 Posts
    679 Views
    J
    Any ideas? Maybe this be done using StackViewDelegate... but how to set the transition to follow swipe (finger)?
  • QtWebView issue

    6
    0 Votes
    6 Posts
    4k Views
    SGaistS
    Hi, There's something that needs some clarification here: on iOS and Android, neither QtWebKit nor QtWebEngine are supported since both platforms enforces the use of their own provided web element. Here enters the QtWebView module which is not the same thing as the QtWebKit QWebView nor the QtWebEngine QWebEngineView. QtWebView provides a minimal wrapper around the native web view of both platforms.
  • Qtmultimedia - video hardware acceleartion on raspberry pi

    4
    1 Votes
    4 Posts
    3k Views
    I
    @ben80 did you find something about gst-omx plugin ?
  • Android :- Set application permission

    4
    0 Votes
    4 Posts
    3k Views
    yogeshpatel23Y
    @tonysonney : Whenever you execute SU command programmatically in your application, you should get pop-up to allow app for root access, I think after that you will be able to see your app in superSU list .
  • Custom TextFieldStyle for iOS application

    3
    0 Votes
    3 Posts
    862 Views
    benlauB
    hi jseeQt, Thank for your reply. Too bad , it don't have any preferred/standard method.. I don't mind for a hack solution. However, my code is not executed in iOS only. It also run on desktop / Linux for preview and automated test. The desktop build won't bundle those qml files into qrc. That means the import path of desktop and iOS will be different. I still need a way to detect the location of qml plugin , inherit the TextFieldStyle and modify it.
  • What QT version is more suited

    2
    0 Votes
    2 Posts
    676 Views
    JKSHJ
    Hi, and welcome to the Qt Dev Net! How do you want to show this text information, button and slider to the user? Through a web browser, or something else?
  • EGLFS Platform Plugin Display is inverted both in X and Y axis

    2
    0 Votes
    2 Posts
    872 Views
    A
    That's weird. Have you verified the behavior with any non-Qt-based GL apps?
  • Problems with Qt/OpenGL linked with CUDA library

    5
    0 Votes
    5 Posts
    2k Views
    A
    The CUDA section in the article http://blog.qt.io/blog/2015/03/03/qt-weekly-28-qt-and-cuda-on-the-jetson-tk1/ may give an idea how this could be achieved.