Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daguerreo/qml-imageprovider
Demonstrate how to use QQuickImageProvider to provide a stream of image to QML
https://github.com/daguerreo/qml-imageprovider
qml qquickimageprovider qt
Last synced: 4 months ago
JSON representation
Demonstrate how to use QQuickImageProvider to provide a stream of image to QML
- Host: GitHub
- URL: https://github.com/daguerreo/qml-imageprovider
- Owner: Daguerreo
- License: mit
- Created: 2020-10-02T13:21:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-09T09:20:37.000Z (almost 4 years ago)
- Last Synced: 2024-06-16T04:51:02.246Z (8 months ago)
- Topics: qml, qquickimageprovider, qt
- Language: C++
- Homepage:
- Size: 1.06 MB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QML-ImageProvider
Demonstrate how to use **QQuickImageProvider** to provide a stream of image to QML.![](sample/sample.gif)
This is part of the blog post
https://www.pixelature.it/qml-visualizzare-un-flusso-di-immagini/