-
-
Notifications
You must be signed in to change notification settings - Fork 406
Reworked Amlogic "ge2d" mode and add single ioctl call #530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
keep it until the pull request hyperion-project/hyperion.ng#530 got merged
|
Hi, We had a recent rework merged in which broke this PR sadly, could you please rebase it on our current master? |
|
First hyperion.ng have to be patched to be compiling with coreelec. The state of the addon is e438bc6. |
|
Since 2dca1c9 it fails to build for amlogic:
|
|
Thanks, asked @Paulchen-Panther to take a look. |
|
Found something PCRE16 related which is required for Hyperion.ng it seems: |
|
I know about the library patch but I could not fix it yet. This is the difference of the commits what break the compile: Also I do know nothing about the "Docker" and if it is aviable for Amlogic. |
|
Only Travis uses Docker, not Hyperion. |
|
Any hint how to show more debug when compiling? I use this script to compile Hyperion: https://github.com/CoreELEC/CoreELEC/blob/master/scripts/create_addon |
|
Could you try this CoreElec patch for the master branch? |
|
I tried it already yesterday to add the librarys but same error as above. |
fix ge2d mode added ge2d single/combined ioctl call speed up imageresampler speed up amvideocap0 mode added config to choose if amvideocap0 or ge2d grabber should be used
1. Tell us something about your changes.
Fixed and reworked Amlogic "ge2d" mode. Added a option to use a single ioctl call to grab a frame instead of single ioctl calls. For this "ge2d" mode CoreELEC hyperion patch got fixed too:
CoreELEC/CoreELEC@62346cc
CoreELEC/CoreELEC@6db794c
CoreELEC/CoreELEC@2f6adf4
Also added paramter to use amvideocap0 or ge2d grabber device. If ge2d is choosen the ioctl method can also be chossen by "ge2d_mode".
2. If this changes affect the .conf file. Please provide the changed section
3. Reference an issue (optional)
Note: For further discussions use our forum: forum.hyperion-project.org