mirror of
				https://github.com/hyperion-project/hyperion.ng.git
				synced 2025-03-01 10:33:28 +00:00 
			
		
		
		
	make video from proto available in webui live view (#356)
This commit is contained in:
		| @@ -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(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user