1096 Commits

Author SHA1 Message Date
Lord-Grey
3a2a101658 Merge branch 'mediafoundation' of https://github.com/Paulchen-Panther/hyperion.ng into mediafoundation 2021-02-17 23:26:49 +01:00
Lord-Grey
ffc669cda7 Update access levels and validate crop ranges 2021-02-17 23:26:39 +01:00
LordGrey
74147d200f Update Grabber schema and Defaults 2021-02-15 20:12:00 +01:00
Paulchen Panther
545b33b647 Do not show unsupported grabbers 2021-02-14 16:36:50 +01:00
Lord-Grey
1c8a637d11 Hide all element when no video grabber discovered, upate naming 2021-02-14 12:36:21 +01:00
Lord-Grey
054d3dac41 Discovery VideoSources and Dynamically Update Editor 2021-02-14 11:39:03 +01:00
Paulchen Panther
f25b152d51 Fix "Frame to small" error 2021-02-08 22:04:29 +01:00
Paulchen Panther
6c6689f3bb Merge branch 'mediafoundation' of https://github.com/Paulchen-Panther/hyperion.ng into mediafoundation 2021-02-07 20:09:58 +01:00
Paulchen Panther
780397e703 Error handling in source reader improved 2021-02-07 20:09:43 +01:00
Paulchen-Panther
4f81fbd2ab Added video standards to JsonAPI output 2021-02-07 14:30:36 +01:00
Lord-Grey
2ff3c1155b Have fps as int, fix height typo 2021-02-07 11:12:28 +01:00
Paulchen Panther
72226cd1de Enable Media Foundation grabber on windows 2021-02-06 14:39:28 +01:00
Paulchen Panther
a4b307e43c Media Foundation grabber adapted to V4L2 change 2021-02-05 22:17:54 +01:00
Paulchen Panther
c5065e76b5
Refactor V4L2 grabber (part 1) (#62) 2021-02-05 21:52:02 +01:00
Paulchen Panther
c5a2b808cd Merge branch 'mediafoundation' of https://github.com/Paulchen-Panther/hyperion.ng into mediafoundation 2021-01-31 13:51:57 +01:00
Paulchen Panther
878d4fe0a1 Refactor MediaFoundation (Part 2) 2021-01-31 13:51:29 +01:00
Paulchen Panther
7de30d084b
Merge branch 'master' into mediafoundation 2021-01-31 13:46:36 +01:00
Paulchen Panther
07a6d5e5b1 - Set 'Software Frame Decimation' begin to 0
- Removed grabber specific device name from Log
- Keep pixel format when switching resolution
- Display 'Flip mode' correct in Log
- BGR24 images always flipped
2021-01-29 21:08:47 +01:00
Paulchen Panther
4ff9e52ba7
[HotFix] https://git.io/Jt8S6 2021-01-29 20:17:01 +01:00
Paulchen Panther
bfc818ab45 Improvements 2021-01-27 18:55:21 +01:00
Paulchen Panther
456cccd9cf -Reload MF Grabber only once per WebUI update
- Cleanup
2021-01-26 20:01:23 +01:00
Paulchen-Panther
b0afa7cd03 fix issue 1160 2021-01-24 13:28:20 +01:00
Paulchen Panther
4254f36bba Added image flipping ability to MF Grabber 2021-01-24 12:16:16 +01:00
LordGrey
86ab15d18c
Cololight Improvements (#1120)
* Avoid issue with long running identify calls
* Strip provides number of LEDs now
* Consider that Strip was cut by user
2021-01-23 17:26:59 +01:00
Paulchen Panther
d5717af2df Refactor MediaFoundation (Part 1) 2021-01-22 21:29:47 +01:00
Paulchen Panther
4a79d3f143 - Image format NV12 and I420 added
- Flip mode
- Scaling factor for MJPEG
- VSCode (compile before run)
- CI (push) dependency libjpeg-turbo added
2021-01-03 13:30:37 +01:00
Paulchen-Panther
545b29ed27 Stop Framebuffer grabber on failure 2021-01-01 14:40:04 +01:00
Paulchen Panther
d72a59e981 Active grabber fix 2020-12-31 11:12:29 +01:00
LordGrey
a2e39687a5 Correct Grabber Namings 2020-12-29 09:45:41 +01:00
ChR-iSz
8a028328ce
Add spidev1.0 and spidev1.1 device for Raspberry Pi WS2801 schema (#1112) 2020-12-23 23:47:06 +01:00
Paulchen Panther
c672ae6075 - New Media Foundation grabber
- JsonAPI available grabber fix
- commented json config removed
2020-12-18 20:16:21 +01:00
LordGrey
a0311bd8b5
Update schema-philipshue.json
Allow to switchOffOnBlack for Classic and Entertainment-API
2020-11-17 17:51:13 +01:00
LordGrey
efc2046ab5
Various Cleanups (#1075)
* LedDevice - Address clang findings

* Fix Windows Warnings

* Ensure newInput is initialised

* Clean-up unused elements for Plaform Capture

* Fix initialization problem and spellings

* Address clang findings and spelling corrections

* LedDevice clean-ups

* Cleanups

* Align that getLedCount is int

* Have "display" as default for Grabbers

* Fix config during start-up for missing elements

* Framegrabber Clean-up - Remove non supported grabbers from selection, filter valid options

* Typo

* Framegrabber.json - Fix property numbering

* Preselect active Grabbertype

* Sort Grabbernames

* Align options with selected element

* Fix deletion of pointer to incomplete type 'BonjourBrowserWrapper'

* Address macOS compile warnings

* Have default layout = 1 LED only to avoid errors as in #673

* Address lgtm findings

* Address finding that params passed to LedDevice discovery were not considered

* Cleanups after merging with latest master

* Update Changelog

* Address lgtm findings

* Fix comment

* Test Fix

* Fix Python Warning

* Handle Dummy Device assignment correctly

* Address delete called on non-final 'commandline::Option' that has virtual functions but non-virtual destructor

* Correct that QTimer.start accepts only int

* Have Release Python GIL & reset threat state chnage downward compatible

* Correct format specifier

* LedDevice - add assertions

* Readonly DB - Fix merge issue

* Smoothing - Fix wrong defaults

* LedDevice - correct assertion

* Show smoothing config set# in debug and related values.

* Suppress error on windows, if default file is "/dev/null"

* CMAKE - Allow to define QT_BASE_DIR dynamically via environment-variable

* Ignore Visual Studio specific files

Co-authored-by: Paulchen Panther <16664240+Paulchen-Panther@users.noreply.github.com>
2020-11-14 17:58:56 +01:00
LordGrey
56f45a4930
Fix hostname/domain split (#1079) 2020-11-14 16:35:55 +01:00
LordGrey
d5a1e7d19d
Add additional system info (#1078) 2020-11-14 16:34:31 +01:00
LordGrey
758d9a70c5
Improve Platform Grabber UI (#1073) 2020-11-14 16:22:21 +01:00
The-Master777
0dd8e45364
Feature: Temporal Color Smoothing with variable decay-rate for long period average windows (#1043)
* Feature: Weighted Moving Average Smoothing with Decay

* fix assign

* try fix MSVC error related to always inline on static

* use proper imports for windows

* crossplatform inline declaration
2020-11-02 07:52:33 +01:00
LordGrey
83455441fa
New LED Device - Cololight (#1070) 2020-11-01 21:56:19 +01:00
LordGrey
bb652ade36
Read-Only Configuration-Database support (#1046) 2020-11-01 19:47:30 +01:00
Peter Eskdale
85a55de28c
Implement letterbox-only blackbar detection mode (#1063) 2020-11-01 19:20:27 +01:00
Paulchen Panther
958975975c
Fix reopened issue 993 (#1062) 2020-11-01 19:15:22 +01:00
Chris Browet
f7ccf9d0da
FIX: [hue] proper save state (#1014) 2020-11-01 19:14:09 +01:00
Awawa
9e4c7af5e9
Fix for sk9822 frame sufix (#1042) 2020-11-01 19:12:25 +01:00
Paulchen Panther
4928117e8e
[HOTFIX] Release Python GIL & reset threat state 2020-11-01 09:38:55 +01:00
Paulchen Panther
1d35338b83
DirectX9 Grabber (#1039) 2020-10-26 21:13:13 +01:00
LordGrey
a8492d6586
Additional information on system used (#1045)
* Allow --version, even if hyperion is already running

* Add CPU-Model to SysInfo

* Add additional CPUInfos

* Use fileUtils & RegEx on CPU-Info

* Add CPU - Hardware info

* Update changelog

* Suppress empty CPU info elements
2020-10-20 20:18:51 +02:00
LordGrey
7e370b3d8b
Fix typos (#1051)
* Fix typo in handlePriorityChangedLedDevice

* Typo

* Correct description

* Correct LedDeviceTemplate
2020-10-19 10:54:41 +02:00
LordGrey
db1dae45d2
Fix #1015 - Fix Lightpack / Remove Multi-Lightpack (#1049) 2020-10-18 19:08:54 +02:00
Demian Kellermann
8f991001c1
Allow 8-LED configuration for KarateLight (#1037) 2020-10-18 18:04:57 +02:00
The-Master777
c09061e5d8
boblight: reduce cpu time spent on memcopy and parsing rgb values (#1016) 2020-10-18 17:16:27 +02:00