09ee8f26ee
* Feat: Add image sender to webui This PR adds a new image sending feature to the webui and extends the api accordingly. In javascript the processing of images is horrible slow (without WASM), so the solution is at the API side with out-of-the-box power of Qt. - The image cmd accepts now a raw image that is encoded with base64. Supported are all image formats that qt supports (enough) - There is no real size limit. It will be automatically scaled down to max 2000px width or height according to aspect ratio - It's possible to scale down through a new "scale" property if developer wants that. - Test were successfull until 3MP pictues, 4k+ closes the websocket on browser side, so 2k is a decent value - Adds a new image streaming feature from browser (tabs/applications/complete desktop as target). This works just if used with HTTPS PR#612 AND with a recent version of Firefox/Chrome |
||
---|---|---|
.ci | ||
assets | ||
bin | ||
cmake | ||
config | ||
dependencies | ||
doc | ||
effects | ||
include | ||
libsrc | ||
resources | ||
src | ||
test | ||
.azure.yml | ||
.codedocs | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
3RD_PARTY_LICENSES | ||
CMakeLists.txt | ||
CODING_STYLE.md | ||
CompileHowto.md | ||
CrossCompileHowto.txt | ||
HyperionConfig.h.in | ||
ISSUE_TEMPLATE | ||
LICENSE | ||
PULL_REQUEST_TEMPLATE | ||
README.md | ||
version.json |
About Hyperion
Hyperion.NG is an opensource Bias or Ambient Lighting implementation which you might know from TV manufactures. It supports many LED devices and video grabbers. The project is still in a beta development stage (no stable release available).
Features:
- Low CPU load makes it perfect for SoCs like Raspberry Pi
- Json interface which allows easy integration into scripts
- A command line utility to for testing and integration in automated environment
- Priority channels are not coupled to a specific led data provider which means that a provider can post led data and leave without the need to maintain a connection to Hyperion. This is ideal for a remote application (like our Android app).
- Black border detector and processor
- A scriptable (Python) effect engine
- A multi language web interface to configure and remote control hyperion
If you need further support please open a topic at the forum!
Contributing
Contributions are welcome! Feel free to join us! We are looking always for people who wants to participate.
For an example, you can participate in the translation.
Requirements
Debian 9, Ubuntu 16.04 or higher. Windows is not supported currently.
We provide a macOS Build but we can not support this.
Building
See CompileHowto and CrossCompileHowto.
Download
Please be patient. The first release is coming soon.
License
The source is released under MIT-License (see http://opensource.org/licenses/MIT).