Page 1 of 6

[APP] Hyperion (Ambilight)

Posted: Thu Sep 06, 2018 9:11 pm
by bugficks
For usage etc rtfm of Hyperion.

https://youtu.be/mMO6ziX9MYE

To enable tizen framebuffer grabber hyperiond add this to config:

Code: Select all

"tizentvfbgrabber" : 
{
    "device" : "screen",   // screen (=including UI), screen_video_only (=excluding UI)
    "width" : 64,
    "height" : 64,
    "frequency_Hz" : 100.0,
    "priority" : 890
}
or use hyperion-tizentvfb to send captured framebuffer to some hyperiond server.

I've backported E1.31 sACN support so ESPixelStick works.

To use E1.31 sACN device use this in hyperiond config.

Code: Select all

"device" :
{
      "name" : "ESPixelStick",
      "output" : "some-ip:5568",
      "type" : "udp-e131"
}
Everything is provided as is without any support, just sharing bins!

Re: [APP] Hyperion (Ambilight)

Posted: Thu Sep 06, 2018 9:43 pm
by bobiturboto
Thank you for your app.
With danger to be cheeky and with excuse for the wrong section, is any chance to be available for F too?

Sent from my D6503 using Tapatalk


Re: [APP] Hyperion (Ambilight)

Posted: Fri Sep 07, 2018 3:20 pm
by bugficks
i guess if you find someone who is willing to do it... not me though:)

Re: [APP] Hyperion (Ambilight)

Posted: Sat Oct 06, 2018 8:17 pm
by StephanBJU
Hello,

i am new with SamyGo. Find this page by searching for the possibility to have Ambilight not only for kodi on my rapsi but also for netflix on smarthub stuff. This app seems to be this one i am searching for but when i tried to start this over usb-stick i have no success. can you tell me what i have to do step by step? or a hint where to find a manual for rooting and starting 3rd Party Apps on Tizen (if required for this app)? i own a SamsungTV UE55JU7090.

Re: [APP] Hyperion (Ambilight)

Posted: Sat Oct 06, 2018 9:41 pm
by jaroprofe
Is It run on serie K?

Re: [APP] Hyperion (Ambilight)

Posted: Wed Mar 06, 2019 10:23 pm
by rakuri
@bugficks how do you run this?
I get every time this error message:

Code: Select all

localhost/opt/storage/usb/sdb4/hyperion # sh hyperiond.sh
ERROR: ld.so: object '/opt/storage/usb/sdb4/hyperion/lib/arm-linux-gnueabi/libm.so.6' from LD_PRELOAD cannot be preloaded: ignored.
/opt/storage/usb/sdb4/hyperion/usr/bin/hyperiond: error while loading shared libraries: /opt/storage/usb/sdb4/hyperion/usr/lib/arm-linux-gnueabi/libQtGui.so.4: file too short

Re: [APP] Hyperion (Ambilight)

Posted: Sun Mar 10, 2019 4:29 am
by bugficks
im using my own debian libs/bins based sysroot. iirc zoe compiled almost everything himself for his sysroot. didnt expect this to be a problem though. too bad

Re: [APP] Hyperion (Ambilight)

Posted: Sun Mar 10, 2019 10:20 am
by zoelechat
To me sounds more like badly extracted archive, e.g. with some Windows crap, resulting in 0 bytes libm (and others) instead of expected symlink.
ps: I've never provided/recompiled libs that are built-in TV :)

Re: [APP] Hyperion (Ambilight)

Posted: Sun Mar 10, 2019 11:44 am
by bugficks
well symlinks on vfat? 🙂

Re: [APP] Hyperion (Ambilight)

Posted: Sun Mar 10, 2019 12:32 pm
by zoelechat
Uh, right, indeed depends where you extract it. If (as advised) exfat is used for sysroot, symlinks are supported. FAT support is also given since there are none out of the box. Your archive doesn't respect "standards" :ugeek: