mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
make video from proto available in webui live view (#356)
This commit is contained in:
parent
8f4341c5c6
commit
58f6d0a1d1
@ -199,6 +199,7 @@ void ProtoClientConnection::handleImageCommand(const proto::ImageRequest &messag
|
||||
// process the image
|
||||
std::vector<ColorRgb> ledColors = _imageProcessor->process(image);
|
||||
_hyperion->setColors(_priority, ledColors, duration);
|
||||
_hyperion->setImage(_priority, image, duration);
|
||||
|
||||
// send reply
|
||||
sendSuccessReply();
|
||||
|
Loading…
x
Reference in New Issue
Block a user