Ticket #5176 (closed patch: Fixed)
Opened 5 years ago
Last modified 3 years ago
Ken Burns Slideshow Effect
| Reported by: | jshoor | Owned by: | beirdo |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.25 |
| Component: | Plugin - MythGallery | Version: | unknown |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
This patch adds a Ken Burns Effect slideshow option to mythgallery. I created the patch against 0.21 fixes branch because I havent yet upgraded my development environment to mythui/QT4; however, I think it should still build/run against the trunk.
Any feedback would be appreciated.
Thanks!
Attachments
Change History
Changed 5 years ago by jshoor
- Attachment kenburns.patch added
Changed 5 years ago by joepadmiraal
- Attachment kenburns2.patch added
Now compiles with current trunk (17120)
Changed 5 years ago by jshoor
- Attachment kenburns3.patch added
Updated patch with improved panning/zooming and facial recognition.
Changed 5 years ago by jshoor
- Attachment kenburns-configure.patch added
Updated mythplugins configure file to allow optional of integration with fdlib for facial recognition
comment:1 Changed 5 years ago by jshoor
I assume that this latest patch will no longer compile with the trunk, but hopefully the only change should be adding #include <QThread> to glsingleview.h. I'd be happy to update the patch once the trunk stablizes a bit.
Changed 4 years ago by joepadmiraal
- Attachment kenburns4.patch added
Updated kenburns3.patch to compile with the current trunk (19382)
comment:2 Changed 4 years ago by joepadmiraal
kenburns4.patch compiles with the current trunk version. I had to change QPtrList and image.smoothScale because they are deprecated.
comment:4 Changed 3 years ago by beirdo
- Owner changed from ijr to beirdo
- Status changed from new to assigned
comment:5 Changed 3 years ago by beirdo
As fdlib does not seem to be easily obtainable, it will not be tested at this time. This support will likely be removed unless we can find a legitimate source for the library. Searching for it finds only a pre-compiled .so, and this is useless unless you have precisely the right architecture, which I do not.
I will attach an up-to-date patch for this in case someone else wishes to mess with it some, but I am inclined to reject this patch at this time. I will let others try it if they wish first.
Changed 3 years ago by beirdo
- Attachment 0001-Added-Ken-Burns-Effect-for-mythgallery.patch added
against trunk [25659]
comment:6 Changed 3 years ago by beirdo
- Status changed from assigned to closed
- Resolution set to wontfix
Changed 3 years ago by joepadmiraal
- Attachment kenburns-no-fdlib.patch added
Removed the face detection code and tested it with trunk r26628
comment:7 Changed 3 years ago by beirdo
- Status changed from closed to new
- Resolution wontfix deleted

ken burns effect patch