abrenoch / hyperion-android-grabber

Screen grabber for hyperion
MIT License
193 stars 31 forks source link

black bars issue #144

Closed DrCard closed 5 years ago

DrCard commented 5 years ago

if your movies have black bars the top and bottom lights are switched off as it is black

with the intel hyperion Ambilight 1.0.2 it takes the black bars off and sends it to the Hyperion demand

hope you can add this option

abrenoch commented 5 years ago

Have you tried configuring your hyperion server to remove the black bars? This is doable within the app, however we decided to encourage people to use the hyperion config option to achieve this.

DrCard commented 5 years ago

add this to the hyperion.config.json and now working

// BLACKBORDER CONFIG
"blackborderdetector" : 
{
    "enable" : true,
    "threshold" : 0.25,
    "unknownFrameCnt" : 600,
    "borderFrameCnt" : 50,
    "maxInconsistentCnt" : 10,
    "blurRemoveCnt" : 1,
    "mode" : "default"
},

thank you so much