https://github.com/carlonluca/pot
Raspberry Pi accelerated video/image rendering with Qt: custom QML components and QtMultimedia backend.
https://github.com/carlonluca/pot
Last synced: 5 months ago
JSON representation
Raspberry Pi accelerated video/image rendering with Qt: custom QML components and QtMultimedia backend.
- Host: GitHub
- URL: https://github.com/carlonluca/pot
- Owner: carlonluca
- License: gpl-2.0
- Created: 2013-02-23T14:00:09.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2022-07-26T12:03:04.000Z (over 3 years ago)
- Last Synced: 2025-05-08T21:43:59.499Z (7 months ago)
- Language: C++
- Homepage: https://bugfreeblog.duckdns.org
- Size: 14.8 MB
- Stars: 178
- Watchers: 44
- Forks: 44
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
- License: COPYING
Awesome Lists containing this project
- qt-guide - Pot
- awesome-qt-qml - pot - Raspberry Pi accelerated video/image rendering with Qt: custom QML components and QtMultimedia backend. (Hardware)
README
PiOmxTextures (POT)
===================
This is a proof of concept of how to build a QML Qt component that renders h264 1080p
video and audio using Raspberry Pi hardware decoder. Also contains code to hardware-decode
images to QML components.
In the piomxtextures_qt_driver there is a QtMultimedia backend sample using POT as a shared
library.
In piomxtextures_poxplayer there is a sample player used to test the backend.
For more information on the project refer to http://goo.gl/KphzdD.
For some build instructions: http://goo.gl/9TZPxn.
For some info on how to use: http://goo.gl/TuiSyS.
For a demo: https://www.youtube.com/watch?v=SeJxQN-W2uA.
POT releases include builds that provide Qt Multimedia Backend, POT library, sample apps and Qt builds of most available Qt modules and, sometimes, complete firmware images (see http://goo.gl/KphzdD).
I'll keep the project up as long as I'll see interest for it. Enjoy! ;-)
Yocto image
===========
There is a recipe to include POT plugin into your Yocto images: https://github.com/carlonluca/meta-pot.git.