mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Minor Updates (#1241)
This commit is contained in:
@@ -580,7 +580,7 @@ void Hyperion::update()
|
||||
|
||||
// copy image & process OR copy ledColors from muxer
|
||||
Image<ColorRgb> image = priorityInfo.image;
|
||||
if(image.size() > 3)
|
||||
if (image.width() > 1 || image.height() > 1)
|
||||
{
|
||||
emit currentImage(image);
|
||||
_ledBuffer = _imageProcessor->process(image);
|
||||
|
Reference in New Issue
Block a user