2556 eSOM++ Team Mar 06 4432 Views Play with Qt 3D on eSOMiMX6 3D applications can be built and run using Qt 3D. This can be achieved with the help of both C++ and QML APIs. Qt 3D is built upon Entity Component System (ECS). Qt also provides Qt Quick 2 element, Scene3D, that enables embedding the 3D content ...
2540 eSOM++ Team Mar 06 3269 Views Develop Media Player on eSOMiMX6 in ‘2’ hours Qt-GStreamer is C++ libraries that bind the GStreamer with Qt. It also provides helper classes and elements that enhance the use of GStreamer in Qt application. This article guides you run a media player application using Qt-GStreamer for ...
2537 eSOM++ Team Mar 06 2463 Views How to use tilt sensor from eSOMiMX6 micro in your application? Screen orientation, these days, has become the most common feature in almost all the handheld devices. Screen orientation is made possible with the measurement of position and velocity. This measurement is made possible with the help of IMU chips. ...
2534 eSOM++ Team Mar 06 2369 Views Multilingual Qt Application on eSOMiMX6 Qt applications can be adapted to different languages, regional differences and technical differences and requirements with the help of internationalization and localization. Internationalization is designing an application so that it can be adapted ...
2530 eSOM++ Team Mar 06 2430 Views Develop your Digital Photo Frame using eSOMiMX6 A digital photo is a picture frame that displays photographs. The slideshow is a presentation of series of images in a prearranged sequence. A well-organized slideshow is the one with the following features. The appropriate duration of the ...
2506 eSOM++ Team Feb 21 2663 Views Quickly Develop a Dynamic Website on eSOMiMX6 In a dynamic website, contents are updated automatically depending on the time of the day, the viewer’s native language, and other factors. Dynamic websites contain client-side scripting or server-side scripting to generate the changing content or ...
2493 eSOM++ Team Feb 21 7346 Views Qt Creator Remote Debugging Remote debugging is identifying and removing errors from the application running on a device from another device. The Qt application once deployed on the eSOMiMX6 device(s) can be debugged from any remote system. Qt Creator provides very easy access ...
2490 eSOM++ Team Feb 21 2316 Views Getting Started with Qt Widgets on eSOMiMX6 Widgets are the basic blocks of user interfaces in Qt. Widgets include buttons, labels, message box, text edit, tab, combo box, scroll bar, etc. For Qt Widgets, everything is C++. The UI elements can be used to create a classic desktop-style user ...
2486 eSOM++ Team Feb 21 2075 Views Getting Started with QML on eSOMiMX6 QML is a declarative language that allows user interfaces to be described in terms of their visual components and how they interact and relate with one another. It separates the declarative UI design and the imperative programming logic. It also ...