I some how missed Alpha One. My last git build was on done on Feb. 10. Alpha Two works well. (running on Rpi3 usb grabber. .etc) I used the .deb packages to install. Having some trouble compiling my own. I'll figure it out however. It's working very well. Many thank to the Hyperion dev team.
Hallo zusammen, da ich die Version 1 nicht ans Laufen bekommen habe, habe ich direkt die Version 2 installiert. Da hatte ich Probleme mit dem Screenshot und dem Grabber und naja nachher lief nichts mehr..... Jetzt finde ich den Befehl von damals nicht mehr und bekomme es nicht installiert..... Zu meiner config: Raspverry3B Libreelec Danke...
@Lars75 Hast du schon mein Script probiert? https://hyperion-project.org/thread...b-with-libreelc-and-adalight.3589/#post-24589
Hi, Super!!!!Danke habe es wirklich nicht gefunden.... ..jetzt funktioniert nur der Screenshot noch nicht, aber da warte ich jetzt wohl besser.
Hi, ja, hast ja recht, aber die Auflösung für die Ränder ist er mäßig ;-) daher wollte ich das nochmal kontrollieren. Gibt es hier einen Trick für die schwarzer Rand Erkennung? Das wäre super, st bis jetzt nur raten
Bis jetzt hat sich noch niemand gefunden der eine WebUI Umsetzung der Black Border Detection umsetzt.
Hi, noch eine Frage zum Livebild. Ist das wirklich so wie es vom Grabber kommt? Die Auflösung die ich da sehe ist wirklich Kacke...Ich habe nämlich ein 4K Signal und aus dem Wandler gehe ich 1080 raus, nicht das hier ein Problem ist.
Das wird mit dem Bildverkleinerungs Faktor runtergerechnet. Du kannst ihn natürlich auch auf 1 stellen. Da wird aber dein RPi nicht.mehr von der Rechenleistung her reichen. Einfach mal im WebUI nachschauen.
Hi, Vielleicht noch ne kleine Idee für die Version 2.0. Eine Möglichkeit eine Regel für das Herunterfahren des Raspberry anzulegen. Vielleicht wenn nach 21:00 Uhr und 2 Minuten kein Signal dann herunterfahren..... Im Moment nutze ich dafür iobroker.... Gruß Lars
Sobald die Hue Entertainment API im master drin ist und die meisten Fehler und refactors beseitigt wurden, kommt als nächstes das Plugin system was ich aufgrund des Umfanges erst Mal verschieben musste. Dann kann man seinen Ideen freien Lauf lassen.
Hello when I try to install hyperion in OSMC with "wget -qO- https://raw.githubusercontent.com/hyperion-project/hyperion.ng/master/bin/compile.sh | sh" it gives me this error After this operation, 5429 kB of additional disk space will be used. Do you want to continue? [Y/n] Abort. any solution?
Same error for me earlier in the thread. An earlier build compiled just fine, but the later alpha builds don't compile. Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY OPENSSL_INCLUDE_DIR) (Required is at least version "1.0.0") Call Stack (most recent call first): /usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE) /usr/share/cmake-3.13/Modules/FindOpenSSL.cmake:412 (find_package_handle_standard_args) cmake/Dependencies.cmake:54 (find_package) src/hyperiond/CMakeLists.txt:115 (DeployUnix) I've tried to resolve, but just can't get past this error. (I need to compile b/c I need the latest master version - alpha5 is broken for nanoleaf) thanks milhouse
Nope, it's already on the pi. [email protected]:~ $ sudo apt-get install libssl-dev Reading package lists... Done Building dependency tree Reading state information... Done libssl-dev is already the newest version (1.1.1d-0+deb10u1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. I think it's the buster docker container that doesn't have a functioning libssl-dev package. Even though it's in the docker config. The Raspi-Buster build script doesn't work - error above. The stretch one worked fine even though I am on Buster. So now I have the latest build and my nanolead panels work again.