Posts by something001
-
-
Danke euch beiden!
Ich dachte das Beispiel von der Config ist eindeutiger als von dem Kodi-Addon. Das Windows Programm muss ich mal testen. Hyperion geht ja momentan wirklich ab.
Danke euch und das ihr den Spaß daran nicht verliert...

-
Hallo,
kann mir jemand sagen wie ich diese Werte interpretieren muss?
Ich komme darauf das die Höhe und Breite auf die Dimension des Videos oder der max. Auflösung angepasst werden muss und eine Gleichung, in etwa Höhe=x*10 also 640=64x10 ist, damit die Auflösung 640x640 gegrabbt werden kann. Also bei 1920x1080 müsste dann 192 und 108 in der Config stehen, oder sind das die LEDs die man auf den beiden Achsen hat, klärt mich bitte auf.
Ich nutze das Hyperion-Addon damit der Kodi-Windowsrechner die Bildwerte an meinen Hyperion Pi schickt. Ähnliche Einstellungen sind auch in der neuen Addon-Version.
Danke im vorraus
-
Grabber mit HDMI-In gibts. Aber wahrscheinlich keine Treiber für Linux dafür.
http://geizhals.de/?cat=vidext&xf=4243_HDMI~4241_USB+2.0#xf_top
-
Nein. Aber ich habe gerade mitbekommen das die LEDs auch starten wenn Kodi noch nicht läuft. Also wenn ich den Rechner starte auf dem Kodi installiert ist dann dann gehen sie auch an, Kodi starte ich manuell was aber kiene Auswirkung auf die LEDs hat. Starte ich dann ein Video in Kodi gehen die LEDs aus.
-
Hallo, ich versuche mit hilfe des XMBC-Checker über das Netzwerk die Infos für die LEDs von meinen Windows Kodi auf meinen Hyperion Pi zu bekommen. Im Menu bekomme ich weiße LEDs, sobald ein Video läuft ist es dunkel. Lt. Status erkennt mein Pi das Kodi
Code
Display Morepi@raspberrypi:~ $ sudo service hyperion status ● hyperion.service - Hyperion systemd service Loaded: loaded (/etc/systemd/system/hyperion.service; enabled) Active: active (running) since So 2016-02-21 19:57:30 CET; 43s ago Main PID: 319 (hyperiond) CGroup: /system.slice/hyperion.service └─319 /opt/hyperion/bin/hyperiond /opt/hyperion/config/hyperion.config.json Feb 21 19:57:35 raspberrypi hyperiond[319]: Json server created and started on port 19444 Feb 21 19:57:35 raspberrypi hyperiond[319]: Proto server created and started on port 19445 Feb 21 19:57:36 raspberrypi hyperiond[319]: V4L2 grabber stopped Feb 21 19:57:39 raspberrypi hyperiond[319]: effect finished Feb 21 19:57:45 raspberrypi hyperiond[319]: XBMC Connected Feb 21 19:57:45 raspberrypi hyperiond[319]: Message from XBMC: {"id":666,"jsonrpc":"2.0","result":[{"playerid":1,"type":"video"}]} Feb 21 19:57:45 raspberrypi hyperiond[319]: XBMC checker: switching to VIDEO mode Feb 21 19:57:45 raspberrypi hyperiond[319]: Message from XBMC: {"id":668,"jsonrpc":"2.0","result":{"System.ScreenSaverActive":false}} Feb 21 19:57:45 raspberrypi hyperiond[319]: Message from XBMC: {"id":667,"jsonrpc":"2.0","result":{"item":{"file":"smb://***/***/***/Es war einmal...episode"}}} Feb 21 19:57:45 raspberrypi hyperiond[319]: Message from XBMC: {"id":670,"jsonrpc":"2.0","result":{"version":{"major":15,"minor":2,"revision":"20151019-02e7013","tag":"stable"}}} Hint: Some lines were ellipsized, use -l to show in full. pi@raspberrypi:~ $meine Config:
Code
Display More// Automatically generated configuration file for 'Hyperion daemon' // Generated by: HyperCon (The Hyperion deamon configuration file builder { /// 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 /// APA102, Adalight, AmbiLed, Atmo, Hyperion-USBASP-WS2801, Hyperion-USBASP-WS2812, Lightberry, Lightpack, LPD6803, LPD8806, Multi-Lightpack, P9813, Paintpack, PhilipsHUE, PiBlaster, SEDU, Test, ThinkerForge, TPM2, WS2801, WS2812b, None) /// * [device type specific configuration] /// * 'colorOrder' : The order of the color bytes ('rgb', 'rbg', 'bgr', etc.). "device" : { "name" : "MyPi", "type" : "ws2801", "output" : "/dev/spidev0.0", "rate" : 500000, "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: /// * '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 /// - 'valueGain' The gain adjustement of the value /// * '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 /// - 'blacklevel' The lowest possible value (when the channel is black) /// - 'whitelevel' The highest possible value (when the channel is white) /// /// 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" : { "transform" : [ { "id" : "default", "leds" : "*", "hsv" : { "saturationGain" : 1.0000, "valueGain" : 1.0000 }, "red" : { "threshold" : 0.1000, "gamma" : 1.0000, "blacklevel" : 0.0000, "whitelevel" : 1.0000 }, "green" : { "threshold" : 0.1000, "gamma" : 1.0000, "blacklevel" : 0.0000, "whitelevel" : 0.3200 }, "blue" : { "threshold" : 0.1000, "gamma" : 1.0000, "blacklevel" : 0.0000, "whitelevel" : 0.1500 } } ], "smoothing" : { "type" : "linear", "time_ms" : 200, "updateFrequency" : 25.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) "blackborderdetector" : { "enable" : true, "threshold" : 0.10 }, /// The configuration of the effect engine, contains the following items: /// * paths : An array with absolute location(s) of directories with effects /// * bootsequence : The effect selected as 'boot sequence' "effects" : { "paths" : [ "/opt/hyperion/effects" ] }, "bootsequence" : { "effect" : "Rainbow swirl fast", "duration_ms" : 3000 }, /// The configuration for the frame-grabber, contains the following items: /// * width : The width of the grabbed frames [pixels] /// * height : The height of the grabbed frames [pixels] /// * frequency_Hz : The frequency of the frame grab [Hz] "framegrabber" : { "width" : 64, "height" : 64, "frequency_Hz" : 10.0 }, /// The configuration of the XBMC connection used to enable and disable the frame-grabber. Contains the following fields: /// * xbmcAddress : The IP address of the XBMC-host /// * xbmcTcpPort : The TCP-port of the XBMC-server /// * grabVideo : Flag indicating that the frame-grabber is on(true) during video playback /// * grabPictures : Flag indicating that the frame-grabber is on(true) during picture show /// * grabAudio : Flag indicating that the frame-grabber is on(true) during audio playback /// * grabMenu : Flag indicating that the frame-grabber is on(true) in the XBMC menu /// * grabScreensaver : Flag indicating that the frame-grabber is on(true) when XBMC is on screensaver /// * enable3DDetection : Flag indicating that the frame-grabber should switch to a 3D compatible modus if a 3D video is playing "xbmcVideoChecker" : { "xbmcAddress" : "192.168.178.110", "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 // "boblightServer" : // { // "port" : 19333 // }, /// 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=800] /// * 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" : 4, "priority" : 1100, "mode" : "2D", "cropLeft" : 15, "cropRight" : 10, "cropTop" : 5, "cropBottom" : 5, "redSignalThreshold" : 0.1, "greenSignalThreshold" : 0.1, "blueSignalThreshold" : 0.1 }, /// 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.6411, "maximum" : 0.6804 }, "vscan" : { "minimum" : 0.9500, "maximum" : 1.0000 } }, { "index" : 1, "hscan" : { "minimum" : 0.6768, "maximum" : 0.7161 }, "vscan" : { "minimum" : 0.9500, "maximum" : 1.0000 } }, { "index" : 2, "hscan" : { "minimum" : 0.7125, "maximum" : 0.7518 }, "vscan" : { "minimum" : 0.9500, "maximum" : 1.0000 } }, { "index" : 3, "hscan" : { "minimum" : 0.7482, "maximum" : 0.7875 }, "vscan" : { "minimum" : 0.9500, "maximum" : 1.0000 } }, { "index" : 4, "hscan" : { "minimum" : 0.7839, "maximum" : 0.8232 }, "vscan" : { "minimum" : 0.9500, "maximum" : 1.0000 } }, { "index" : 5, "hscan" : { "minimum" : 0.8196, "maximum" : 0.8589 }, "vscan" : { "minimum" : 0.9500, "maximum" : 1.0000 } }, { "index" : 6, "hscan" : { "minimum" : 0.8554, "maximum" : 0.8946 }, "vscan" : { "minimum" : 0.9500, "maximum" : 1.0000 } }, { "index" : 7, "hscan" : { "minimum" : 0.8911, "maximum" : 0.9304 }, "vscan" : { "minimum" : 0.9500, "maximum" : 1.0000 } }, { "index" : 8, "hscan" : { "minimum" : 0.9268, "maximum" : 0.9661 }, "vscan" : { "minimum" : 0.9500, "maximum" : 1.0000 } }, { "index" : 9, "hscan" : { "minimum" : 0.9625, "maximum" : 1.0000 }, "vscan" : { "minimum" : 0.9500, "maximum" : 1.0000 } }, { "index" : 10, "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 }, "vscan" : { "minimum" : 0.9500, "maximum" : 1.0000 } }, { "index" : 11, "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 }, "vscan" : { "minimum" : 0.9300, "maximum" : 1.0000 } }, { "index" : 12, "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 }, "vscan" : { "minimum" : 0.8633, "maximum" : 0.9367 } }, { "index" : 13, "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 }, "vscan" : { "minimum" : 0.7967, "maximum" : 0.8700 } }, { "index" : 14, "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 }, "vscan" : { "minimum" : 0.7300, "maximum" : 0.8033 } }, { "index" : 15, "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 }, "vscan" : { "minimum" : 0.6633, "maximum" : 0.7367 } }, { "index" : 16, "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 }, "vscan" : { "minimum" : 0.5967, "maximum" : 0.6700 } }, { "index" : 17, "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 }, "vscan" : { "minimum" : 0.5300, "maximum" : 0.6033 } }, { "index" : 18, "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 }, "vscan" : { "minimum" : 0.4633, "maximum" : 0.5367 } }, { "index" : 19, "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 }, "vscan" : { "minimum" : 0.3967, "maximum" : 0.4700 } }, { "index" : 20, "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 }, "vscan" : { "minimum" : 0.3300, "maximum" : 0.4033 } }, { "index" : 21, "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 }, "vscan" : { "minimum" : 0.2633, "maximum" : 0.3367 } }, { "index" : 22, "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 }, "vscan" : { "minimum" : 0.1967, "maximum" : 0.2700 } }, { "index" : 23, "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 }, "vscan" : { "minimum" : 0.1300, "maximum" : 0.2033 } }, { "index" : 24, "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 }, "vscan" : { "minimum" : 0.0633, "maximum" : 0.1367 } }, { "index" : 25, "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 }, "vscan" : { "minimum" : 0.0000, "maximum" : 0.0700 } }, { "index" : 26, "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 }, "vscan" : { "minimum" : 0.0000, "maximum" : 0.0500 } }, { "index" : 27, "hscan" : { "minimum" : 0.9625, "maximum" : 1.0000 }, "vscan" : { "minimum" : 0.0000, "maximum" : 0.0500 } }, { "index" : 28, "hscan" : { "minimum" : 0.9268, "maximum" : 0.9661 }, "vscan" : { "minimum" : 0.0000, "maximum" : 0.0500 } }, { "index" : 29, "hscan" : { "minimum" : 0.8911, "maximum" : 0.9304 }, "vscan" : { "minimum" : 0.0000, "maximum" : 0.0500 } }, { "index" : 30, "hscan" : { "minimum" : 0.8554, "maximum" : 0.8946 }, "vscan" : { "minimum" : 0.0000, "maximum" : 0.0500 } }, { "index" : 31, "hscan" : { "minimum" : 0.8196, "maximum" : 0.8589 }, "vscan" : { "minimum" : 0.0000, "maximum" : 0.0500 } }, { "index" : 32, "hscan" : { "minimum" : 0.7839, "maximum" : 0.8232 }, "vscan" : { "minimum" : 0.0000, "maximum" : 0.0500 } }, { "index" : 33, "hscan" : { "minimum" : 0.7482, "maximum" : 0.7875 }, "vscan" : { "minimum" : 0.0000, "maximum" : 0.0500 } }, { "index" : 34, "hscan" : { "minimum" : 0.7125, "maximum" : 0.7518 }, "vscan" : { "minimum" : 0.0000, "maximum" : 0.0500 } }, { "index" : 35, "hscan" : { "minimum" : 0.6768, "maximum" : 0.7161 }, "vscan" : { "minimum" : 0.0000, "maximum" : 0.0500 } }, { "index" : 36, "hscan" : { "minimum" : 0.6411, "maximum" : 0.6804 }, "vscan" : { "minimum" : 0.0000, "maximum" : 0.0500 } }, { "index" : 37, "hscan" : { "minimum" : 0.6054, "maximum" : 0.6446 }, "vscan" : { "minimum" : 0.0000, "maximum" : 0.0500 } }, { "index" : 38, "hscan" : { "minimum" : 0.5696, "maximum" : 0.6089 }, "vscan" : { "minimum" : 0.0000, "maximum" : 0.0500 } }, { "index" : 39, "hscan" : { "minimum" : 0.5339, "maximum" : 0.5732 }, "vscan" : { "minimum" : 0.0000, "maximum" : 0.0500 } }, { "index" : 40, "hscan" : { "minimum" : 0.4982, "maximum" : 0.5375 }, "vscan" : { "minimum" : 0.0000, "maximum" : 0.0500 } }, { "index" : 41, "hscan" : { "minimum" : 0.4625, "maximum" : 0.5018 }, "vscan" : { "minimum" : 0.0000, "maximum" : 0.0500 } }, { "index" : 42, "hscan" : { "minimum" : 0.4268, "maximum" : 0.4661 }, "vscan" : { "minimum" : 0.0000, "maximum" : 0.0500 } }, { "index" : 43, "hscan" : { "minimum" : 0.3911, "maximum" : 0.4304 }, "vscan" : { "minimum" : 0.0000, "maximum" : 0.0500 } }, { "index" : 44, "hscan" : { "minimum" : 0.3554, "maximum" : 0.3946 }, "vscan" : { "minimum" : 0.0000, "maximum" : 0.0500 } }, { "index" : 45, "hscan" : { "minimum" : 0.3196, "maximum" : 0.3589 }, "vscan" : { "minimum" : 0.0000, "maximum" : 0.0500 } }, { "index" : 46, "hscan" : { "minimum" : 0.2839, "maximum" : 0.3232 }, "vscan" : { "minimum" : 0.0000, "maximum" : 0.0500 } }, { "index" : 47, "hscan" : { "minimum" : 0.2482, "maximum" : 0.2875 }, "vscan" : { "minimum" : 0.0000, "maximum" : 0.0500 } }, { "index" : 48, "hscan" : { "minimum" : 0.2125, "maximum" : 0.2518 }, "vscan" : { "minimum" : 0.0000, "maximum" : 0.0500 } }, { "index" : 49, "hscan" : { "minimum" : 0.1768, "maximum" : 0.2161 }, "vscan" : { "minimum" : 0.0000, "maximum" : 0.0500 } }, { "index" : 50, "hscan" : { "minimum" : 0.1411, "maximum" : 0.1804 }, "vscan" : { "minimum" : 0.0000, "maximum" : 0.0500 } }, { "index" : 51, "hscan" : { "minimum" : 0.1054, "maximum" : 0.1446 }, "vscan" : { "minimum" : 0.0000, "maximum" : 0.0500 } }, { "index" : 52, "hscan" : { "minimum" : 0.0696, "maximum" : 0.1089 }, "vscan" : { "minimum" : 0.0000, "maximum" : 0.0500 } }, { "index" : 53, "hscan" : { "minimum" : 0.0339, "maximum" : 0.0732 }, "vscan" : { "minimum" : 0.0000, "maximum" : 0.0500 } }, { "index" : 54, "hscan" : { "minimum" : 0.0000, "maximum" : 0.0375 }, "vscan" : { "minimum" : 0.0000, "maximum" : 0.0500 } }, { "index" : 55, "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 }, "vscan" : { "minimum" : 0.0000, "maximum" : 0.0500 } }, { "index" : 56, "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 }, "vscan" : { "minimum" : 0.0000, "maximum" : 0.0700 } }, { "index" : 57, "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 }, "vscan" : { "minimum" : 0.0633, "maximum" : 0.1367 } }, { "index" : 58, "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 }, "vscan" : { "minimum" : 0.1300, "maximum" : 0.2033 } }, { "index" : 59, "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 }, "vscan" : { "minimum" : 0.1967, "maximum" : 0.2700 } }, { "index" : 60, "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 }, "vscan" : { "minimum" : 0.2633, "maximum" : 0.3367 } }, { "index" : 61, "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 }, "vscan" : { "minimum" : 0.3300, "maximum" : 0.4033 } }, { "index" : 62, "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 }, "vscan" : { "minimum" : 0.3967, "maximum" : 0.4700 } }, { "index" : 63, "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 }, "vscan" : { "minimum" : 0.4633, "maximum" : 0.5367 } }, { "index" : 64, "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 }, "vscan" : { "minimum" : 0.5300, "maximum" : 0.6033 } }, { "index" : 65, "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 }, "vscan" : { "minimum" : 0.5967, "maximum" : 0.6700 } }, { "index" : 66, "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 }, "vscan" : { "minimum" : 0.6633, "maximum" : 0.7367 } }, { "index" : 67, "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 }, "vscan" : { "minimum" : 0.7300, "maximum" : 0.8033 } }, { "index" : 68, "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 }, "vscan" : { "minimum" : 0.7967, "maximum" : 0.8700 } }, { "index" : 69, "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 }, "vscan" : { "minimum" : 0.8633, "maximum" : 0.9367 } }, { "index" : 70, "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 }, "vscan" : { "minimum" : 0.9300, "maximum" : 1.0000 } }, { "index" : 71, "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 }, "vscan" : { "minimum" : 0.9500, "maximum" : 1.0000 } }, { "index" : 72, "hscan" : { "minimum" : 0.0000, "maximum" : 0.0375 }, "vscan" : { "minimum" : 0.9500, "maximum" : 1.0000 } }, { "index" : 73, "hscan" : { "minimum" : 0.0339, "maximum" : 0.0732 }, "vscan" : { "minimum" : 0.9500, "maximum" : 1.0000 } }, { "index" : 74, "hscan" : { "minimum" : 0.0696, "maximum" : 0.1089 }, "vscan" : { "minimum" : 0.9500, "maximum" : 1.0000 } }, { "index" : 75, "hscan" : { "minimum" : 0.1054, "maximum" : 0.1446 }, "vscan" : { "minimum" : 0.9500, "maximum" : 1.0000 } }, { "index" : 76, "hscan" : { "minimum" : 0.1411, "maximum" : 0.1804 }, "vscan" : { "minimum" : 0.9500, "maximum" : 1.0000 } }, { "index" : 77, "hscan" : { "minimum" : 0.1768, "maximum" : 0.2161 }, "vscan" : { "minimum" : 0.9500, "maximum" : 1.0000 } }, { "index" : 78, "hscan" : { "minimum" : 0.2125, "maximum" : 0.2518 }, "vscan" : { "minimum" : 0.9500, "maximum" : 1.0000 } }, { "index" : 79, "hscan" : { "minimum" : 0.2482, "maximum" : 0.2875 }, "vscan" : { "minimum" : 0.9500, "maximum" : 1.0000 } }, { "index" : 80, "hscan" : { "minimum" : 0.2839, "maximum" : 0.3232 }, "vscan" : { "minimum" : 0.9500, "maximum" : 1.0000 } }, { "index" : 81, "hscan" : { "minimum" : 0.3196, "maximum" : 0.3589 }, "vscan" : { "minimum" : 0.9500, "maximum" : 1.0000 } }, { "index" : 82, "hscan" : { "minimum" : 0.3554, "maximum" : 0.3946 }, "vscan" : { "minimum" : 0.9500, "maximum" : 1.0000 } } ], "endOfJson" : "endOfJson" }Ich hab schon alles sogut wie alles probiert was mir eingefallen ist, mit und ohne externen Grabber, mit und ohne internen Grabber, mit und ohne Json, mit und ohne protoServer und im internen Grabber die Werte h,v,hz geändert. Nichts hat geholfen. Port 9090 ist frei in der Firewall, Fernbedienung aktiviert, sonst würde Hyperion es ja auch nicht finden.
Kann mir jemand noch einen Rat geben?! Es funktioniert ja bei einigen.
-
Ich muss das Thema nochmal vorholen. Damit der XBMC Checker funktioniert muss ich es in der Config aktivieren, den intenen Grabber auch und welche Werte gebe ich bei höhe, breite, hz ein? Die IP des Kodi und der Port 9090 ist freigegeben.
Code
Display Morepi@raspberrypi:~ $ sudo service hyperion status ● hyperion.service - Hyperion systemd service Loaded: loaded (/etc/systemd/system/hyperion.service; enabled) Active: active (running) since Sa 2016-02-20 23:54:10 CET; 30s ago Main PID: 879 (hyperiond) CGroup: /system.slice/hyperion.service └─879 /opt/hyperion/bin/hyperiond /opt/hyperion/config/hyperion.config.json Feb 20 23:54:11 raspberrypi hyperiond[879]: CURRENT BORDER TYPE: unknown=0 hor.size=0 vert.size=0 Feb 20 23:54:11 raspberrypi hyperiond[879]: Message from XBMC: {"id":666,"jsonrpc":"2.0","result":[{"playerid":1,"type":"video"}]}{"id":668,"jsonrpc":"2.0","result":{"System.ScreenSaverActive":false}} Feb 20 23:54:11 raspberrypi hyperiond[879]: XBMC checker: switching to VIDEO mode Feb 20 23:54:11 raspberrypi hyperiond[879]: Message from XBMC: {"id":667,"jsonrpc":"2.0","result":{"item":{"file":"****.avi","id":662...e":"episode"}}} Feb 20 23:54:11 raspberrypi hyperiond[879]: V4L2 grabber stopped Feb 20 23:54:14 raspberrypi hyperiond[879]: effect finished Feb 20 23:54:14 raspberrypi hyperiond[879]: V4L2 grabber started Feb 20 23:54:18 raspberrypi hyperiond[879]: V4L2 Grabber: Signal lost Feb 20 23:54:35 raspberrypi hyperiond[879]: BORDER SWITCH REQUIRED!! Feb 20 23:54:35 raspberrypi hyperiond[879]: CURRENT BORDER TYPE: unknown=1 hor.size=-1 vert.size=-1 Hint: Some lines were ellipsized, use -l to show in full. pi@raspberrypi:~ $Die Verbindung klappt aber die LEDs werden nicht angesprochen, bzw leuchten nicht.
-
scheint der Converter zu sein. Der bringt den Splitter durcheinander. Wenn der ab ist gehen beider Abgänge problemlos.
Meinen TV hab ich direkt über den Scart-Ausgang am Grabber dran, läuft 1a.
Nur Kodi will ich noch drüber laufen lassen, darum der HDMI-Splitter und Converter. Der Converter ist halt so ein Lagoo-Billigteil. Muss mal nach nen anderen gucken.
-
Sorry, fehler liegt am HDMI Splitter bzw HDMIAV Converter. Muss jetzt rausbekommen was ne macke hat, wenn ich am Splitter beide Abgänge nutze dann spinnt einer. PAL oder NTSC hab ich schon probiert, kommt kein Screenshot.
Steck ich an Abgang 1 den AVR kommt Ton und Bild, Abgang 2 Converter kein Bild. Steck ich es um kommt am Converter Bild aber kein Ton zum AVR.
-
Display More
Um einen Screnshot zu erstellen, musst du Hyperion immer stoppen
[/font]
Ja, liegt an systemd. Zum starten/stoppen/status abfragen einfach
service hyperion start
service hyperion stop
service hyperion statusbenutzen.
Ja Jessie. Ich Stop das ganze mit
und dann starte ich den Screenshot
Codepi@raspberrypi:~ $ sudo hyperion-v4l2 -d /dev/video0 -f 2 -s 1 --screenshot V4L2 width=720 height=576 V4L2 pixel format=YUYV V4L2 grabber signal threshold set to: {0,0,0} V4L2 grabber started ^Cpi@raspberrypi:~ $
dies muss ich mit STRG-C killen sonst hängt er..Danke für die schnelle Antwort und deine ganze Arbeit/Zeit die du investiert hast.
-
Hallo, ich habe das Update ausgeführt. Klappte auch nur das ich vor
sudo davor setzen musste damit es funktioniert.
nur kann ich nun kein Screenshot mehr erstellen:
Code
Display Morepi@raspberrypi:~ $ sudo service hyperion status ● hyperion.service - Hyperion systemd service Loaded: loaded (/etc/systemd/system/hyperion.service; enabled) Active: active (running) since Do 2016-02-18 13:49:26 CET; 1min 21s ago Main PID: 319 (hyperiond) CGroup: /system.slice/hyperion.service └─319 /opt/hyperion/bin/hyperiond /opt/hyperion/config/hyperion.config.json Feb 18 13:49:30 raspberrypi hyperiond[319]: Black border threshold set to 0.14 (36) Feb 18 13:49:30 raspberrypi hyperiond[319]: DETECTION MODE:default Feb 18 13:49:30 raspberrypi hyperiond[319]: V4L2 grabber signal threshold set to: {0,0,0} Feb 18 13:49:30 raspberrypi hyperiond[319]: V4L2 grabber started Feb 18 13:49:30 raspberrypi hyperiond[319]: V4l2 grabber created and started Feb 18 13:49:31 raspberrypi hyperiond[319]: Json server created and started on port 19444 Feb 18 13:49:31 raspberrypi hyperiond[319]: Proto server created and started on port 19445 Feb 18 13:49:32 raspberrypi hyperiond[319]: V4L2 grabber stopped Feb 18 13:49:34 raspberrypi hyperiond[319]: V4L2 grabber started Feb 18 13:49:34 raspberrypi hyperiond[319]: effect finished pi@raspberrypi:~ $ sudo hyperion-v4l2 -d /dev/video0 -f 2 -s 1 --screenshot V4L2 width=720 height=576 V4L2 pixel format=YUYV VIDIOC_REQBUFS error 16, Device or resource busy pi@raspberrypi:~ $ sudo killall hyperiond pi@raspberrypi:~ $ sudo hyperion-v4l2 -d /dev/video0 -f 2 -s 1 --screenshot V4L2 width=720 height=576 V4L2 pixel format=YUYV V4L2 grabber signal threshold set to: {0,0,0} V4L2 grabber startedund dort hängt er, jemand ne idee? Der Pi ist nur für Hyperion, ohne Openelec
Edit: kann es sein das es nun unter "systemd" läuft
den Befehl:
kann er nun auch nicht mehr ausführen bzw "Kommando nicht finden" -
Sorry hab es gerade beim stöbern gefunden und gelesen. Noch nicht dazu gekommen die Post zu berichtigen. Hänge beim einstellen der Farbwerte (weiß, Gamma usw)
Aber es ist möglich beide Arten zu nutzen?
Das Fernseh-Signal bekomme ich über Cinch-Video aus dem Scart zum Grabber -> läuft schon. Und Kodi würde ich über XBMC Checker nur das Video laufen lassen. Da ja kein Signal vom TV kommt wenn ich auf HDMI schalte. Oder ist damit der Pi überfordert?
Wenn das nicht möglich ist würde ich gern den S-Video für Fernsehen nutzen dafür muss der Pi aber die Signal-Quelle umschalten...
-
Hallo,
als erstes DANKE für das Tuturial. Funktioniert wirklich super.
Ich habe noch eine andere Seite (Powerpi) mit einem Tuturial gefunden, dort wird ein Update für Hyperion angeboten. Vllt für einige auch interessant:
http://powerpi.de/forum/viewtopic.php?f=13&t=833
bzw für normale Jessie Installation diesen Code ausführen:
Codewget -nv -N https://raw.github.com/brindosch/hyperionbeta/master/bin/install_hyperion.sh chmod +x inst* sudo ./inst*Nun habe ich ein/zwei Fragen.
1. Kann man XBMC/Boblight gleichzeitig zum Grabber nutzen? Im Hypercon-Menü gibts es ja den XBMC Checker, wenn ich dort nur "Video"?
2. Kann ich den S-Video Videoeingang auch mit einem Signal belegen und es entweder/oder nutzen bzw mit was die Eingänge umschalten?
Danke im vorraus..
-
So fehler gefunden.
bei dem Mount der Windowsfreigabe muss man uid,gid file_mode und dir_mode setzen und dann in der nginx-config den DynDNS Dienst nur die URL ohne https und Port .Nun habe ich aber zuviel rumgefuscht das ich morgen den PI nochmal neu aufsetze und dann hoffentlich alles richtig mache
-
Ja Sorry, war zu schnell. Hab es dann selbst gefunden. Aber es hat nicht geholfen, werde wohl das ganze nochmal neu installieren müssen.
-
Hallo,
ich hab die Anleitung von Jan Karres versucht aber das Update gibts nur als Zip. Stehe nun auf dem Schlauch. Gibts schon eine Update Anleitung dafür?
-
Ich hab ihn heute Morgen neugestartet und dann konnte ich seafile stoppen.
Im Netz hab ich eine Anleitung gefunden zum manuellen setzen des Data-Verzeichniss:http://blog.doenselmann.com/seafile-daten-…te-verschieben/
Habe ich mit MC verschoben, ging auch ohne Probleme.
Dann den Pfad in der seafile.ini geändert und neugestartet.Soweit funktioniert es auch und ich kann auf die Daten zugreifen. Wenn ich aber am Client ein Ordner erstellen möchte kommt "unknown status code"
-
Dann Poste doch mal bitte die exakte Meldung oder machen Screenshot.Codepi@raspberrypi ~ $ sudo su - seafile seafile@raspberrypi ~ $ /home/seafile/seafile-server-latest/seahub.sh stop Stopping seahub ... Done. seafile@raspberrypi ~ $ sudo /home/seafile/seafile-server-latest/seafile.sh stop [sudo] password for seafile:Keine Ahnung was der meint
Wollte das Setup nochmal ausführen um den Daten-Pfad zu ändern
-
Fetzt!
Jetzt kommt aber ne Meldung das der für Seafile ein Passwort braucht, ist doch keins vergeben..
-
Handelt es sich um eine NTFS formatierte Festplatte? Dann kannst du Punkt #2 streichen.Oh, da hab ich schon was versaut:
Wie bekomm ich das auf Standart zurück?
Ja ownCloud ist auch nicht schlecht.
Seafile lief ja schon bei mir und ich will ja nur eine Backupfunktion von meinen Bildern vom Smartphone (vertraue der Ami-Lösungen (Googledrive, Onedrive, Dropbox, Box... nicht. Wobei Google schon meine Wegeprofile, Kontakte, Bankdaten usw hat aber Bilder brauchen die nicht noch
)