[App] libAmbiLight E/F/H (MST-only)

Here are software that related with Samsung H series TVs.
Please don't create any new topic here unless you have software to post/release.

bobiturboto
SamyGO Project Donor
Posts: 489
Joined: Sun Mar 23, 2014 8:15 pm
Location: Bulgaria

Re: [App] libAmbiLight E/F/H

Post by bobiturboto »

F8000

Initially I thought because I have oscam running but I have stopped oscam and it was the same


adonis
SamyGO Project Donor
Posts: 49
Joined: Tue Dec 19, 2017 8:59 pm

Re: [App] libAmbiLight E/F/H

Post by adonis »

bobiturboto wrote: Thu Aug 09, 2018 7:15 pm F8000

Initially I thought because I have oscam running but I have stopped oscam and it was the same
Ok... I'll make a new version with detailed logging, as soon as I'm back from vacation.
Does libScreenShot work for you? If yes... how do you invoke it?
bobiturboto
SamyGO Project Donor
Posts: 489
Joined: Sun Mar 23, 2014 8:15 pm
Location: Bulgaria

Re: [App] libAmbiLight E/F/H

Post by bobiturboto »

I will test it today and will post the command.
I remember I used libscreenshot in the past.
Enjoy your holiday, I will be off next week too so no rush at all
Thank you

Sent from my D6503 using Tapatalk

bobiturboto
SamyGO Project Donor
Posts: 489
Joined: Sun Mar 23, 2014 8:15 pm
Location: Bulgaria

Re: [App] libAmbiLight E/F/H

Post by bobiturboto »

This is working libscreenshot syntax for my model

Code: Select all

root@tv:/mnt $ samyGOso -d -T -B -l /mnt/opt/privateer/usr/libso/libScreenShot.s
o JPG
samyGOso v1.2.5 (c) bugficks 2013-2014, sectroyer 2014-2015
Injecting '/mnt/opt/privateer/usr/libso/libScreenShot.so' resident: '0'
mprotect: 0x41e96f80
dlopen: 0x42310c5c
dlclose: 0x42310cf0
dlsymaddr: 0x42310d50
pc=4203c660 lr=4203c644 sp=bef691e0 fp=80
r0=43bd694 r1=80
r2=1 r3=0
stack: 0xbef49000-0xbef6a000 length = 135168
executing injection code at 0xbef69094
library injection completed!
Succeeded.
The image is strange though but I hope will be enough
20180810134858.jpg
You do not have the required permissions to view the files attached to this post.
Mubis
SamyGO Project Donor
Posts: 10
Joined: Thu Apr 17, 2014 7:56 am

Re: [App] libAmbiLight E/F/H

Post by Mubis »

The same problem with F7000. TV hangs up after executing libAmbiLihgt.
libscreenshot works fine with samyGOso -d -A -B -l /mnt/opt/privateer/usr/libso/libScreenShot.so ALT
You do not have the required permissions to view the files attached to this post.
adonis
SamyGO Project Donor
Posts: 49
Joined: Tue Dec 19, 2017 8:59 pm

Re: [App] libAmbiLight E/F/H

Post by adonis »

Mubis wrote: Sat Aug 18, 2018 1:52 pm The same problem with F7000. TV hangs up after executing libAmbiLihgt.
libscreenshot works fine with samyGOso -d -A -B -l /mnt/opt/privateer/usr/libso/libScreenShot.so ALT
Hmmm... that's unfortunate if it only works with the ALT method correctly.
The ALT method grabs the screen as a compressed JPG. This means that the pixel information isn't directly accessible, instead it needs to be decoded, which isn't that easy.
bobiturboto
SamyGO Project Donor
Posts: 489
Joined: Sun Mar 23, 2014 8:15 pm
Location: Bulgaria

Re: [App] libAmbiLight E/F/H

Post by bobiturboto »

This command is working fine in my case as well

Code: Select all

root@tv:/mnt $ samyGOso -d -A -B -l /mnt/opt/privateer/usr/libso/libScreenShot.so ALT
samyGOso v1.2.5 (c) bugficks 2013-2014, sectroyer 2014-2015
Injecting '/mnt/opt/privateer/usr/libso/libScreenShot.so' resident: '0'
mprotect: 0x41e96f80
dlopen: 0x42310c5c
dlclose: 0x42310cf0
dlsymaddr: 0x42310d50
pc=4203c660 lr=4203c644 sp=bec161e0 fp=80
r0=aeb8d64 r1=80
r2=1 r3=0
stack: 0xbebf6000-0xbec17000 length = 135168
executing injection code at 0xbec1608c
library injection completed!
Succeeded.
20180820134159.jpg
This is without ALT, but the image is empty

