HAb alles genau so gekauft wie hier
http://powerpi.de/ambilight-fuer-jedes- ... anleitung/
Normales AL über Kodi funktioniert auch und das um bzw ausschalten in Kodi über Kodi Favoriten auch.
Problem:
Wenn ich in Kodi über Fav auf "Ambilight für externe Geräte" umschalte leuchten alle Lampen GRÜN und es passiert weiter nichts
Kann dann wieder zurück zu "AmbiLight für Kodi" und das funktioniert auch wieder.
Ich denke also das ich eien Fehler in der Datei hyperion.config.grabber.json habe?
Ich habe den Schalter wie beschrieben auf PAL gestellt beim HDMI2AV Kästchen und hab sogar den USB Strom adapter an Rasperry 2 angeschlossen (auch ohne gehts nicht)
Hier mal ein auszug meiner bearbeiten "hyperion.config.grabber.json" Datei.
Was mir auffält ist das bei mir die sequnz erst ab zeile 900 beginnt und die Beispiel Datei vom HowTo beginnt die Seqenz schon ab Zeile 565
Code: Alles auswählen
"bootsequence" :
{
"effect" : "Rainbow swirl fast",
"duration_ms" : 3000
},
/// The configuration for the frame-grabber, contains the following items:
/// * width : The width of the grabbed frames [pixels]
/// * height : The height of the grabbed frames [pixels]
/// * frequency_Hz : The frequency of the frame grab [Hz]
[color=#FF0000] "grabber-v4l2" :
{
"device" : "/dev/video0",
"input" : 0,
"standard" : "NTSC",
"width" : -1,
"height" : -1,
"frameDecimation" : 2,
"sizeDecimation" : 4,
"priority" : 800,
"mode" : "2D",
"cropLeft" : 6,
"cropRight" : 6,
"cropTop" : 2,
"cropBottom" : 2,
"redSignalThreshold" : 0.1,
"greenSignalThreshold" : 0.1,
"blueSignalThreshold" : 0.1
},[/color]
/// The configuration of the XBMC connection used to enable and disable the frame-grabber. Contains the following fields:
/// * xbmcAddress : The IP address of the XBMC-host
/// * xbmcTcpPort : The TCP-port of the XBMC-server
/// * grabVideo : Flag indicating that the frame-grabber is on(true) during video playback
/// * grabPictures : Flag indicating that the frame-grabber is on(true) during picture show
/// * grabAudio : Flag indicating that the frame-grabber is on(true) during audio playback
/// * grabMenu : Flag indicating that the frame-grabber is on(true) in the XBMC menu
/// * grabScreensaver : Flag indicating that the frame-grabber is on(true) when XBMC is on screensaver
/// * enable3DDetection : Flag indicating that the frame-grabber should switch to a 3D compatible modus if a 3D video is playing
// "xbmcVideoChecker" :
// {
// "xbmcAddress" : "127.0.0.1",
// "xbmcTcpPort" : 9090,
// "grabVideo" :
vorher bevor ich die Datei bearbeitet hatte sah sie so aus
/// * height : The height of the grabbed frames [pixels]
/// * frequency_Hz : The frequency of the frame grab [Hz]
// "framegrabber" :
// {
// "width" : 64,
// "height" : 64,
// "frequency_Hz" : 10.0
// },
/// The configuration of the XBMC connection used to enable and disable the frame-grabber. Contains the following fields:
/// * xbmcAddress : The IP address of the XBMC-host
/// * xbmcTcpPort
ICH HAB DANN DIESE SEQENZ GELÖSCHT
Code: Alles auswählen
// "framegrabber" :
// {
// "width" : 64,
// "height" : 64,
// "frequency_Hz" : 10.0
// },
UND HAB DANN DIESE STATTDESN EINGEFÜGT
Code: Alles auswählen
"grabber-v4l2" :
{
"device" : "/dev/video0",
"input" : 0,
"standard" : "NTSC",
"width" : -1,
"height" : -1,
"frameDecimation" : 2,
"sizeDecimation" : 4,
"priority" : 800,
"mode" : "2D",
"cropLeft" : 6,
"cropRight" : 6,
"cropTop" : 2,
"cropBottom" : 2,
"redSignalThreshold" : 0.1,
"greenSignalThreshold" : 0.1,
"blueSignalThreshold" : 0.1
},