Commit Graph

1160 Commits

Author SHA1 Message Date
Serhan 9059f7f328
Merge pull request #831 from kirant400/master
CompileOnOrangepi Document added
2020-05-19 17:24:32 +02:00
Serhan 644d7f4e55
Merge pull request #834 from fleXible/fix/videomode
Fix broken videoMode setting (#429)
2020-05-19 17:24:17 +02:00
Serhan 8b3ed0da88
Update README.md 2020-05-19 13:59:05 +02:00
Serhan 6d955bbd5d
Update README.md 2020-05-19 13:56:58 +02:00
Serhan 205f2fb30e
Merge pull request #827 from obelix05/master
also kill 'hyperion-x11' processes
2020-03-23 16:42:35 +01:00
Felix Franz 8bc13516b5 Fix broken videoMode setting (#429)
Changing videoMode to 3DTAB or 3DSBS has no effect because user
provided value is forced to lower case but check is done in upper case

@see: https://github.com/hyperion-project/hyperion/issues/429
2020-03-19 00:59:56 +01:00
Kirant400 c7f5402db8
CompileOnOrangepi Document added
How to compile on Orange pi is added.
2020-01-24 12:42:55 +04:00
Johannes Reichert 75008d4a0d also kill 'hyperion-x11' processes 2019-12-04 12:53:00 +01:00
Paulchen Panther 7d5fe512d1
Merge pull request #818 from maximkulkin/opencv-grabber
Added HDMI frame grabber ability using OpenCV
2019-09-30 22:24:31 +02:00
Paulchen-Panther 9309f9e644 PR infos integrated
Signed-off-by: Paulchen-Panther <Paulchen-Panter@protonmail.com>
2019-09-30 21:06:39 +01:00
Rick164 fb413cd7e8
Merge pull request #823 from lsellens/master
fix resuming from paused in kodi 18
2019-08-19 18:23:00 +02:00
lsellens 5291d3b94d fix resuming from paused in kodi 18 2019-08-16 15:32:33 -05:00
Maxim Kulkin d08d63e6e6 Add frame grabber using OpenCV 2019-06-16 09:52:35 -07:00
Rick164 8aff3cb9b0
Merge pull request #777 from zandegran/master
Nanoleaf Aurora Support
2019-05-03 09:03:53 +02:00
Rick164 7684a756de
Merge pull request #804 from xprofiler/feature
Added effect name to JSON 'serverinfo' output in activeEffects
2019-02-09 00:04:48 +01:00
Rick164 1a8aa83687
Merge pull request #807 from starkillerOG/patch-1
update CompileHowto for OSMC
2019-02-09 00:03:55 +01:00
Rick164 e9cfe6176f
Merge pull request #805 from Speederc/patch-1
Fix RPI1 detection in installation script
2019-02-09 00:03:31 +01:00
Rick164 1eb2fcb128
Merge pull request #800 from SJunkies/patch-2
Philips Hue fix - correct API ColorGamut A/B/C Values + New Models
2019-02-09 00:02:05 +01:00
starkillerOG 8738947eae
update CompileHowto for OSMC 2019-01-12 18:26:41 +01:00
Speederc 456c4a55b0
Fix RPI1 detection in installation script 2018-12-26 21:29:46 +01:00
Ayush Goyal 22f7be8df0 Update mac qt4 installation (#801)
`brew install qt4`  doesn't work, I have tested the proposed changes.
2018-12-19 22:30:51 +01:00
SJunkies 0b2ef9e3f4 Fix - Philips Hue RGB Brightness Color Conversion (#799)
RGB to HSV/B Conversion after gamma correction

* Update LedDevicePhilipsHue.cpp

Hue RGB Color Conversion for Brightness is wrong! - use RGB to HSV instead of XYZ Space!
For correct use, reset brightnessFactor (if set) back to 1.0 in config! - It was just a Workaround, not the Solution!

* Update LedDevicePhilipsHue.cpp

sorry - wrong RGB vars used

* Update LedDevicePhilipsHue.cpp

change max value function to fmax

* RGB to HSV/B Conversion after gamma correction
2018-12-19 22:29:36 +01:00
Nico Peter 4c3cc8d318 added name property in Effect class to make it possible to get the name of the active effect in the 'serverinfo' JSON command results 2018-12-15 20:38:32 +01:00
SJunkies 105cd46ee4
fix typo inside if statement
GAMUT_C_MODEL_IDS.find(modelId) != GAMUT_B_MODEL_IDS.end() -> GAMUT_C_MODEL_IDS.find(modelId) != GAMUT_C_MODEL_IDS.end()
2018-11-16 19:09:12 +01:00
SJunkies f362fbb035
correct API ColorGamut A/B/C Values + New Models
wrong ColorGamut A/B/C Values correction + New Models:
LCT015, LCT016, LCT024
2018-11-16 17:53:50 +01:00
vexofp 1d125d8df8 Fixed LinearColorSmoothing in continuousOutput=false mode to not consume CPU for no reason after the output has settled. (#792) 2018-11-09 04:18:03 +01:00
Rick164 77119a6f47
Merge pull request #797 from wirkungsneutral/master
initialized led_string to prevent segfaults
2018-11-09 03:05:59 +01:00
Rick164 fb84ee0309
Merge pull request #795 from HiassofT/kodi-18-onavstarted
Fix XBMCVideoChecker for Kodi 18
2018-11-09 01:23:18 +01:00
Ansel Zandegran 881b2ba47c Undo OSX specific Changes 2018-11-07 20:43:38 +01:00
Ansel Zandegran dc80727841 Merge branch 'master' of https://github.com/zandegran/hyperion
# Conflicts:
#	libsrc/leddevice/LedDeviceAurora.cpp
2018-11-07 19:40:02 +01:00
Ansel Zandegran 7bb56c0d1e Add support for rhythm 2018-11-07 19:33:10 +01:00
wirkungsneutral a583f00390 initialized led_string to prevent segfaults 2018-10-08 16:47:06 +00:00
Matthias Reichl ad9de520ad XBMCVideoChecker: use OnAVStart event for Kodi 18
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-08 17:36:10 +02:00
brindosch dc6a602503 update submodules 2018-04-05 01:50:25 -07:00
Ansel Zandegran dd660d2b2b Clean up 2018-02-10 10:44:02 +01:00
Ansel Zandegran cc7b2cfc48 Change LedDeviceFactory 2018-02-04 19:38:50 +01:00
Ansel Zandegran bbb2ef0163 Add integration for Nanoleaf Aurora 2018-02-04 17:47:34 +01:00
Felix Yan 49a9ca998d Fix typos in CompileHowto.txt (#768) 2017-10-22 19:29:05 +02:00
jelle van der Waa ad764cfeab Fix no decleration of `assert` with GCC 7.2 (#767)
Add a missing include for cassert to fix the -fpermissive compiler
error.
2017-10-21 23:44:08 +02:00
Robin Kobus 1c212321a4 Smoothing Fix (#727)
Increase color change for small RGB differences.
2017-10-08 18:28:15 +02:00
brindosch 47d087a46f add to install_hyperion.sh libpython 2.7 2017-08-27 17:55:03 +02:00
penfold42 2f01dfa18c Updated rpi_ws281x submodule to latest commits (#755)
This includes support for newer RPI hardware versions
2017-05-27 12:19:48 +02:00
nils1603 dcacf570e6 fixed name of libqt4 for ubuntu repositories (#749)
the name of the package is libqt4-dev not libQt4-dev
2017-05-07 15:14:27 +02:00
brindosch 6445c358de Update install_hyperion.sh 2016-12-07 21:38:18 +01:00
brindosch 82cb8f9ec3 Update install_hyperion.sh 2016-12-07 21:34:46 +01:00
Rick van Hattem 355a324523 Set default output device for WS2812SPI (#724)
With this change the WS2812SPI device works with Hypercon out of the box.
2016-09-06 22:58:55 +02:00
Starbix dd7dba2233 Add PlexMediaPlayer (#720) 2016-08-26 22:57:19 +02:00
brindosch 05c53f844e Update install_hyperion.sh 2016-08-10 23:32:19 +02:00
redPanther d3713a8ea9 smoothing: integrate option for continuousOutput + updateDelay fix from hyperion.ng (#713)
logger: fix possible buffer overflow
2016-07-25 15:23:01 +02:00
brindosch d2231c0cd4 Update remove_hyperion.sh 2016-07-25 11:29:53 +02:00