Commit Graph

35 Commits

Author SHA1 Message Date
Paulchen Panther 662872dafe
feat: SchemaChecker & V4L2 enhancement (#734)
* libjpeg-turbo, QJsonSchemaChecker, V4L2 width/height/fps

Signed-off-by: Paulchen-Panther <Paulchen-Panter@protonmail.com>

* Implement hyperion-v4l cli args

* Apply v4l2 settings during runtime

* feat: Provide minimum values for input restriction

* fix: merge mess

Co-authored-by: brindosch <edeltraud70@gmx.de>
2020-03-27 23:13:58 +01:00
hissingshark 77ac853210
Add libssl-dev to dependencies in build instructions (#716) 2020-03-07 09:56:20 +01:00
Paulchen-Panther f7707bb2d0
Append led array to JsonAPI ServerInfo
Signed-off-by: Paulchen-Panther <Paulchen-Panter@protonmail.com>
2019-08-03 19:14:52 +02:00
Paulchen-Panther af416ba5fc
i18n corrected
libqt5sql5-sqlite appended to the dependency list
lgtm alerts fixed
added message forwarder to global settings
subscribe type leds-update appended (thanks @Brindosch)
Boblight server port check instead of error message
Race Condition of different priorities are prevented at startup

Signed-off-by: Paulchen-Panther <Paulchen-Panter@protonmail.com>
2019-08-03 19:14:52 +02:00
Paulchen-Panther 10f12c9a73
Raspbian Buster was added to CompileHowto
https://hyperion-project.org/threads/installing-hyperion-ng.3491/page-3#post-15572

Signed-off-by: Paulchen-Panther <Paulchen-Panter@protonmail.com>
2019-07-19 16:53:10 +02:00
Paulchen-Panther e6c2e7ebf9
[HOTFIX] Python Interpreter
- added native RPi docker image instruction to CompileHowto.md
- version channel is received from JsonAPI instead of reading from the configuration file

Signed-off-by: Paulchen-Panther <Paulchen-Panter@protonmail.com>
2019-07-08 15:05:11 +02:00
IIIdefconIII 386ebf6eb4
Update CompileHowto.md 2019-06-20 23:52:47 +02:00
Paulchen-Panther 0a8af60726
Bug fixes and new implementations
- Video format MJPEG implemented (libjpeg/qimage)
- Inactive priorities are now skipped correctly (PriorityMuxer.cpp line 297)
- v4l configuration section replaced with an object (preparation for #542)
2019-06-05 21:00:09 +02:00
Rick164 f0392208c7
Merge pull request #546 from bajiomeke/patch-1
New command
2019-04-02 19:35:01 +02:00
bajiomeke 3c898762fd
Change title
Change title of the new command to: OSMC on Raspberry Pi
2019-04-01 20:40:35 -03:00
bajiomeke 945ab92ef0
New command
I have problem when execute "make -j $(nproc)", so the user Akriss from Hyperion Forum oriented me to execute the command "sudo apt-get install rbp-userland-dev-osmc" instead of "sudo apt-get install libraspberrypi-dev". Then I could execute "make -j $(nproc)".
So I added a sub-section called "if you have a problem when execute.." with the new command. Not sure if the title is good, feel free to change.
Thanks a lot
2019-03-28 13:45:48 -03:00
Paulchen-Panther 1d0171a5f7
travis and docker improvements 2019-02-17 18:56:04 +01:00
Paulchen-Panther 1a9433861e Cleanup
- .deb work
- update package creation
- added hyperion package icon
- remove V4L2 warning for OSX build
2019-01-19 18:35:40 +01:00
Paulchen-Panther 2dca1c93e6 Commits from @MartB and more ...
- Commit: 1d9165f403
- New default QT capture implementation
- UploadHandler added to Effects Configurator to allow uploading GIF files
- Docker compile script and instruction
- Travis Fix
2019-01-06 21:09:27 +01:00
Paulchen-Panther 2a77f6f012
even more changes
Signed-off-by: Paulchen-Panther <Paulchen--Panter@gmx.net>
2018-12-28 18:28:49 +01:00
tpmodding bc08ec6aec
Update CompileHowto.md
Updated new webui port
2018-04-09 22:41:27 +02:00
brindosch e438bc62a6
Update CompileHowto.md 2017-12-01 15:58:17 +01:00
brindosch 4c2b75b45a Python 3.4 (#479)
* Python 3

* fix travis osx

* try fix

* get info

* digging in the dirt

* .

* .

* cleanup

* .

* .

* finalize, add multi threaded python support
2017-10-13 17:49:29 +02:00
brindosch 992dd6ea84 cmake 3.0.0 (#480) 2017-10-13 00:06:31 +02:00
brindosch 838008568a JsonUtils & improvements (#476)
* add JsonUtils

* update

* repair

* update

* ident

* Schema correct msg other adjusts

* fix effDel, ExceptionLog, cleanup

* fix travis qt5.2

* not so funny

* use Qthread interrupt instead abort bool

* update services
2017-10-12 11:55:03 +02:00
redpanther aa9248e815 fix compile issue on rpi (possible caused by latest cmake version) 2017-09-02 22:26:22 +02:00
penfold42 a99b7c5f59 Fixed piblaster support (#448)
added "sudo" to the CompileHowto
2017-07-05 23:19:44 +02:00
nils1603 f3a1a15324 updated command for raspberry (#435)
updated cp command, otherwise /opt/opt/... will be created...
2017-04-23 05:49:14 +02:00
brindosch e09b37d514 Update CompileHowto.md 2017-03-14 00:39:05 +01:00
redPanther 72e2f0bf18 check config when writing (#405)
* check config when writing

* integrate #403
2017-02-26 15:30:10 +01:00
redPanther 170ad4f5db improve serial hotplug (#389)
* - disable device when error indecates that the problem is not solvable on reconnect
- introduce a preOpenDelay of 2 seconds (currently value is hardcoded)

* rs232:
- make preOpenDelay available via webui
- fix preOpenDelay
- add basic usb serial detection

* - revert 3819ae7
- fix schema files

* make json checks compat with utf8+bom

* make shutdown effect a bit more flexible
2017-02-09 20:10:57 +01:00
brindosch 3819ae72ca switch to simplejson 2017-02-08 21:19:50 +01:00
redPanther b1981085d3 add a statement in quick howto 2017-01-06 18:19:45 +01:00
redPanther a724fd1535 detect config is readonly, adalight and other stuff (#333)
* update lightberry sketches
update compilehowwto (windows disclaimer)
some refactoring in main cmakelists + preparation for windows compile
tune ada driver, set delayAfterConnect default to 1.5s because some arduino (e.g. mega r3) needs this
set priority min/max for grabber/network services - prevent colliding prios between webui/background stuff and grabbers/net services

* add check if config is writable. TODO do something usefull in webui

* fix indention error

* fix typo

* fix webui can't write led config

* typo

* fix cmakelists

* change methode of detecting linux
2016-12-14 22:45:00 +01:00
XfableX 5774457893 Update CompileHowto.md (#329) 2016-12-13 19:09:52 +01:00
b1rdhous3 dca2169c0c Fix wrong command in CompileHowto (#314) 2016-12-05 18:47:47 +01:00
redPanther 82a140f5ed update Readme and compile howto (#306)
update readme and compile howto
2016-12-02 22:47:09 +01:00
Markus Rudel 9360183f2e Updated compile instructions for Mac OS (#286)
* Updated CompileHowto to not use X11 on a Mac, also added a way to get the available number of cpu cores for make

* bin path adjusted for Mac OS

* changed cmake command

I’ve changed the cmake command according to RedPanther’s suggestion.
This makes disabling of V4L and X11 not necessary anymore.

* Reverted changes to include flags for Mac OS compilation, changed folder to make install folder for effects

* Forgot effects folder in copy command

* Update to the CompileHowto to reflect changes in upstream
2016-11-21 23:06:10 +01:00
Starbix 4faa505fa4 Update CompileHowto (#275) 2016-10-17 21:38:40 +02:00
Rick van Hattem 356aa86b49 Update and rename CompileHowto.txt to CompileHowto.md (#149)
* Update and rename CompileHowto.txt to CompileHowto.md

* Update CompileHowto.md

* Update CompileHowto.md
2016-08-04 22:32:44 +02:00