Benutzeravatar
piBenni
Neuling

Beiträge:14
Registriert:17. Jun 2016

Ambilight Grabber Probleme

17. Jun 2016, 21:53

1: WS2801 http://de.aliexpress.com/item/colorful- ... 79647.html
2:https://www.amazon.de/clouddrive/share/Ne1btVPv90nTCZj8MU3yuunihwZTeeds4QxWl3GPM1h?ref_=cd_ph_share_link_copy
https://www.amazon.de/clouddrive/share/pgxfKdDgtUW3RkAUASPuD75ZtT48mB8XfA1AIAWFfyV?ref_=cd_ph_share_link_copy
https://www.amazon.de/clouddrive/share/tEm8Ejpfh3rSHRS0uV2AFnHtoiwBLsYq2x6EwzVjKDw?ref_=cd_ph_share_link_copy
ich hoff das reicht so mit den Bildern, sonst muss ich den TV runter nehmen und von hinten Forografieren..
Verkabelung ist zur zeit eh nur provisorisch, das richtige kabel muss ich noch mal neu Löten, ist ein anderes Problem..
3:

Code: Alles auswählen

################################################################################
#      This file is part of OpenELEC - http://www.openelec.tv
#      Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv)
#      Inspired and partly copied from:
#  http://youresuchageek.blogspot.fr/2012/09/howto-raspberry-pi-openelec-on.html
#
#  OpenELEC is free software: you can redistribute it and/or modify
#  it under the terms of the GNU General Public License as published by
#  the Free Software Foundation, either version 2 of the License, or
#  (at your option) any later version.
#
#  OpenELEC is distributed in the hope that it will be useful,
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#  GNU General Public License for more details.
#
#  You should have received a copy of the GNU General Public License
#  along with OpenELEC.  If not, see <http://www.gnu.org/licenses/>.
################################################################################
# Bootloader configuration - config.txt
################################################################################

################################################################################
# Memory (System/GPU configuration )
################################################################################

# default GPU memory split (do not change if you do not know what you are doing)
  gpu_mem=128

# SDRAM size based GPU memory split, uncomment and setup to override 'gpu_mem'
  gpu_mem_256=112
  gpu_mem_512=160
  gpu_mem_1024=256

################################################################################
# Overclocking settings
# WARNING: Do not change/enable if you do not know what you are doing!
#          The System may become unstable or you can have data corruption or
#          you can loose your warranty if you set wrong settings
#
# please read: http://elinux.org/RPi_config.txt#Overclocking_configuration
################################################################################

# Overclock mode settings.
#
# default recommended values are: arm_freq | core_freq | sdram_freq | over_voltage
# no overclocking               :    700   |    250    |    400     |      0
# mode 'Modest'                 :    800   |    300    |    400     |      0
# mode 'Medium'                 :    900   |    333    |    450     |      2
# mode 'High'                   :    950   |    450    |    450     |      6
# mode 'Turbo'                  :   1000   |    500    |    600     |      6
# mode 'Pi2'                    :   1000   |    500    |    500     |      2

# arm_freq=700
# core_freq=250
# sdram_freq=400
# over_voltage=0

# set to 'force_turbo=1' to disable dynamic overclocking (you can lose your warranty!)
  force_turbo=0

# If you have any data corruption using Turbo Mode and overclocking
# try with this setting uncommented
# If this still fails, try to use Medium mode without "over_voltage=2"
# If it ultimately keeps failing, forget about this until it gets fixed
# Use a more conservative mode that will works fine in any cases:
# initial_turbo=30

################################################################################
# Overscan settings
################################################################################

# Make display smaller to stop text spilling off the screen
# see also http://www.raspberrypi.org/phpBB3/viewtopic.php?f=67&t=15700
# overscan_scale=1
# disable_overscan=1

# Adapt overscan values to your needs
# overscan_left=57
# overscan_right=59
# overscan_top=20
# overscan_bottom=20

################################################################################
# various settings see also: http://elinux.org/RPi_config.txt
################################################################################

# Force HDMI even if unplugged or powered off
# hdmi_force_hotplug=1

# Doesn't sent initial active source message.
# Avoids bringing CEC (enabled TV) out of standby and channel switch when
# rebooting.
  hdmi_ignore_cec_init=1

################################################################################
# License keys to enable GPU hardware decoding for various codecs
# to obtain keys visit the shop at http://www.raspberrypi.com
################################################################################

# decode_MPG2=0x00000000
# decode_WVC1=0x00000000
# decode_DTS=0x00000000
# decode_DDP=0x00000000

################################################################################
# End of default configuration
# all values below this line were inserted from config.txt.bk (your old config)
# and can be merged with the above values
################################################################################
dtparam=spi=on
# Ambilight Modul aktivieren
dtparam=spi=on
dtparam=spi=on

4:

Code: Alles auswählen

// Automatically generated configuration file for 'Hyperion daemon'
// Generated by: HyperCon (The Hyperion deamon configuration file builder)
// Created with HyperCon V1.02.0 (30.04.2016)

