abrenoch / hyperion-android-grabber

Screen grabber for hyperion
MIT License
196 stars 34 forks source link

Only center of screen is sent to hyperbian server #172

Closed krasatos closed 3 years ago

krasatos commented 3 years ago

It seems like the image sent to the hyperbian instance that controls the leds is a smaller rectangle near the center of the screen.

Led colors do not correspond to the edges of the screen.

Is there some way to adjust this?

Attaching pictures to better illustrate:

20210320_124554

Check the white leds below that correspond to the gray image in the middle of the screen.

20210320_094932

Again here, the leds are mirroring the Netflix logo from further inside the screen.

krasatos commented 3 years ago

I figured out what the issue was: It's on Hyperbian side, where I have a usb camera grabber with lower priority for when watching native content. I set the "trapezoid" percentages (in led configuration) to match where the webcam sees my screen. This was reflected to the image captured by the android app and hence ignoring the screen edges. Setting all leds to 0%/100% as they were by default fixed it. Thank you