Code: Select all

root@tv:/mnt $ samyGOso -d -A -B -l /mnt/opt/privateer/usr/libso/libScreenShot.so
samyGOso v1.2.5 (c) bugficks 2013-2014, sectroyer 2014-2015
Injecting '/mnt/opt/privateer/usr/libso/libScreenShot.so' resident: '0'
mprotect: 0x41e96f80
dlopen: 0x42310c5c
dlclose: 0x42310cf0
dlsymaddr: 0x42310d50
pc=4203c660 lr=4203c644 sp=bec161e0 fp=80
r0=aeb8d64 r1=80
r2=1 r3=0
stack: 0xbebf6000-0xbec17000 length = 135168
executing injection code at 0xbec1609c
library injection completed!
Succeeded.
20180820134813.bmp.zip
I have tried with -T and without ALT now I have image but looks weard

Code: Select all

oot@tv:/mnt $ samyGOso -d -T -B -l /mnt/opt/privateer/usr/libso/libScreenShot.so
samyGOso v1.2.5 (c) bugficks 2013-2014, sectroyer 2014-2015
Injecting '/mnt/opt/privateer/usr/libso/libScreenShot.so' resident: '0'
mprotect: 0x41e96f80
dlopen: 0x42310c5c
dlclose: 0x42310cf0
dlsymaddr: 0x42310d50
pc=4203c660 lr=4203c644 sp=bed1f1e0 fp=80
r0=3ac7294 r1=80
r2=1 r3=0
stack: 0xbecff000-0xbed20000 length = 135168
executing injection code at 0xbed1f09c
library injection completed!
Succeeded.
20180820135204.bmp.zip
You do not have the required permissions to view the files attached to this post.
Allodo
Posts: 24
Joined: Thu Feb 21, 2013 8:00 pm

Re: [App] libAmbiLight E/F/H

Post by Allodo »

This project sounds very cool :)

Till now I use Hyperion on RPi with an Video Grabber on my TV for Ambilight (WS2801 LED). But I've no Ambilight when I use e.g. Plex-App or something else :(

Therefor I have some questions for realize your Ambilight-Project on my TV (UE75H6470).
1.) Will Ambilight work with any Content (e.g. Apps, or Movies from Blue-Ray)
2.) Do I still need other Hardware then ESP8266 and LED's (WS2801). WIll LED's connected directly to ESP8266? Maybe write answer to Post1 :)
3.) Yesterday I've downgraded my TV (firmware T-MST14DEUC from 2880.2 to 0000) and installed SamyGo on it (https://forum.samygo.tv/viewtopic.php?f=75&t=10919). After that I could connect with WinsCP on my TV. But folder "/mnt" is empty on my TV. So where should I place your lib's?

Thx for help :)
My TV's: UE50H6470 and UE75H6470
bobiturboto
SamyGO Project Donor
Posts: 489
Joined: Sun Mar 23, 2014 8:15 pm
Location: Bulgaria

Re: RE: Re: [App] libAmbiLight E/F/H

Post by bobiturboto »


Allodo wrote: 1.) Will Ambilight work with any Content (e.g. Apps, or Movies from Blue-Ray)
2.) Do I still need other Hardware then ESP8266 and LED's (WS2801). WIll LED's connected directly to ESP8266? Maybe write answer to Post1
Yes, it should work with every content, I don't have it working but it using libscreenshot which can capture everything.

You don't need any extra hardware my setup is similar to yours I am using lightberry hardware and I attached it directly there.



Sent from my D6503 using Tapatalk

Allodo
Posts: 24
Joined: Thu Feb 21, 2013 8:00 pm

Re: [App] libAmbiLight E/F/H

Post by Allodo »

@bobiturboto
Thx for reply :)

I've an NodeMCU V3 on my desktop, but I don't know on which Pins I should connect CK and DI of my WS2801 LED.
My TV's: UE50H6470 and UE75H6470

Post Reply

Return to “[H] Software”