{
   /// Device configuration contains the following fields:
   /// * 'name'       : The user friendly name of the device (only used for display purposes)
   /// * 'type'       : The type of the device or leds (known types for now are
   /// ---------SPI---------, APA102, WS2801, P9813, LPD6803, LPD8806, ---------PWM---------, WS2812b (just RPi1), WS281X (RPi1, RPi2, RPi3), --------OTHER--------, PhilipsHUE, AtmoOrb, PiBlaster, Tinkerforge, FadeCandy, UDP, RawHID (USB), SEDU, Adalight, AdalightAPA102, TPM2, USBASP-WS2801, USBASP-WS2812, ------3rd PARTY------, AmbiLed, Atmo, Lightpack, Multi-Lightpack, Paintpack, Test (file), None)
   /// * [device type specific configuration]
   /// * 'colorOrder' : The order of the color bytes ('rgb', 'rbg', 'bgr', etc.).
   "device" :
   {
      "name"       : "MyHyperionConfig",
      "type"       : "ws2801",
      "output"     : "/dev/spidev0.0",
      "rate"     : 1000000,
      "colorOrder" : "rbg"
   },

   /// Color manipulation configuration used to tune the output colors to specific surroundings.
   /// The configuration contains a list of color-transforms. Each transform contains the
   /// following fields:
   ///  * 'channelAdjustment'
   ///  * 'id'   : The unique identifier of the channel adjustments (eg 'device_1')
   ///  * 'leds'   : The indices (or index ranges) of the leds to which this channel adjustment applies
   ///             (eg '0-5, 9, 11, 12-17'). The indices are zero based.
   ///  * 'pureRed'/'pureGreen'/'pureBlue' : The manipulation in the Red-Green-Blue color domain with the
   ///                           following tuning parameters for each channel:
   ///  * 'temperature'
   ///  * 'id'   : The unique identifier of the temperature (eg 'device_1')
   ///  * 'leds'   : The indices (or index ranges) of the leds to which this temperature applies
   ///             (eg '0-5, 9, 11, 12-17'). The indices are zero based.
   ///  * 'red'/'green'/'blue' : The temperature manipulation in the Red-Green-Blue color domain with the
   ///                           following tuning parameters for each channel:
   ///  * 'transform'
   ///  * 'id'   : The unique identifier of the color transformation (eg 'device_1')
   ///  * 'leds' : The indices (or index ranges) of the leds to which this color transform applies
   ///             (eg '0-5, 9, 11, 12-17'). The indices are zero based.
   ///  * 'hsv' : The manipulation in the Hue-Saturation-Value color domain with the following
   ///            tuning parameters:
   ///            - 'saturationGain'  The gain adjustement of the saturation
   ///            - 'luminanceGain'       The gain adjustement of the luminance
   ///  * 'red'/'green'/'blue' : The manipulation in the Red-Green-Blue color domain with the
   ///                           following tuning parameters for each channel:
   ///            - 'threshold'       The minimum required input value for the channel to be on
   ///                                (else zero)
   ///            - 'gamma'           The gamma-curve correction factor
   ///
   /// Next to the list with color transforms there is also a smoothing option.
   ///  * 'smoothing' : Smoothing of the colors in the time-domain with the following tuning
   ///                  parameters:
   ///            - 'type'            The type of smoothing algorithm ('linear' or 'none')
   ///            - 'time_ms'         The time constant for smoothing algorithm in milliseconds
   ///            - 'updateFrequency' The update frequency of the leds in Hz
   ///            - 'updateDelay'     The delay of the output to leds (in periods of smoothing)
   "color" :
   {
      "channelAdjustment" :
      [
         {
            "id"   : "default",
            "leds" : "*",
            "pureRed" :
            {
               "redChannel"      : 245,
               "greenChannel"      : 0,
               "blueChannel"      : 10
            },
            "pureGreen" :
            {
               "redChannel"      : 180,
               "greenChannel"      : 255,
               "blueChannel"      : 0
            },
            "pureBlue" :
            {
               "redChannel"      : 0,
               "greenChannel"      : 0,
               "blueChannel"      : 192
            }
         }
      ],
      "temperature" :
      [
         {
            "id"   : "default",
            "leds" : "*",
            "temperatureValues" :
            {
               "red"    : 255,
               "green"   : 255,
               "blue"    : 255
            }
         }
      ],
      "transform" :
      [
         {
            "id"   : "default",
            "leds" : "*",
            "hsl" :
            {
               "saturationGain"   : 1.0000,
               "luminanceGain"      : 1.0500
            },
            "red" :
            {
               "threshold"    : 0.0000,
               "gamma"        : 29.4900
            },
            "green" :
            {
               "threshold"    : 0.0000,
               "gamma"        : 2.5100
            },
            "blue" :
            {
               "threshold"    : 0.0000,
               "gamma"        : 2.5000
            }
         }
      ],

      "smoothing" :
      {
         "type"            : "linear",
         "time_ms"         : 200,
         "updateFrequency" : 20.0000,
         "updateDelay"     : 0
      }
   },

   /// The black border configuration, contains the following items:
   ///  * enable             : true if the detector should be activated
   ///  * threshold          : Value below which a pixel is regarded as black (value between 0.0 and 1.0)
   ///  * unknownFrameCnt      : Number of frames without any detection before the border is set to 0 (default 600)
   ///  * borderFrameCnt      : Number of frames before a consistent detected border gets set (default 50)
   ///  * maxInconsistentCnt    : Number of inconsistent frames that are ignored before a new border gets a chance to proof consistency
   ///  * blurRemoveCnt      : Number of pixels that get removed from the detected border to cut away blur (default 1)
   ///  * mode             : Border detection mode (values=default,classic,osd)
   "blackborderdetector" :
   {
      "enable" : true,
      "threshold" : 0.03,
      "unknownFrameCnt" : 600,
      "borderFrameCnt" : 50,
      "maxInconsistentCnt" : 10,
      "blurRemoveCnt" : 1,
      "mode" : "default"
   },

   /// The configuration of the effect engine, contains the following items:
   ///  * paths      : An array with absolute location(s) of directories with effects
   ///  * color       : Set static color after boot -> set effect to "" (empty) and input the values [R,G,B] and set duration_ms NOT to 0 (use 1) instead
   ///  * effect       : The effect selected as 'boot sequence'
   ///  * duration_ms   : The duration of the selected effect (0=endless)
   ///  * priority    : The priority of the selected effect/static color (default=990) HINT: lower value result in HIGHER priority!
   "effects" :
   {
      "paths" :
      [
         "/storage/hyperion/effects"
      ]
   },

   "bootsequence" :
   {
      "color" : [0,0,0],
      "effect" : "Rainbow swirl fast",
      "duration_ms" : 3000,
      "priority" : 990
   },

   /// The configuration of the Json/Proto forwarder. Forward messages to multiple instances of Hyperion on same and/or other hosts
   /// 'proto' is mostly used for video streams and 'json' for effects
   ///  * proto   : Proto server adress and port of your target. Syntax:[IP:PORT] -> ["127.0.0.1:19447"] or more instances to forward ["127.0.0.1:19447","192.168.0.24:19449"]
   ///  * json   : Json server adress and port of your target. Syntax:[IP:PORT] -> ["127.0.0.1:19446"] or more instances to forward ["127.0.0.1:19446","192.168.0.24:19448"]
   ///  HINT:   If you redirect to "127.0.0.1" (localhost) you could start a second hyperion with another device/led config!
   ///       Be sure your client(s) is/are listening on the configured ports. The second Hyperion (if used) also needs to be configured! (HyperCon -> External -> Json Server/Proto Server)
//    "forwarder" :
//    {
//       "proto" : ["127.0.0.1:19447"],
//       "json" : ["127.0.0.1:19446"]
//    },

   ///  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]
   ///   * priority     : The priority of the frame-gabber (Default=890) HINT: lower value result in HIGHER priority!
   ///   * ATTENTION    : Power-of-Two resolution is not supported and leads to unexpected behaviour!
//    "framegrabber" :
//    {
//       "width" : 64,
//       "height" : 64,
//       "frequency_Hz" : 10.0,
//       "priority" : 890
//    },

   /// The configuration of the Kodi connection used to enable and disable the frame-grabber. Contains the following fields:
   ///  * xbmcAddress       : The IP address of the Kodi-host
   ///  * xbmcTcpPort       : The TCP-port of the Kodi-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) at the Kodi menu
   ///  * grabScreensaver   : Flag indicating that the frame-grabber is on(true) when Kodi 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" : true,
//       "grabPictures" : true,
//       "grabAudio" : true,
//       "grabMenu" : true,
//       "grabScreensaver" : true,
//       "enable3DDetection" : true
//    },

   /// The configuration of the Json server which enables the json remote interface
   ///  * port : Port at which the json server is started
   "jsonServer" :
   {
      "port" : 19444
   },

   /// The configuration of the Proto server which enables the protobuffer remote interface
   ///  * port : Port at which the protobuffer server is started
   "protoServer" :
   {
      "port" : 19445
   },

   /// The configuration of the boblight server which enables the boblight remote interface
   ///  * port    : Port at which the boblight server is started
   ///  * priority: Priority of the boblight server (Default=900) HINT: lower value result in HIGHER priority!
//    "boblightServer" :
//    {
//       "port" : 19333,
//       "priority" : 900
//    },

   /// Configuration for the embedded V4L2 grabber
   ///  * device          : V4L2 Device to use [default="/dev/video0"]
   ///  * input           : V4L2 input to use [default=0]
   ///  * standard        : Video standard (no-change/PAL/NTSC) [default="no-change"]
   ///  * width                : V4L2 width to set [default=-1]
   ///  * height               : V4L2 height to set [default=-1]
   ///  * frameDecimation      : Frame decimation factor [default=2]
   ///  * sizeDecimation       : Size decimation factor [default=8]
   ///  * priority             : Hyperion priority channel [default=900]
   ///  * mode                 : 3D mode to use 2D/3DSBS/3DTAB (note: no autodetection) [default="2D"]
   ///  * cropLeft             : Cropping from the left [default=0]
   ///  * cropRight            : Cropping from the right [default=0]
   ///  * cropTop              : Cropping from the top [default=0]
   ///  * cropBottom           : Cropping from the bottom [default=0]
   ///  * redSignalThreshold   : Signal threshold for the red channel between 0.0 and 1.0 [default=0.0]
   ///  * greenSignalThreshold : Signal threshold for the green channel between 0.0 and 1.0 [default=0.0]
   ///  * blueSignalThreshold  : Signal threshold for the blue channel between 0.0 and 1.0 [default=0.0]
   "grabber-v4l2" :
   {
      "device" : "/dev/video0",
      "input" : 0,
      "standard" : "PAL",
      "width" : -1,
      "height" : -1,
      "frameDecimation" : 2,
      "sizeDecimation" : 8,
      "priority" : 900,
      "mode" : "2D",
      "cropLeft" : 3,
      "cropRight" : 5,
      "cropTop" : 4,
      "cropBottom" : 5,
      "redSignalThreshold" : 0.2,
      "greenSignalThreshold" : 0.2,
      "blueSignalThreshold" : 0.2
   },

   ///  The configuration for each individual led. This contains the specification of the area
   ///  averaged of an input image for each led to determine its color. Each item in the list
   ///  contains the following fields:
   ///  * index: The index of the led. This determines its location in the string of leds; zero
   ///           being the first led.
   ///  * hscan: The fractional part of the image along the horizontal used for the averaging
   ///           (minimum and maximum inclusive)
   ///  * vscan: The fractional part of the image along the vertical used for the averaging
   ///           (minimum and maximum inclusive)
   "leds" :
   [
      {
         "index" : 0,
         "hscan" : { "minimum" : 0.6563, "maximum" : 0.6875 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 1,
         "hscan" : { "minimum" : 0.6875, "maximum" : 0.7188 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 2,
         "hscan" : { "minimum" : 0.7188, "maximum" : 0.7500 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 3,
         "hscan" : { "minimum" : 0.7500, "maximum" : 0.7813 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 4,
         "hscan" : { "minimum" : 0.7813, "maximum" : 0.8125 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 5,
         "hscan" : { "minimum" : 0.8125, "maximum" : 0.8438 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 6,
         "hscan" : { "minimum" : 0.8438, "maximum" : 0.8750 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 7,
         "hscan" : { "minimum" : 0.8750, "maximum" : 0.9063 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 8,
         "hscan" : { "minimum" : 0.9063, "maximum" : 0.9375 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 9,
         "hscan" : { "minimum" : 0.9375, "maximum" : 0.9688 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 10,
         "hscan" : { "minimum" : 0.9688, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 11,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.9474, "maximum" : 1.0000 }
      },
      {
         "index" : 12,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.8947, "maximum" : 0.9474 }
      },
      {
         "index" : 13,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.8421, "maximum" : 0.8947 }
      },
      {
         "index" : 14,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.7895, "maximum" : 0.8421 }
      },
      {
         "index" : 15,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.7368, "maximum" : 0.7895 }
      },
      {
         "index" : 16,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.6842, "maximum" : 0.7368 }
      },
      {
         "index" : 17,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.6316, "maximum" : 0.6842 }
      },
      {
         "index" : 18,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.5789, "maximum" : 0.6316 }
      },
      {
         "index" : 19,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.5263, "maximum" : 0.5789 }
      },
      {
         "index" : 20,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.4737, "maximum" : 0.5263 }
      },
      {
         "index" : 21,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.4211, "maximum" : 0.4737 }
      },
      {
         "index" : 22,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.3684, "maximum" : 0.4211 }
      },
      {
         "index" : 23,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.3158, "maximum" : 0.3684 }
      },
      {
         "index" : 24,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.2632, "maximum" : 0.3158 }
      },
      {
         "index" : 25,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.2105, "maximum" : 0.2632 }
      },
      {
         "index" : 26,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.1579, "maximum" : 0.2105 }
      },
      {
         "index" : 27,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.1053, "maximum" : 0.1579 }
      },
      {
         "index" : 28,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.0526, "maximum" : 0.1053 }
      },
      {
         "index" : 29,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0526 }
      },
      {
         "index" : 30,
         "hscan" : { "minimum" : 0.9688, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 31,
         "hscan" : { "minimum" : 0.9375, "maximum" : 0.9688 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 32,
         "hscan" : { "minimum" : 0.9063, "maximum" : 0.9375 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 33,
         "hscan" : { "minimum" : 0.8750, "maximum" : 0.9063 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 34,
         "hscan" : { "minimum" : 0.8438, "maximum" : 0.8750 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 35,
         "hscan" : { "minimum" : 0.8125, "maximum" : 0.8438 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 36,
         "hscan" : { "minimum" : 0.7813, "maximum" : 0.8125 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 37,
         "hscan" : { "minimum" : 0.7500, "maximum" : 0.7813 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 38,
         "hscan" : { "minimum" : 0.7188, "maximum" : 0.7500 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 39,
         "hscan" : { "minimum" : 0.6875, "maximum" : 0.7188 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 40,
         "hscan" : { "minimum" : 0.6563, "maximum" : 0.6875 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 41,
         "hscan" : { "minimum" : 0.6250, "maximum" : 0.6563 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 42,
         "hscan" : { "minimum" : 0.5938, "maximum" : 0.6250 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 43,
         "hscan" : { "minimum" : 0.5625, "maximum" : 0.5938 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 44,
         "hscan" : { "minimum" : 0.5313, "maximum" : 0.5625 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 45,
         "hscan" : { "minimum" : 0.5000, "maximum" : 0.5313 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 46,
         "hscan" : { "minimum" : 0.4688, "maximum" : 0.5000 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 47,
         "hscan" : { "minimum" : 0.4375, "maximum" : 0.4688 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 48,
         "hscan" : { "minimum" : 0.4063, "maximum" : 0.4375 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 49,
         "hscan" : { "minimum" : 0.3750, "maximum" : 0.4063 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 50,
         "hscan" : { "minimum" : 0.3438, "maximum" : 0.3750 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 51,
         "hscan" : { "minimum" : 0.3125, "maximum" : 0.3438 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 52,
         "hscan" : { "minimum" : 0.2813, "maximum" : 0.3125 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 53,
         "hscan" : { "minimum" : 0.2500, "maximum" : 0.2813 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 54,
         "hscan" : { "minimum" : 0.2188, "maximum" : 0.2500 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 55,
         "hscan" : { "minimum" : 0.1875, "maximum" : 0.2188 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 56,
         "hscan" : { "minimum" : 0.1563, "maximum" : 0.1875 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 57,
         "hscan" : { "minimum" : 0.1250, "maximum" : 0.1563 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 58,
         "hscan" : { "minimum" : 0.0938, "maximum" : 0.1250 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 59,
         "hscan" : { "minimum" : 0.0625, "maximum" : 0.0938 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 60,
         "hscan" : { "minimum" : 0.0313, "maximum" : 0.0625 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 61,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0313 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 62,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0526 }
      },
      {
         "index" : 63,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.0526, "maximum" : 0.1053 }
      },
      {
         "index" : 64,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.1053, "maximum" : 0.1579 }
      },
      {
         "index" : 65,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.1579, "maximum" : 0.2105 }
      },
      {
         "index" : 66,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.2105, "maximum" : 0.2632 }
      },
      {
         "index" : 67,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.2632, "maximum" : 0.3158 }
      },
      {
         "index" : 68,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.3158, "maximum" : 0.3684 }
      },
      {
         "index" : 69,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.3684, "maximum" : 0.4211 }
      },
      {
         "index" : 70,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.4211, "maximum" : 0.4737 }
      },
      {
         "index" : 71,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.4737, "maximum" : 0.5263 }
      },
      {
         "index" : 72,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.5263, "maximum" : 0.5789 }
      },
      {
         "index" : 73,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.5789, "maximum" : 0.6316 }
      },
      {
         "index" : 74,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.6316, "maximum" : 0.6842 }
      },
      {
         "index" : 75,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.6842, "maximum" : 0.7368 }
      },
      {
         "index" : 76,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.7368, "maximum" : 0.7895 }
      },
      {
         "index" : 77,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.7895, "maximum" : 0.8421 }
      },
      {
         "index" : 78,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.8421, "maximum" : 0.8947 }
      },
      {
         "index" : 79,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.8947, "maximum" : 0.9474 }
      },
      {
         "index" : 80,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.9474, "maximum" : 1.0000 }
      },
      {
         "index" : 81,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0313 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 82,
         "hscan" : { "minimum" : 0.0313, "maximum" : 0.0625 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 83,
         "hscan" : { "minimum" : 0.0625, "maximum" : 0.0938 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 84,
         "hscan" : { "minimum" : 0.0938, "maximum" : 0.1250 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 85,
         "hscan" : { "minimum" : 0.1250, "maximum" : 0.1563 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 86,
         "hscan" : { "minimum" : 0.1563, "maximum" : 0.1875 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 87,
         "hscan" : { "minimum" : 0.1875, "maximum" : 0.2188 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 88,
         "hscan" : { "minimum" : 0.2188, "maximum" : 0.2500 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 89,
         "hscan" : { "minimum" : 0.2500, "maximum" : 0.2813 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 90,
         "hscan" : { "minimum" : 0.2813, "maximum" : 0.3125 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 91,
         "hscan" : { "minimum" : 0.3125, "maximum" : 0.3438 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      }
   ],

   "endOfJson" : "endOfJson"
}

5:
https://www.amazon.de/clouddrive/share/qMi8r2USYR1iQKMGi4gBDVUtTnCMt25PxP77cYTPbKY?ref_=cd_ph_share_link_copy
6: Unten mitte rechts
7: nicht getestet
8:

Code: Alles auswählen

OpenELEC:~ # killall hyperiond
killall: hyperiond: no process killed
OpenELEC:~ # /storage/hyperion/bin/hyperiond.sh /storage/.config/hyperion.config
.json
Hyperion Ambilight Deamon
        Version   : V1.02.0 (brindosch-f4162eb/2d45d51-1462453507
        Build Time: May  5 2016 06:07:47
INFO: Selected configuration file: /storage/.config/hyperion.config.json
HYPERION INFO: ColorTransform 'default' => [0; 91]
HYPERION INFO: ColorCorrection 'default' => [0; 91]
HYPERION INFO: ColorAdjustment 'default' => [0; 91]
LEDDEVICE INFO: configuration:
{
        "colorOrder" : "rbg",
        "name" : "MyHyperionConfig",
        "output" : "/dev/spidev0.0",
        "rate" : 1000000,
        "type" : "ws2801"
}

INFO: Creating linear smoothing
HYPERION (CS) INFO: Created linear-smoothing(interval_ms=50;settlingTime_ms=200;updateDelay=0
EFFECTENGINE INFO: Initializing Python interpreter
INFO: Hyperion started and initialised
INFO: Boot sequence 'Rainbow swirl fast' EFFECTENGINE INFO: run effect Rainbow swirl fast on channel 0
BLACKBORDER INFO: threshold set to 0.03 (8)
BLACKBORDER INFO: mode:default
started
INFO: Json server created and started on port 19444
INFO: Proto server created and started on port 19445
V4L2GRABBER INFO: width=720 height=576
V4L2GRABBER INFO: pixel format=UYVY
BLACKBORDER INFO: threshold set to 0.03 (8)
BLACKBORDER INFO: mode:default
V4L2GRABBER INFO: signal threshold set to: {51,51,51}
V4L2GRABBER INFO: started
INFO: V4L2 grabber created and started
V4L2GRABBER ERROR: Frame too small: 828830 != 829440
V4L2GRABBER ERROR: Frame too small: 828514 != 829440
BORDER SWITCH REQUIRED!!
CURRENT BORDER TYPE: unknown=0 hor.size=0 vert.size=0
V4L2GRABBER INFO: stopped
EFFECTENGINE INFO: effect finished
V4L2GRABBER INFO: started
V4L2GRABBER ERROR: Frame too small: 828580 != 829440
V4L2GRABBER ERROR: Frame too small: 828812 != 829440
V4L2GRABBER ERROR: Frame too small: 828670 != 829440
V4L2GRABBER ERROR: Frame too small: 828282 != 829440
V4L2GRABBER ERROR: Frame too small: 828168 != 829440
V4L2GRABBER ERROR: Frame too small: 828210 != 829440
V4L2GRABBER ERROR: Frame too small: 826080 != 829440
V4L2GRABBER ERROR: Frame too small: 827936 != 829440
V4L2GRABBER ERROR: Frame too small: 828322 != 829440
V4L2GRABBER ERROR: Frame too small: 828854 != 829440
V4L2GRABBER ERROR: Frame too small: 828338 != 829440
V4L2GRABBER ERROR: Frame too small: 828430 != 829440
V4L2GRABBER ERROR: Frame too small: 828284 != 829440
V4L2GRABBER ERROR: Frame too small: 828750 != 829440
V4L2GRABBER ERROR: Frame too small: 825812 != 829440
V4L2GRABBER ERROR: Frame too small: 828136 != 829440
V4L2GRABBER ERROR: Frame too small: 827808 != 829440
V4L2GRABBER ERROR: Frame too small: 828172 != 829440
V4L2GRABBER ERROR: Frame too small: 827848 != 829440
V4L2GRABBER ERROR: Frame too small: 828736 != 829440
V4L2GRABBER ERROR: Frame too small: 828218 != 829440
V4L2GRABBER ERROR: Frame too small: 828644 != 829440
V4L2GRABBER ERROR: Frame too small: 828182 != 829440
V4L2GRABBER ERROR: Frame too small: 828848 != 829440
V4L2GRABBER ERROR: Frame too small: 828844 != 829440
V4L2GRABBER ERROR: Frame too small: 828246 != 829440
V4L2GRABBER ERROR: Frame too small: 827268 != 829440
V4L2GRABBER ERROR: Frame too small: 825564 != 829440
V4L2GRABBER ERROR: Frame too small: 828148 != 829440
V4L2GRABBER ERROR: Frame too small: 828270 != 829440
V4L2GRABBER ERROR: Frame too small: 828788 != 829440
V4L2GRABBER ERROR: Frame too small: 828228 != 829440
V4L2GRABBER ERROR: Frame too small: 828822 != 829440
V4L2GRABBER ERROR: Frame too small: 828736 != 829440
V4L2GRABBER ERROR: Frame too small: 828668 != 829440
V4L2GRABBER ERROR: Frame too small: 828690 != 829440
V4L2GRABBER ERROR: Frame too small: 827626 != 829440
V4L2GRABBER ERROR: Frame too small: 827930 != 829440
V4L2GRABBER ERROR: Frame too small: 828238 != 829440
V4L2GRABBER ERROR: Frame too small: 828276 != 829440
V4L2GRABBER ERROR: Frame too small: 828714 != 829440
V4L2GRABBER ERROR: Frame too small: 824762 != 829440
V4L2GRABBER ERROR: Frame too small: 828746 != 829440
V4L2GRABBER ERROR: Frame too small: 828560 != 829440
V4L2GRABBER ERROR: Frame too small: 828346 != 829440
V4L2GRABBER ERROR: Frame too small: 828704 != 829440
V4L2GRABBER ERROR: Frame too small: 828464 != 829440
V4L2GRABBER ERROR: Frame too small: 828544 != 829440
V4L2GRABBER ERROR: Frame too small: 828624 != 829440
V4L2GRABBER ERROR: Frame too small: 828702 != 829440
V4L2GRABBER ERROR: Frame too small: 828782 != 829440
V4L2GRABBER ERROR: Frame too small: 828862 != 829440
V4L2GRABBER ERROR: Frame too small: 828942 != 829440
V4L2GRABBER ERROR: Frame too small: 828712 != 829440
V4L2GRABBER ERROR: Frame too small: 828222 != 829440
V4L2GRABBER ERROR: Frame too small: 827780 != 829440
V4L2GRABBER ERROR: Frame too small: 827924 != 829440
V4L2GRABBER ERROR: Frame too small: 827270 != 829440
V4L2GRABBER ERROR: Frame too small: 827580 != 829440
V4L2GRABBER ERROR: Frame too small: 828522 != 829440
V4L2GRABBER ERROR: Frame too small: 828602 != 829440
V4L2GRABBER ERROR: Frame too small: 828752 != 829440
V4L2GRABBER ERROR: Frame too small: 828832 != 829440
V4L2GRABBER ERROR: Frame too small: 828910 != 829440
V4L2GRABBER ERROR: Frame too small: 828236 != 829440
V4L2GRABBER ERROR: Frame too small: 827334 != 829440
V4L2GRABBER ERROR: Frame too small: 828376 != 829440
V4L2GRABBER ERROR: Frame too small: 828416 != 829440
V4L2GRABBER ERROR: Frame too small: 827488 != 829440
V4L2GRABBER ERROR: Frame too small: 828856 != 829440
V4L2GRABBER ERROR: Frame too small: 828358 != 829440
V4L2GRABBER ERROR: Frame too small: 828454 != 829440
V4L2GRABBER ERROR: Frame too small: 828748 != 829440
V4L2GRABBER ERROR: Frame too small: 828910 != 829440
V4L2GRABBER ERROR: Frame too small: 828484 != 829440
V4L2GRABBER ERROR: Frame too small: 828530 != 829440
V4L2GRABBER ERROR: Frame too small: 828260 != 829440
V4L2GRABBER ERROR: Frame too small: 828344 != 829440
V4L2GRABBER ERROR: Frame too small: 828820 != 829440
V4L2GRABBER ERROR: Frame too small: 828398 != 829440
V4L2GRABBER ERROR: Frame too small: 828104 != 829440
V4L2GRABBER ERROR: Frame too small: 828114 != 829440
V4L2GRABBER ERROR: Frame too small: 826032 != 829440
V4L2GRABBER ERROR: Frame too small: 828154 != 829440
V4L2GRABBER ERROR: Frame too small: 827382 != 829440
V4L2GRABBER ERROR: Frame too small: 827500 != 829440
V4L2GRABBER ERROR: Frame too small: 827724 != 829440
V4L2GRABBER ERROR: Frame too small: 827174 != 829440
V4L2GRABBER ERROR: Frame too small: 828246 != 829440
V4L2GRABBER ERROR: Frame too small: 828830 != 829440
V4L2GRABBER ERROR: Frame too small: 828868 != 829440
V4L2GRABBER ERROR: Frame too small: 828570 != 829440
V4L2GRABBER ERROR: Frame too small: 828820 != 829440
V4L2GRABBER ERROR: Frame too small: 828418 != 829440
V4L2GRABBER ERROR: Frame too small: 828498 != 829440
V4L2GRABBER ERROR: Frame too small: 828918 != 829440
V4L2GRABBER ERROR: Frame too small: 828900 != 829440
V4L2GRABBER ERROR: Frame too small: 827694 != 829440
V4L2GRABBER ERROR: Frame too small: 827978 != 829440
V4L2GRABBER ERROR: Frame too small: 828438 != 829440
V4L2GRABBER ERROR: Frame too small: 828942 != 829440
V4L2GRABBER ERROR: Frame too small: 828290 != 829440
V4L2GRABBER ERROR: Frame too small: 828300 != 829440
V4L2GRABBER ERROR: Frame too small: 827292 != 829440
V4L2GRABBER ERROR: Frame too small: 828350 != 829440
V4L2GRABBER ERROR: Frame too small: 828260 != 829440
V4L2GRABBER ERROR: Frame too small: 828476 != 829440
V4L2GRABBER ERROR: Frame too small: 828632 != 829440
V4L2GRABBER ERROR: Frame too small: 828866 != 829440
V4L2GRABBER ERROR: Frame too small: 828514 != 829440
V4L2GRABBER ERROR: Frame too small: 828524 != 829440
V4L2GRABBER ERROR: Frame too small: 828364 != 829440
V4L2GRABBER ERROR: Frame too small: 827624 != 829440
V4L2GRABBER ERROR: Frame too small: 828654 != 829440
V4L2GRABBER ERROR: Frame too small: 828588 != 829440
V4L2GRABBER ERROR: Frame too small: 828036 != 829440
V4L2GRABBER ERROR: Frame too small: 827348 != 829440
V4L2GRABBER ERROR: Frame too small: 828824 != 829440
V4L2GRABBER ERROR: Frame too small: 828374 != 829440
V4L2GRABBER ERROR: Frame too small: 828622 != 829440
V4L2GRABBER ERROR: Frame too small: 828770 != 829440
V4L2GRABBER ERROR: Frame too small: 827960 != 829440
V4L2GRABBER ERROR: Frame too small: 828602 != 829440
V4L2GRABBER ERROR: Frame too small: 824794 != 829440
V4L2GRABBER ERROR: Frame too small: 828922 != 829440
V4L2GRABBER ERROR: Frame too small: 827978 != 829440
V4L2GRABBER ERROR: Frame too small: 828318 != 829440
V4L2GRABBER ERROR: Frame too small: 828204 != 829440
V4L2GRABBER ERROR: Frame too small: 828622 != 829440
V4L2GRABBER ERROR: Frame too small: 828780 != 829440
V4L2GRABBER ERROR: Frame too small: 827630 != 829440
V4L2GRABBER ERROR: Frame too small: 828578 != 829440
V4L2GRABBER ERROR: Frame too small: 827672 != 829440
V4L2GRABBER ERROR: Frame too small: 828404 != 829440
V4L2GRABBER ERROR: Frame too small: 828380 != 829440
V4L2GRABBER ERROR: Frame too small: 828730 != 829440
V4L2GRABBER ERROR: Frame too small: 827424 != 829440
V4L2GRABBER ERROR: Frame too small: 828398 != 829440
V4L2GRABBER ERROR: Frame too small: 828370 != 829440
V4L2GRABBER ERROR: Frame too small: 828450 != 829440
V4L2GRABBER ERROR: Frame too small: 828600 != 829440
V4L2GRABBER ERROR: Frame too small: 828272 != 829440
V4L2GRABBER ERROR: Frame too small: 828126 != 829440
V4L2GRABBER ERROR: Frame too small: 828260 != 829440
V4L2GRABBER ERROR: Frame too small: 826716 != 829440
V4L2GRABBER ERROR: Frame too small: 828578 != 829440
V4L2GRABBER ERROR: Frame too small: 828658 != 829440
V4L2GRABBER ERROR: Frame too small: 828732 != 829440
V4L2GRABBER ERROR: Frame too small: 827100 != 829440
V4L2GRABBER ERROR: Frame too small: 828318 != 829440
V4L2GRABBER ERROR: Frame too small: 828498 != 829440
V4L2GRABBER ERROR: Frame too small: 828316 != 829440
V4L2GRABBER ERROR: Frame too small: 828740 != 829440
V4L2GRABBER ERROR: Frame too small: 828328 != 829440
V4L2GRABBER ERROR: Frame too small: 828094 != 829440
V4L2GRABBER ERROR: Frame too small: 828616 != 829440
V4L2GRABBER ERROR: Frame too small: 825826 != 829440
V4L2GRABBER ERROR: Frame too small: 828204 != 829440
V4L2GRABBER ERROR: Frame too small: 828228 != 829440
V4L2GRABBER ERROR: Frame too small: 828840 != 829440
V4L2GRABBER ERROR: Frame too small: 827920 != 829440
V4L2GRABBER ERROR: Frame too small: 828638 != 829440
V4L2GRABBER ERROR: Frame too small: 828896 != 829440
V4L2GRABBER ERROR: Frame too small: 828204 != 829440
V4L2GRABBER ERROR: Frame too small: 828820 != 829440
V4L2GRABBER ERROR: Frame too small: 828222 != 829440
V4L2GRABBER ERROR: Frame too small: 828724 != 829440
V4L2GRABBER ERROR: Frame too small: 828944 != 829440
V4L2GRABBER ERROR: Frame too small: 827628 != 829440
V4L2GRABBER ERROR: Frame too small: 827418 != 829440
V4L2GRABBER ERROR: Frame too small: 828518 != 829440
V4L2GRABBER ERROR: Frame too small: 828376 != 829440
V4L2GRABBER ERROR: Frame too small: 828526 != 829440
V4L2GRABBER ERROR: Frame too small: 828014 != 829440
V4L2GRABBER ERROR: Frame too small: 824762 != 829440
V4L2GRABBER ERROR: Frame too small: 828944 != 829440
V4L2GRABBER ERROR: Frame too small: 828646 != 829440
V4L2GRABBER ERROR: Frame too small: 828348 != 829440
V4L2GRABBER ERROR: Frame too small: 828498 != 829440
V4L2GRABBER ERROR: Frame too small: 828756 != 829440
V4L2GRABBER ERROR: Frame too small: 828762 != 829440
V4L2GRABBER ERROR: Frame too small: 828252 != 829440
V4L2GRABBER ERROR: Frame too small: 828318 != 829440
V4L2GRABBER ERROR: Frame too small: 828624 != 829440
V4L2GRABBER ERROR: Frame too small: 828934 != 829440
V4L2GRABBER ERROR: Frame too small: 828310 != 829440
V4L2GRABBER ERROR: Frame too small: 828868 != 829440
V4L2GRABBER ERROR: Frame too small: 827026 != 829440
V4L2GRABBER ERROR: Frame too small: 828818 != 829440
V4L2GRABBER ERROR: Frame too small: 828190 != 829440
V4L2GRABBER ERROR: Frame too small: 826544 != 829440
V4L2GRABBER ERROR: Frame too small: 828908 != 829440
V4L2GRABBER ERROR: Frame too small: 828484 != 829440
V4L2GRABBER ERROR: Frame too small: 828560 != 829440
V4L2GRABBER ERROR: Frame too small: 828232 != 829440
V4L2GRABBER ERROR: Frame too small: 828350 != 829440
V4L2GRABBER ERROR: Frame too small: 828890 != 829440
V4L2GRABBER ERROR: Frame too small: 828420 != 829440
V4L2GRABBER ERROR: Frame too small: 828724 != 829440
V4L2GRABBER ERROR: Frame too small: 825440 != 829440
V4L2GRABBER ERROR: Frame too small: 828472 != 829440
V4L2GRABBER ERROR: Frame too small: 828552 != 829440
V4L2GRABBER ERROR: Frame too small: 827498 != 829440
V4L2GRABBER ERROR: Frame too small: 828546 != 829440
V4L2GRABBER ERROR: Frame too small: 828842 != 829440
V4L2GRABBER ERROR: Frame too small: 828922 != 829440
V4L2GRABBER ERROR: Frame too small: 825456 != 829440
V4L2GRABBER ERROR: Frame too small: 828680 != 829440
V4L2GRABBER ERROR: Frame too small: 826198 != 829440
V4L2GRABBER ERROR: Frame too small: 828750 != 829440
V4L2GRABBER ERROR: Frame too small: 828630 != 829440
V4L2GRABBER ERROR: Frame too small: 828118 != 829440
V4L2GRABBER ERROR: Frame too small: 828194 != 829440
V4L2GRABBER ERROR: Frame too small: 828274 != 829440
V4L2GRABBER ERROR: Frame too small: 824802 != 829440
V4L2GRABBER ERROR: Frame too small: 828702 != 829440
V4L2GRABBER ERROR: Frame too small: 825982 != 829440
V4L2GRABBER ERROR: Frame too small: 825388 != 829440
V4L2GRABBER ERROR: Frame too small: 828502 != 829440
V4L2GRABBER ERROR: Frame too small: 826632 != 829440
V4L2GRABBER ERROR: Frame too small: 827672 != 829440
V4L2GRABBER ERROR: Frame too small: 827932 != 829440
V4L2GRABBER ERROR: Frame too small: 828136 != 829440
V4L2GRABBER ERROR: Frame too small: 828878 != 829440
V4L2GRABBER ERROR: Frame too small: 828862 != 829440
V4L2GRABBER ERROR: Frame too small: 827622 != 829440
V4L2GRABBER ERROR: Frame too small: 828630 != 829440
V4L2GRABBER ERROR: Frame too small: 827958 != 829440
V4L2GRABBER ERROR: Frame too small: 828586 != 829440
V4L2GRABBER ERROR: Frame too small: 828716 != 829440
V4L2GRABBER ERROR: Frame too small: 828582 != 829440
V4L2GRABBER ERROR: Frame too small: 828092 != 829440
V4L2GRABBER ERROR: Frame too small: 828292 != 829440
V4L2GRABBER ERROR: Frame too small: 825450 != 829440
V4L2GRABBER ERROR: Frame too small: 828408 != 829440
V4L2GRABBER ERROR: Frame too small: 828488 != 829440
V4L2GRABBER ERROR: Frame too small: 828690 != 829440
V4L2GRABBER ERROR: Frame too small: 828442 != 829440
V4L2GRABBER ERROR: Frame too small: 828676 != 829440
V4L2GRABBER ERROR: Frame too small: 828836 != 829440
V4L2GRABBER ERROR: Frame too small: 827434 != 829440
V4L2GRABBER ERROR: Frame too small: 827578 != 829440
V4L2GRABBER ERROR: Frame too small: 828084 != 829440
V4L2GRABBER ERROR: Frame too small: 828510 != 829440
V4L2GRABBER ERROR: Frame too small: 828596 != 829440
V4L2GRABBER ERROR: Frame too small: 828676 != 829440
V4L2GRABBER ERROR: Frame too small: 828362 != 829440
V4L2GRABBER ERROR: Frame too small: 828718 != 829440
V4L2GRABBER ERROR: Frame too small: 828914 != 829440
V4L2GRABBER ERROR: Frame too small: 828754 != 829440
V4L2GRABBER ERROR: Frame too small: 825212 != 829440
V4L2GRABBER ERROR: Frame too small: 828784 != 829440
V4L2GRABBER ERROR: Frame too small: 827734 != 829440
V4L2GRABBER ERROR: Frame too small: 828244 != 829440
V4L2GRABBER ERROR: Frame too small: 828490 != 829440
V4L2GRABBER ERROR: Frame too small: 828402 != 829440
V4L2GRABBER ERROR: Frame too small: 828482 != 829440
V4L2GRABBER ERROR: Frame too small: 827484 != 829440
V4L2GRABBER ERROR: Frame too small: 828692 != 829440
V4L2GRABBER ERROR: Frame too small: 826812 != 829440
V4L2GRABBER ERROR: Frame too small: 827996 != 829440
V4L2GRABBER ERROR: Frame too small: 828512 != 829440
V4L2GRABBER ERROR: Frame too small: 828840 != 829440
V4L2GRABBER ERROR: Frame too small: 828916 != 829440
V4L2GRABBER ERROR: Frame too small: 825972 != 829440
V4L2GRABBER ERROR: Frame too small: 828358 != 829440
V4L2GRABBER ERROR: Frame too small: 828348 != 829440
V4L2GRABBER ERROR: Frame too small: 824460 != 829440
V4L2GRABBER ERROR: Frame too small: 828746 != 829440
V4L2GRABBER ERROR: Frame too small: 828168 != 829440
V4L2GRABBER ERROR: Frame too small: 828816 != 829440
V4L2GRABBER ERROR: Frame too small: 827408 != 829440
V4L2GRABBER ERROR: Frame too small: 828912 != 829440
V4L2GRABBER ERROR: Frame too small: 828884 != 829440
V4L2GRABBER ERROR: Frame too small: 828246 != 829440
V4L2GRABBER ERROR: Frame too small: 827920 != 829440
V4L2GRABBER ERROR: Frame too small: 827572 != 829440
V4L2GRABBER ERROR: Frame too small: 828672 != 829440
V4L2GRABBER ERROR: Frame too small: 828752 != 829440
V4L2GRABBER ERROR: Frame too small: 824046 != 829440
V4L2GRABBER ERROR: Frame too small: 828394 != 829440
V4L2GRABBER ERROR: Frame too small: 828504 != 829440
V4L2GRABBER ERROR: Frame too small: 828584 != 829440
V4L2GRABBER ERROR: Frame too small: 828662 != 829440
V4L2GRABBER ERROR: Frame too small: 828744 != 829440
V4L2GRABBER ERROR: Frame too small: 828072 != 829440
V4L2GRABBER ERROR: Frame too small: 828148 != 829440
V4L2GRABBER ERROR: Frame too small: 823368 != 829440
V4L2GRABBER ERROR: Frame too small: 828150 != 829440
V4L2GRABBER ERROR: Frame too small: 828758 != 829440
V4L2GRABBER ERROR: Frame too small: 827496 != 829440
V4L2GRABBER ERROR: Frame too small: 828634 != 829440
V4L2GRABBER ERROR: Frame too small: 827246 != 829440
V4L2GRABBER ERROR: Frame too small: 828728 != 829440
V4L2GRABBER ERROR: Frame too small: 828432 != 829440
V4L2GRABBER ERROR: Frame too small: 828326 != 829440
V4L2GRABBER ERROR: Frame too small: 828406 != 829440
V4L2GRABBER ERROR: Frame too small: 825576 != 829440
V4L2GRABBER ERROR: Frame too small: 828088 != 829440
V4L2GRABBER ERROR: Frame too small: 828440 != 829440
V4L2GRABBER ERROR: Frame too small: 828588 != 829440
V4L2GRABBER ERROR: Frame too small: 828584 != 829440
V4L2GRABBER ERROR: Frame too small: 828762 != 829440
V4L2GRABBER ERROR: Frame too small: 828840 != 829440
V4L2GRABBER ERROR: Frame too small: 828914 != 829440
V4L2GRABBER ERROR: Frame too small: 828340 != 829440
V4L2GRABBER ERROR: Frame too small: 828420 != 829440
V4L2GRABBER ERROR: Frame too small: 828500 != 829440
V4L2GRABBER ERROR: Frame too small: 828580 != 829440
V4L2GRABBER ERROR: Frame too small: 825860 != 829440
V4L2GRABBER ERROR: Frame too small: 828740 != 829440
V4L2GRABBER ERROR: Frame too small: 828620 != 829440
V4L2GRABBER ERROR: Frame too small: 828092 != 829440
V4L2GRABBER ERROR: Frame too small: 828598 != 829440
V4L2GRABBER ERROR: Frame too small: 828540 != 829440
V4L2GRABBER ERROR: Frame too small: 828628 != 829440
V4L2GRABBER ERROR: Frame too small: 827640 != 829440
V4L2GRABBER ERROR: Frame too small: 826648 != 829440
V4L2GRABBER ERROR: Frame too small: 827942 != 829440
V4L2GRABBER ERROR: Frame too small: 827126 != 829440
V4L2GRABBER ERROR: Frame too small: 827892 != 829440
V4L2GRABBER ERROR: Frame too small: 828664 != 829440
V4L2GRABBER ERROR: Frame too small: 828418 != 829440
V4L2GRABBER ERROR: Frame too small: 828822 != 829440
V4L2GRABBER ERROR: Frame too small: 828902 != 829440
V4L2GRABBER ERROR: Frame too small: 827958 != 829440
V4L2GRABBER ERROR: Frame too small: 828278 != 829440
V4L2GRABBER ERROR: Frame too small: 828700 != 829440
V4L2GRABBER ERROR: Frame too small: 827376 != 829440
V4L2GRABBER ERROR: Frame too small: 827988 != 829440
V4L2GRABBER ERROR: Frame too small: 828686 != 829440
V4L2GRABBER ERROR: Frame too small: 827938 != 829440
V4L2GRABBER ERROR: Frame too small: 828932 != 829440
V4L2GRABBER ERROR: Frame too small: 828748 != 829440
V4L2GRABBER ERROR: Frame too small: 828758 != 829440
V4L2GRABBER ERROR: Frame too small: 828888 != 829440
V4L2GRABBER ERROR: Frame too small: 828696 != 829440
V4L2GRABBER ERROR: Frame too small: 828938 != 829440
V4L2GRABBER ERROR: Frame too small: 828800 != 829440
V4L2GRABBER ERROR: Frame too small: 828900 != 829440
V4L2GRABBER ERROR: Frame too small: 828602 != 829440
V4L2GRABBER ERROR: Frame too small: 828682 != 829440
V4L2GRABBER ERROR: Frame too small: 828288 != 829440
V4L2GRABBER ERROR: Frame too small: 828574 != 829440
V4L2GRABBER ERROR: Frame too small: 828898 != 829440
V4L2GRABBER ERROR: Frame too small: 828604 != 829440
V4L2GRABBER ERROR: Frame too small: 827832 != 829440
V4L2GRABBER ERROR: Frame too small: 828008 != 829440
V4L2GRABBER ERROR: Frame too small: 828088 != 829440
V4L2GRABBER ERROR: Frame too small: 828168 != 829440
V4L2GRABBER ERROR: Frame too small: 827426 != 829440
V4L2GRABBER ERROR: Frame too small: 828594 != 829440
V4L2GRABBER ERROR: Frame too small: 828674 != 829440
V4L2GRABBER ERROR: Frame too small: 828754 != 829440
V4L2GRABBER ERROR: Frame too small: 828834 != 829440
V4L2GRABBER ERROR: Frame too small: 827142 != 829440
V4L2GRABBER ERROR: Frame too small: 828656 != 829440
V4L2GRABBER ERROR: Frame too small: 827238 != 829440
V4L2GRABBER ERROR: Frame too small: 824992 != 829440
V4L2GRABBER ERROR: Frame too small: 826728 != 829440
V4L2GRABBER ERROR: Frame too small: 828376 != 829440
V4L2GRABBER ERROR: Frame too small: 828290 != 829440
V4L2GRABBER ERROR: Frame too small: 828268 != 829440
V4L2GRABBER ERROR: Frame too small: 828920 != 829440
V4L2GRABBER ERROR: Frame too small: 828862 != 829440
V4L2GRABBER ERROR: Frame too small: 828534 != 829440
V4L2GRABBER ERROR: Frame too small: 828936 != 829440
V4L2GRABBER ERROR: Frame too small: 828834 != 829440
V4L2GRABBER ERROR: Frame too small: 828854 != 829440
V4L2GRABBER ERROR: Frame too small: 828932 != 829440
V4L2GRABBER ERROR: Frame too small: 828634 != 829440
V4L2GRABBER ERROR: Frame too small: 828714 != 829440
V4L2GRABBER ERROR: Frame too small: 828908 != 829440
V4L2GRABBER ERROR: Frame too small: 828738 != 829440
V4L2GRABBER ERROR: Frame too small: 828880 != 829440
V4L2GRABBER ERROR: Frame too small: 828902 != 829440
V4L2GRABBER ERROR: Frame too small: 828296 != 829440
V4L2GRABBER ERROR: Frame too small: 828264 != 829440
V4L2GRABBER ERROR: Frame too small: 828736 != 829440
V4L2GRABBER ERROR: Frame too small: 828852 != 829440
V4L2GRABBER ERROR: Frame too small: 828864 != 829440
V4L2GRABBER ERROR: Frame too small: 828188 != 829440
V4L2GRABBER ERROR: Frame too small: 828634 != 829440
V4L2GRABBER ERROR: Frame too small: 827892 != 829440
V4L2GRABBER ERROR: Frame too small: 828150 != 829440
V4L2GRABBER ERROR: Frame too small: 828616 != 829440
V4L2GRABBER ERROR: Frame too small: 828196 != 829440
V4L2GRABBER ERROR: Frame too small: 828304 != 829440
V4L2GRABBER ERROR: Frame too small: 826610 != 829440
V4L2GRABBER ERROR: Frame too small: 828860 != 829440
V4L2GRABBER ERROR: Frame too small: 823742 != 829440
V4L2GRABBER ERROR: Frame too small: 828404 != 829440
V4L2GRABBER ERROR: Frame too small: 828484 != 829440
V4L2GRABBER ERROR: Frame too small: 828564 != 829440
V4L2GRABBER ERROR: Frame too small: 828642 != 829440
V4L2GRABBER ERROR: Frame too small: 828922 != 829440
V4L2GRABBER ERROR: Frame too small: 827632 != 829440
V4L2GRABBER ERROR: Frame too small: 828676 != 829440
V4L2GRABBER ERROR: Frame too small: 828756 != 829440
V4L2GRABBER ERROR: Frame too small: 828350 != 829440
V4L2GRABBER ERROR: Frame too small: 828428 != 829440
V4L2GRABBER ERROR: Frame too small: 828508 != 829440
V4L2GRABBER ERROR: Frame too small: 828816 != 829440
V4L2GRABBER ERROR: Frame too small: 828800 != 829440
V4L2GRABBER ERROR: Frame too small: 828514 != 829440
V4L2GRABBER ERROR: Frame too small: 828444 != 829440
V4L2GRABBER ERROR: Frame too small: 828020 != 829440
V4L2GRABBER ERROR: Frame too small: 828716 != 829440
V4L2GRABBER ERROR: Frame too small: 828702 != 829440
V4L2GRABBER ERROR: Frame too small: 828564 != 829440
V4L2GRABBER ERROR: Frame too small: 828352 != 829440
V4L2GRABBER ERROR: Frame too small: 828252 != 829440
V4L2GRABBER ERROR: Frame too small: 828332 != 829440
V4L2GRABBER ERROR: Frame too small: 828412 != 829440
V4L2GRABBER ERROR: Frame too small: 828124 != 829440
V4L2GRABBER ERROR: Frame too small: 828354 != 829440
V4L2GRABBER ERROR: Frame too small: 828434 != 829440
V4L2GRABBER ERROR: Frame too small: 827572 != 829440
V4L2GRABBER ERROR: Frame too small: 828842 != 829440
V4L2GRABBER ERROR: Frame too small: 828514 != 829440
V4L2GRABBER ERROR: Frame too small: 828292 != 829440
V4L2GRABBER ERROR: Frame too small: 827712 != 829440
V4L2GRABBER ERROR: Frame too small: 828680 != 829440
V4L2GRABBER ERROR: Frame too small: 828508 != 829440
V4L2GRABBER ERROR: Frame too small: 828794 != 829440
V4L2GRABBER ERROR: Frame too small: 828360 != 829440
V4L2GRABBER ERROR: Frame too small: 827632 != 829440
V4L2GRABBER ERROR: Frame too small: 828852 != 829440
V4L2GRABBER ERROR: Frame too small: 828446 != 829440
V4L2GRABBER ERROR: Frame too small: 828774 != 829440
V4L2GRABBER ERROR: Frame too small: 828264 != 829440
V4L2GRABBER ERROR: Frame too small: 828296 != 829440
V4L2GRABBER ERROR: Frame too small: 828368 != 829440
V4L2GRABBER ERROR: Frame too small: 828598 != 829440
V4L2GRABBER ERROR: Frame too small: 828314 != 829440
V4L2GRABBER ERROR: Frame too small: 828800 != 829440
V4L2GRABBER ERROR: Frame too small: 828548 != 829440
V4L2GRABBER ERROR: Frame too small: 828764 != 829440
V4L2GRABBER ERROR: Frame too small: 828844 != 829440
V4L2GRABBER ERROR: Frame too small: 827736 != 829440
V4L2GRABBER ERROR: Frame too small: 828248 != 829440
V4L2GRABBER ERROR: Frame too small: 828328 != 829440
V4L2GRABBER ERROR: Frame too small: 828480 != 829440
V4L2GRABBER ERROR: Frame too small: 828342 != 829440
V4L2GRABBER ERROR: Frame too small: 828036 != 829440
V4L2GRABBER ERROR: Frame too small: 828552 != 829440
V4L2GRABBER ERROR: Frame too small: 828252 != 829440
V4L2GRABBER ERROR: Frame too small: 828366 != 829440
V4L2GRABBER ERROR: Frame too small: 827694 != 829440
V4L2GRABBER ERROR: Frame too small: 827998 != 829440
V4L2GRABBER ERROR: Frame too small: 828422 != 829440
V4L2GRABBER ERROR: Frame too small: 828026 != 829440
V4L2GRABBER ERROR: Frame too small: 827326 != 829440
V4L2GRABBER ERROR: Frame too small: 828724 != 829440
V4L2GRABBER ERROR: Frame too small: 828234 != 829440
V4L2GRABBER ERROR: Frame too small: 828264 != 829440
V4L2GRABBER ERROR: Frame too small: 828936 != 829440
V4L2GRABBER ERROR: Frame too small: 828384 != 829440
V4L2GRABBER ERROR: Frame too small: 828788 != 829440
V4L2GRABBER ERROR: Frame too small: 828914 != 829440
V4L2GRABBER ERROR: Frame too small: 825672 != 829440
V4L2GRABBER ERROR: Frame too small: 828666 != 829440
V4L2GRABBER ERROR: Frame too small: 828240 != 829440
V4L2GRABBER ERROR: Frame too small: 828428 != 829440
V4L2GRABBER ERROR: Frame too small: 828576 != 829440
V4L2GRABBER ERROR: Frame too small: 828170 != 829440
V4L2GRABBER ERROR: Frame too small: 828910 != 829440
V4L2GRABBER ERROR: Frame too small: 828330 != 829440
V4L2GRABBER ERROR: Frame too small: 828520 != 829440
V4L2GRABBER ERROR: Frame too small: 828554 != 829440
V4L2GRABBER ERROR: Frame too small: 828220 != 829440
V4L2GRABBER ERROR: Frame too small: 828572 != 829440
V4L2GRABBER ERROR: Frame too small: 828794 != 829440
V4L2GRABBER ERROR: Frame too small: 828212 != 829440
V4L2GRABBER ERROR: Frame too small: 828420 != 829440
V4L2GRABBER ERROR: Frame too small: 827526 != 829440
V4L2GRABBER ERROR: Frame too small: 828626 != 829440
V4L2GRABBER ERROR: Frame too small: 828762 != 829440
V4L2GRABBER ERROR: Frame too small: 828420 != 829440


das geht dann immer so weiter bis zum Sanktnimmerleinstag, hab den Pi dann "ausgeschaltet"

Jetzt zum Problem,
Meiner meinung nach ist die Verkabelung in ordung, Hab so auch schon über das Farbrad im SSH Tab problemlos alle Farben einstellen können.
Wenn ich jetzt aber ein Viedeosignal über den Grabber einspeise, funktioniert es nicht, die LED bleiben einfach aus.

Das Problem ist warscheinlich der schwarze rand um das bild das vom Grabber kommt?
https://www.amazon.de/clouddrive/share/7tHLp8IhrIYgXljoshvEtfOhlE8lluSbd5TeG87Oik9?ref_=cd_ph_share_link_copy

Daher dann schön die Pixel gemessen, die weg sollen. Dann im Hyperion entsprechend eingegeben, auf den Pi geladen und siehe da.. Nix, schwarze Balken immer noch da.

Hab jetzt schon ne weile gesucht, aber außer aussagen man soll doch im Google nach dem Problem suchen nix gefunden..
Jetzt hoffe ich voll und ganz auf eure Hilfe, bin jedem Dankbar der mich weiter bringt, ich seh inzwischen glaub den Wald vor lauter Bäume nimmer..

b2un0
Moderator

Beiträge:1819
Registriert:16. Nov 2015
Wohnort:Hamburg
Beruf:Softwareentwickler

Ambilight Grabber Probleme

18. Jun 2016, 23:58

Was hast du den für einen Grabber? Das sieht nach einem nicht unterstützten aus.

Du brauchst einen Grabber mit Fushicai (UTV) Chipsatz, wenn du so nen 8€ Billig Teil genommen hast wird da der falsche Chipsatz drin sein.
Von außen sehen die Grabber ja fast alle gleich aus.

Siehe z.B. diesen hier: https://www.amazon.de/LogiLink-Audio-Vi ... B0013BXFLG
der Funktioniert zu 100% (siehe auch die Kundenfragen + Antworten).
Kein Support per PM!

piBenni
Neuling

Beiträge:14
Registriert:17. Jun 2016

Ambilight Grabber Probleme

19. Jun 2016, 13:18

Ja danke für die Antwort! Dann wirds das wohl sein, schade..
Gut danke für den Link, dann bestell ich mir den und werde Berichten obs dann funktioniert

piBenni
Neuling

Beiträge:14
Registriert:17. Jun 2016

Ambilight Grabber Probleme

21. Jun 2016, 19:20

Neuer Grabber kam grad an, natürlich sofort getstet. Gleiches Spiel.. Kann die Ränder nicht entfernen und es sind noch streifen im screenshot

b2un0
Moderator

Beiträge:1819
Registriert:16. Nov 2015
Wohnort:Hamburg
Beruf:Softwareentwickler

Ambilight Grabber Probleme

22. Jun 2016, 07:11

wie versuchst du den die Ränder zu entfernen?

Das im Screenshot mal ein, zwei streifen sind, ist völlig normal und in Ordnung.

Die Fehlermeldung "V4L2GRABBER ERROR: Frame too small: 828168 != 829440" darf halt nicht mehr aufkommen.
Kein Support per PM!

piBenni
Neuling

Beiträge:14
Registriert:17. Jun 2016

Ambilight Grabber Probleme

24. Jun 2016, 17:41

Code: Alles auswählen

OpenELEC (official) Version: 6.0.3
OpenELEC:~ # killall hyperiond
OpenELEC:~ # /storage/hyperion/bin/hyperiond.sh /storage/.config/hyperion.config
.json
Hyperion Ambilight Deamon
        Version   : V1.02.0 (brindosch-f4162eb/2d45d51-1462453507
        Build Time: May  5 2016 06:07:47
INFO: Selected configuration file: /storage/.config/hyperion.config.json
HYPERION INFO: ColorTransform 'default' => [0; 91]
HYPERION INFO: ColorCorrection 'default' => [0; 91]
HYPERION INFO: ColorAdjustment 'default' => [0; 91]
LEDDEVICE INFO: configuration:
{
        "colorOrder" : "rbg",
        "name" : "MyHyperionConfig",
        "output" : "/dev/spidev0.0",
        "rate" : 1000000,
        "type" : "ws2801"
}

INFO: Creating linear smoothing
HYPERION (CS) INFO: Created linear-smoothing(interval_ms=50;settlingTime_ms=200;updateDelay=0
EFFECTENGINE INFO: Initializing Python interpreter
INFO: Hyperion started and initialised
INFO: Boot sequence 'Rainbow mood' EFFECTENGINE INFO: run effect Rainbow mood on channel 0
BLACKBORDER INFO: threshold set to 0.03 (8)
BLACKBORDER INFO: mode:default
started
INFO: Json server created and started on port 19444
INFO: Proto server created and started on port 19445
V4L2GRABBER INFO: width=720 height=576
V4L2GRABBER INFO: pixel format=YUYV
BLACKBORDER INFO: threshold set to 0.03 (8)
BLACKBORDER INFO: mode:default
V4L2GRABBER INFO: signal threshold set to: {51,51,51}
V4L2GRABBER INFO: started
INFO: V4L2 grabber created and started
V4L2GRABBER INFO: stopped
EFFECTENGINE INFO: effect finished
V4L2GRABBER INFO: started


ne "V4L2GRABBER ERROR: Frame too small: 828168 != 829440" kommt nicht mehr, das past natürlich

Code: Alles auswählen

OpenELEC:~ # lsusb
Bus 001 Device 005: ID 1b71:3002 Fushicai USBTV007 Video Grabber [EasyCAP]


Das müsste ja jetzt der Chipsatz sein mit dem es funktioniert? Oder ist mir da schon wieder der falsche angdreht worden? :shock:

https://www.amazon.de/clouddrive/share/sCgOJyiBy3CP65tWBjc9MA5iXtvA3pFS88OMxpukXKq?ref_=cd_ph_share_link_copy

Über den Reiter Grabber, entsprechend die Pixel weg, die schwarz sind. Wird auch entsprechend so in die config rein geschrieben.
Oder hab ich da irgendwo nen Denkfehler drin?

Code: Alles auswählen

// Automatically generated configuration file for 'Hyperion daemon'
// Generated by: HyperCon (The Hyperion deamon configuration file builder)
// Created with HyperCon V1.02.0 (30.04.2016)

{
   /// Device configuration contains the following fields:
   /// * 'name'       : The user friendly name of the device (only used for display purposes)
   /// * 'type'       : The type of the device or leds (known types for now are
   /// ---------SPI---------, APA102, WS2801, P9813, LPD6803, LPD8806, ---------PWM---------, WS2812b (just RPi1), WS281X (RPi1, RPi2, RPi3), --------OTHER--------, PhilipsHUE, AtmoOrb, PiBlaster, Tinkerforge, FadeCandy, UDP, RawHID (USB), SEDU, Adalight, AdalightAPA102, TPM2, USBASP-WS2801, USBASP-WS2812, ------3rd PARTY------, AmbiLed, Atmo, Lightpack, Multi-Lightpack, Paintpack, Test (file), None)
   /// * [device type specific configuration]
   /// * 'colorOrder' : The order of the color bytes ('rgb', 'rbg', 'bgr', etc.).
   "device" :
   {
      "name"       : "MyHyperionConfig",
      "type"       : "ws2801",
      "output"     : "/dev/spidev0.0",
      "rate"     : 1000000,
      "colorOrder" : "rbg"
   },

   /// Color manipulation configuration used to tune the output colors to specific surroundings.
   /// The configuration contains a list of color-transforms. Each transform contains the
   /// following fields:
   ///  * 'channelAdjustment'
   ///  * 'id'   : The unique identifier of the channel adjustments (eg 'device_1')
   ///  * 'leds'   : The indices (or index ranges) of the leds to which this channel adjustment applies
   ///             (eg '0-5, 9, 11, 12-17'). The indices are zero based.
   ///  * 'pureRed'/'pureGreen'/'pureBlue' : The manipulation in the Red-Green-Blue color domain with the
   ///                           following tuning parameters for each channel:
   ///  * 'temperature'
   ///  * 'id'   : The unique identifier of the temperature (eg 'device_1')
   ///  * 'leds'   : The indices (or index ranges) of the leds to which this temperature applies
   ///             (eg '0-5, 9, 11, 12-17'). The indices are zero based.
   ///  * 'red'/'green'/'blue' : The temperature manipulation in the Red-Green-Blue color domain with the
   ///                           following tuning parameters for each channel:
   ///  * 'transform'
   ///  * 'id'   : The unique identifier of the color transformation (eg 'device_1')
   ///  * 'leds' : The indices (or index ranges) of the leds to which this color transform applies
   ///             (eg '0-5, 9, 11, 12-17'). The indices are zero based.
   ///  * 'hsv' : The manipulation in the Hue-Saturation-Value color domain with the following
   ///            tuning parameters:
   ///            - 'saturationGain'  The gain adjustement of the saturation
   ///            - 'luminanceGain'       The gain adjustement of the luminance
   ///  * 'red'/'green'/'blue' : The manipulation in the Red-Green-Blue color domain with the
   ///                           following tuning parameters for each channel:
   ///            - 'threshold'       The minimum required input value for the channel to be on
   ///                                (else zero)
   ///            - 'gamma'           The gamma-curve correction factor
   ///
   /// Next to the list with color transforms there is also a smoothing option.
   ///  * 'smoothing' : Smoothing of the colors in the time-domain with the following tuning
   ///                  parameters:
   ///            - 'type'            The type of smoothing algorithm ('linear' or 'none')
   ///            - 'time_ms'         The time constant for smoothing algorithm in milliseconds
   ///            - 'updateFrequency' The update frequency of the leds in Hz
   ///            - 'updateDelay'     The delay of the output to leds (in periods of smoothing)
   "color" :
   {
      "channelAdjustment" :
      [
         {
            "id"   : "default",
            "leds" : "*",
            "pureRed" :
            {
               "redChannel"      : 245,
               "greenChannel"      : 0,
               "blueChannel"      : 10
            },
            "pureGreen" :
            {
               "redChannel"      : 180,
               "greenChannel"      : 255,
               "blueChannel"      : 0
            },
            "pureBlue" :
            {
               "redChannel"      : 0,
               "greenChannel"      : 0,
               "blueChannel"      : 192
            }
         }
      ],
      "temperature" :
      [
         {
            "id"   : "default",
            "leds" : "*",
            "temperatureValues" :
            {
               "red"    : 255,
               "green"   : 255,
               "blue"    : 255
            }
         }
      ],
      "transform" :
      [
         {
            "id"   : "default",
            "leds" : "*",
            "hsl" :
            {
               "saturationGain"   : 1.0000,
               "luminanceGain"      : 1.0500
            },
            "red" :
            {
               "threshold"    : 0.0000,
               "gamma"        : 29.4900
            },
            "green" :
            {
               "threshold"    : 0.0000,
               "gamma"        : 2.5100
            },
            "blue" :
            {
               "threshold"    : 0.0000,
               "gamma"        : 2.5000
            }
         }
      ],

      "smoothing" :
      {
         "type"            : "linear",
         "time_ms"         : 200,
         "updateFrequency" : 20.0000,
         "updateDelay"     : 0
      }
   },

   /// The black border configuration, contains the following items:
   ///  * enable             : true if the detector should be activated
   ///  * threshold          : Value below which a pixel is regarded as black (value between 0.0 and 1.0)
   ///  * unknownFrameCnt      : Number of frames without any detection before the border is set to 0 (default 600)
   ///  * borderFrameCnt      : Number of frames before a consistent detected border gets set (default 50)
   ///  * maxInconsistentCnt    : Number of inconsistent frames that are ignored before a new border gets a chance to proof consistency
   ///  * blurRemoveCnt      : Number of pixels that get removed from the detected border to cut away blur (default 1)
   ///  * mode             : Border detection mode (values=default,classic,osd)
   "blackborderdetector" :
   {
      "enable" : false,
      "threshold" : 0.03,
      "unknownFrameCnt" : 600,
      "borderFrameCnt" : 50,
      "maxInconsistentCnt" : 10,
      "blurRemoveCnt" : 1,
      "mode" : "default"
   },

   /// The configuration of the effect engine, contains the following items:
   ///  * paths      : An array with absolute location(s) of directories with effects
   ///  * color       : Set static color after boot -> set effect to "" (empty) and input the values [R,G,B] and set duration_ms NOT to 0 (use 1) instead
   ///  * effect       : The effect selected as 'boot sequence'
   ///  * duration_ms   : The duration of the selected effect (0=endless)
   ///  * priority    : The priority of the selected effect/static color (default=990) HINT: lower value result in HIGHER priority!
   "effects" :
   {
      "paths" :
      [
         "/storage/hyperion/effects"
      ]
   },

   "bootsequence" :
   {
      "color" : [0,0,0],
      "effect" : "Rainbow mood",
      "duration_ms" : 3000,
      "priority" : 990
   },

   /// The configuration of the Json/Proto forwarder. Forward messages to multiple instances of Hyperion on same and/or other hosts
   /// 'proto' is mostly used for video streams and 'json' for effects
   ///  * proto   : Proto server adress and port of your target. Syntax:[IP:PORT] -> ["127.0.0.1:19447"] or more instances to forward ["127.0.0.1:19447","192.168.0.24:19449"]
   ///  * json   : Json server adress and port of your target. Syntax:[IP:PORT] -> ["127.0.0.1:19446"] or more instances to forward ["127.0.0.1:19446","192.168.0.24:19448"]
   ///  HINT:   If you redirect to "127.0.0.1" (localhost) you could start a second hyperion with another device/led config!
   ///       Be sure your client(s) is/are listening on the configured ports. The second Hyperion (if used) also needs to be configured! (HyperCon -> External -> Json Server/Proto Server)
//    "forwarder" :
//    {
//       "proto" : ["127.0.0.1:19447"],
//       "json" : ["127.0.0.1:19446"]
//    },

   ///  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]
   ///   * priority     : The priority of the frame-gabber (Default=890) HINT: lower value result in HIGHER priority!
   ///   * ATTENTION    : Power-of-Two resolution is not supported and leads to unexpected behaviour!
//    "framegrabber" :
//    {
//       "width" : 64,
//       "height" : 64,
//       "frequency_Hz" : 10.0,
//       "priority" : 890
//    },

   /// The configuration of the Kodi connection used to enable and disable the frame-grabber. Contains the following fields:
   ///  * xbmcAddress       : The IP address of the Kodi-host
   ///  * xbmcTcpPort       : The TCP-port of the Kodi-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) at the Kodi menu
   ///  * grabScreensaver   : Flag indicating that the frame-grabber is on(true) when Kodi 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" : true,
//       "grabPictures" : true,
//       "grabAudio" : true,
//       "grabMenu" : true,
//       "grabScreensaver" : true,
//       "enable3DDetection" : true
//    },

   /// The configuration of the Json server which enables the json remote interface
   ///  * port : Port at which the json server is started
   "jsonServer" :
   {
      "port" : 19444
   },

   /// The configuration of the Proto server which enables the protobuffer remote interface
   ///  * port : Port at which the protobuffer server is started
   "protoServer" :
   {
      "port" : 19445
   },

   /// The configuration of the boblight server which enables the boblight remote interface
   ///  * port    : Port at which the boblight server is started
   ///  * priority: Priority of the boblight server (Default=900) HINT: lower value result in HIGHER priority!
//    "boblightServer" :
//    {
//       "port" : 19333,
//       "priority" : 900
//    },

   /// Configuration for the embedded V4L2 grabber
   ///  * device          : V4L2 Device to use [default="/dev/video0"]
   ///  * input           : V4L2 input to use [default=0]
   ///  * standard        : Video standard (no-change/PAL/NTSC) [default="no-change"]
   ///  * width                : V4L2 width to set [default=-1]
   ///  * height               : V4L2 height to set [default=-1]
   ///  * frameDecimation      : Frame decimation factor [default=2]
   ///  * sizeDecimation       : Size decimation factor [default=8]
   ///  * priority             : Hyperion priority channel [default=900]
   ///  * mode                 : 3D mode to use 2D/3DSBS/3DTAB (note: no autodetection) [default="2D"]
   ///  * cropLeft             : Cropping from the left [default=0]
   ///  * cropRight            : Cropping from the right [default=0]
   ///  * cropTop              : Cropping from the top [default=0]
   ///  * cropBottom           : Cropping from the bottom [default=0]
   ///  * redSignalThreshold   : Signal threshold for the red channel between 0.0 and 1.0 [default=0.0]
   ///  * greenSignalThreshold : Signal threshold for the green channel between 0.0 and 1.0 [default=0.0]
   ///  * blueSignalThreshold  : Signal threshold for the blue channel between 0.0 and 1.0 [default=0.0]
   "grabber-v4l2" :
   {
      "device" : "/dev/video0",
      "input" : 0,
      "standard" : "PAL",
      "width" : -1,
      "height" : -1,
      "frameDecimation" : 2,
      "sizeDecimation" : 8,
      "priority" : 900,
      "mode" : "2D",
      "cropLeft" : 5,
      "cropRight" : 3,
      "cropTop" : 7,
      "cropBottom" : 1,
      "redSignalThreshold" : 0.2,
      "greenSignalThreshold" : 0.2,
      "blueSignalThreshold" : 0.2
   },

   ///  The configuration for each individual led. This contains the specification of the area
   ///  averaged of an input image for each led to determine its color. Each item in the list
   ///  contains the following fields:
   ///  * index: The index of the led. This determines its location in the string of leds; zero
   ///           being the first led.
   ///  * hscan: The fractional part of the image along the horizontal used for the averaging
   ///           (minimum and maximum inclusive)
   ///  * vscan: The fractional part of the image along the vertical used for the averaging
   ///           (minimum and maximum inclusive)
   "leds" :
   [
      {
         "index" : 0,
         "hscan" : { "minimum" : 0.6563, "maximum" : 0.6875 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 1,
         "hscan" : { "minimum" : 0.6875, "maximum" : 0.7188 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 2,
         "hscan" : { "minimum" : 0.7188, "maximum" : 0.7500 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 3,
         "hscan" : { "minimum" : 0.7500, "maximum" : 0.7813 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 4,
         "hscan" : { "minimum" : 0.7813, "maximum" : 0.8125 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 5,
         "hscan" : { "minimum" : 0.8125, "maximum" : 0.8438 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 6,
         "hscan" : { "minimum" : 0.8438, "maximum" : 0.8750 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 7,
         "hscan" : { "minimum" : 0.8750, "maximum" : 0.9063 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 8,
         "hscan" : { "minimum" : 0.9063, "maximum" : 0.9375 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 9,
         "hscan" : { "minimum" : 0.9375, "maximum" : 0.9688 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 10,
         "hscan" : { "minimum" : 0.9688, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 11,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.9474, "maximum" : 1.0000 }
      },
      {
         "index" : 12,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.8947, "maximum" : 0.9474 }
      },
      {
         "index" : 13,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.8421, "maximum" : 0.8947 }
      },
      {
         "index" : 14,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.7895, "maximum" : 0.8421 }
      },
      {
         "index" : 15,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.7368, "maximum" : 0.7895 }
      },
      {
         "index" : 16,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.6842, "maximum" : 0.7368 }
      },
      {
         "index" : 17,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.6316, "maximum" : 0.6842 }
      },
      {
         "index" : 18,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.5789, "maximum" : 0.6316 }
      },
      {
         "index" : 19,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.5263, "maximum" : 0.5789 }
      },
      {
         "index" : 20,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.4737, "maximum" : 0.5263 }
      },
      {
         "index" : 21,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.4211, "maximum" : 0.4737 }
      },
      {
         "index" : 22,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.3684, "maximum" : 0.4211 }
      },
      {
         "index" : 23,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.3158, "maximum" : 0.3684 }
      },
      {
         "index" : 24,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.2632, "maximum" : 0.3158 }
      },
      {
         "index" : 25,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.2105, "maximum" : 0.2632 }
      },
      {
         "index" : 26,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.1579, "maximum" : 0.2105 }
      },
      {
         "index" : 27,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.1053, "maximum" : 0.1579 }
      },
      {
         "index" : 28,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.0526, "maximum" : 0.1053 }
      },
      {
         "index" : 29,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0526 }
      },
      {
         "index" : 30,
         "hscan" : { "minimum" : 0.9688, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 31,
         "hscan" : { "minimum" : 0.9375, "maximum" : 0.9688 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 32,
         "hscan" : { "minimum" : 0.9063, "maximum" : 0.9375 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 33,
         "hscan" : { "minimum" : 0.8750, "maximum" : 0.9063 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 34,
         "hscan" : { "minimum" : 0.8438, "maximum" : 0.8750 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 35,
         "hscan" : { "minimum" : 0.8125, "maximum" : 0.8438 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 36,
         "hscan" : { "minimum" : 0.7813, "maximum" : 0.8125 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 37,
         "hscan" : { "minimum" : 0.7500, "maximum" : 0.7813 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 38,
         "hscan" : { "minimum" : 0.7188, "maximum" : 0.7500 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 39,
         "hscan" : { "minimum" : 0.6875, "maximum" : 0.7188 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 40,
         "hscan" : { "minimum" : 0.6563, "maximum" : 0.6875 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 41,
         "hscan" : { "minimum" : 0.6250, "maximum" : 0.6563 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 42,
         "hscan" : { "minimum" : 0.5938, "maximum" : 0.6250 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 43,
         "hscan" : { "minimum" : 0.5625, "maximum" : 0.5938 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 44,
         "hscan" : { "minimum" : 0.5313, "maximum" : 0.5625 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 45,
         "hscan" : { "minimum" : 0.5000, "maximum" : 0.5313 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 46,
         "hscan" : { "minimum" : 0.4688, "maximum" : 0.5000 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 47,
         "hscan" : { "minimum" : 0.4375, "maximum" : 0.4688 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 48,
         "hscan" : { "minimum" : 0.4063, "maximum" : 0.4375 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 49,
         "hscan" : { "minimum" : 0.3750, "maximum" : 0.4063 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 50,
         "hscan" : { "minimum" : 0.3438, "maximum" : 0.3750 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 51,
         "hscan" : { "minimum" : 0.3125, "maximum" : 0.3438 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 52,
         "hscan" : { "minimum" : 0.2813, "maximum" : 0.3125 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 53,
         "hscan" : { "minimum" : 0.2500, "maximum" : 0.2813 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 54,
         "hscan" : { "minimum" : 0.2188, "maximum" : 0.2500 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 55,
         "hscan" : { "minimum" : 0.1875, "maximum" : 0.2188 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 56,
         "hscan" : { "minimum" : 0.1563, "maximum" : 0.1875 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 57,
         "hscan" : { "minimum" : 0.1250, "maximum" : 0.1563 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 58,
         "hscan" : { "minimum" : 0.0938, "maximum" : 0.1250 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 59,
         "hscan" : { "minimum" : 0.0625, "maximum" : 0.0938 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 60,
         "hscan" : { "minimum" : 0.0313, "maximum" : 0.0625 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 61,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0313 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 62,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0526 }
      },
      {
         "index" : 63,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.0526, "maximum" : 0.1053 }
      },
      {
         "index" : 64,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.1053, "maximum" : 0.1579 }
      },
      {
         "index" : 65,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.1579, "maximum" : 0.2105 }
      },
      {
         "index" : 66,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.2105, "maximum" : 0.2632 }
      },
      {
         "index" : 67,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.2632, "maximum" : 0.3158 }
      },
      {
         "index" : 68,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.3158, "maximum" : 0.3684 }
      },
      {
         "index" : 69,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.3684, "maximum" : 0.4211 }
      },
      {
         "index" : 70,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.4211, "maximum" : 0.4737 }
      },
      {
         "index" : 71,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.4737, "maximum" : 0.5263 }
      },
      {
         "index" : 72,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.5263, "maximum" : 0.5789 }
      },
      {
         "index" : 73,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.5789, "maximum" : 0.6316 }
      },
      {
         "index" : 74,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.6316, "maximum" : 0.6842 }
      },
      {
         "index" : 75,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.6842, "maximum" : 0.7368 }
      },
      {
         "index" : 76,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.7368, "maximum" : 0.7895 }
      },
      {
         "index" : 77,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.7895, "maximum" : 0.8421 }
      },
      {
         "index" : 78,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.8421, "maximum" : 0.8947 }
      },
      {
         "index" : 79,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.8947, "maximum" : 0.9474 }
      },
      {
         "index" : 80,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.9474, "maximum" : 1.0000 }
      },
      {
         "index" : 81,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0313 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 82,
         "hscan" : { "minimum" : 0.0313, "maximum" : 0.0625 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 83,
         "hscan" : { "minimum" : 0.0625, "maximum" : 0.0938 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 84,
         "hscan" : { "minimum" : 0.0938, "maximum" : 0.1250 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 85,
         "hscan" : { "minimum" : 0.1250, "maximum" : 0.1563 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 86,
         "hscan" : { "minimum" : 0.1563, "maximum" : 0.1875 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 87,
         "hscan" : { "minimum" : 0.1875, "maximum" : 0.2188 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 88,
         "hscan" : { "minimum" : 0.2188, "maximum" : 0.2500 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 89,
         "hscan" : { "minimum" : 0.2500, "maximum" : 0.2813 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 90,
         "hscan" : { "minimum" : 0.2813, "maximum" : 0.3125 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 91,
         "hscan" : { "minimum" : 0.3125, "maximum" : 0.3438 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      }
   ],

   "endOfJson" : "endOfJson"
}

piBenni
Neuling

Beiträge:14
Registriert:17. Jun 2016

Ambilight Grabber Probleme

24. Jun 2016, 18:56

Ok, Komando zurück, Sorry. Balken sind weg. Funktioniert aber immer noch nicht so ganz..

Die Led blinken noch recht wild rum, man könnte erahnen das die farbe passt aber ist halt zu viel geblinke..

//Edit: ganz vergessen, das Geblinke ist nur bei benutzung des grabbers. Wenn ich zum Beispiel über HyperCon die Farben sende weden die einwandfrei angezeigt.

b2un0
Moderator

Beiträge:1819
Registriert:16. Nov 2015
Wohnort:Hamburg
Beruf:Softwareentwickler

Ambilight Grabber Probleme

27. Jun 2016, 07:57

Beim Besten willen, deine config gefällt mir gar nicht.

"blackborderdetector" ist z.B. aus,
"transform" die Werte sind Katastrohpal.
Dein geblinke kommt von den extrem hohen Werten.

An deiner Stelle würde ich HyperCon reseten so das für alles (!) die default Werte neu drin sind.
Dann nur den Grabber aktivieren + Crop Werte, deine LEDs korrekt hinterlegen und xbmcVideo Checker sowie den internen Frame Grabber deaktiveren.

Dann mit genau dieser default config mal testen.

So nen wildes geblinke hab ich immer dann gehabt wenn ich an den transform werten zu viel rum gespielt hatte.
Kein Support per PM!

piBenni
Neuling

Beiträge:14
Registriert:17. Jun 2016

Ambilight Grabber Probleme

27. Jun 2016, 21:12

Vielen Dank, hab die konfig wie von dir beschrieben neu aufgesetzt und ja an der alten hab ich wohl bissle viel rum gespielt..

Aber das problem ist wohl doch ein anderes..
https://www.amazon.de/clouddrive/share/JCK3SVNBF4aKjtHhZMiPgbotbu8YRJBIfwYifBe811V?ref_=cd_ph_share_link_copy

das sieht für mich als neuling schon recht kacke aus, denk mal da hab ich mir iwo ne defekte Hardware verbaut, ich werd mich sobald ich zeit finde mal da dahinter klemmen..

b2un0
Moderator

Beiträge:1819
Registriert:16. Nov 2015
Wohnort:Hamburg
Beruf:Softwareentwickler

Ambilight Grabber Probleme

27. Jun 2016, 21:24

Hast du mal den Grabber wie im Hilfetthread hier im Support Bereich beschrieben geöffnet?
Kein Support per PM!


b2un0
Moderator

Beiträge:1819
Registriert:16. Nov 2015
Wohnort:Hamburg
Beruf:Softwareentwickler

Ambilight Grabber Probleme

30. Jun 2016, 09:23

Den Konverter meinte ich natürlich - sorry :)

Der Konverter sieht eigentlich in Ordnung aus & sollte 1080p können.

Was hängt eigentlich an dem HDMI2AV Konverter für ein Gerät dran was das Bild liefert?
Kein Support per PM!

piBenni
Neuling

Beiträge:14
Registriert:17. Jun 2016

Ambilight Grabber Probleme

30. Jun 2016, 18:34

Dachte ich mir :D
Ja sieht gut aus, hat am anfang au sauber Funktioniert. Aber scheinbar hat der jetzt das Zeitliche gesegnet. Habs geprüft der gibt immer nur das Streifen Bild raus.
Ist wohl ein fall für die Tonne.

Bild liefert ein FireTV Stick, der ist an nem Splitter dran.

piBenni
Neuling

Beiträge:14
Registriert:17. Jun 2016

Ambilight Grabber Probleme

6. Jul 2016, 18:21

Also neuer HDMI Wandler ist da, angechlossen und ich bekomm wieder ein sauberes Bild. Nur hat sich das geblinke nicht verbessert. Während dem Regenbogen beim Start ist es gut, wenn ich manuell eine Farbe sende auch. Nur sobald der Grabber das bild bekommt und daraus das Ambilight, ist es sofort. Auch wenn das Bild angehalten wird

EDIT:
So, habs wohl in griff bekommen. Es kamen vom Netzeil ned 5,00V sondern 5,63V. Runter gedreht und schon hat es sich beruhigt. Ist mir bissle peinlich, dass es doch an so was einfachem Lag :?

Trotzdem vielen Dank für die Tips und die Hilfe b2un0, ich würd dir au ein Bier dafür ausgeben!

Zurück zu „Ambilight - Support“