make video from proto available in webui live view (#356)

This commit is contained in:
redPanther 2016-12-30 20:18:41 +01:00 committed by GitHub
parent 8f4341c5c6
commit 58f6d0a1d1

View File

@ -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();