mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Implement letterbox-only blackbar detection mode (#1063)
This commit is contained in:
@@ -79,6 +79,8 @@ namespace hyperion
|
||||
imageBorder = _detector->process_classic(image);
|
||||
} else if (_detectionMode == "osd") {
|
||||
imageBorder = _detector->process_osd(image);
|
||||
} else if (_detectionMode == "letterbox") {
|
||||
imageBorder = _detector->process_letterbox(image);
|
||||
}
|
||||
// add blur to the border
|
||||
if (imageBorder.horizontalSize > 0)
|
||||
|
Reference in New Issue
Block a user