Is there any way to start digikam from the command line and have it go
straight to scanning my album collection for faces? Since dk crashes during scanning for faces I have been running it from the command line in a loop (while true; do digikam; done) so that I don't have to wait for dk to start up again after each crash, but I do have to manually start the scan again each time. If I could automatically have it go into scanning mode I could just leave it running until it works its way through my collection. Or fixing the bug would do ;-) -- John Stumbles http://stumbles.org.uk :-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-: _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In libkface shared lib, there is a test program named "detect" which
scan an image for face. You can script it to test. https://projects.kde.org/projects/extragear/libs/libkface/repository/revisions/master/show/test There is no other way fr the moment through digiKam as well. Note : digiKam do not crash here with my huge collection. In fact, it has never crashed here. You to fix a crash not reproducible... Gilles Caulier 2012/2/7 John Stumbles <[hidden email]>: > Is there any way to start digikam from the command line and have it go > straight to scanning my album collection for faces? > > Since dk crashes during scanning for faces I have been running it from the > command line in a loop (while true; do digikam; done) so that I don't have > to wait for dk to start up again after each crash, but I do have to manually > start the scan again each time. If I could automatically have it go into > scanning mode I could just leave it running until it works its way through > my collection. > > Or fixing the bug would do ;-) > > -- > John Stumbles http://stumbles.org.uk > :-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-: > > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
On 07/02/12 22:22, Gilles Caulier wrote:
> In libkface shared lib, there is a test program named "detect" which > scan an image for face. You can script it to test. > > https://projects.kde.org/projects/extragear/libs/libkface/repository/revisions/master/show/test Thanks. The last time I programmed in C++ a 2400 baud modem was pretty kewl ;-) I think I'll just keep re-starting digikam - it will probably get the job done long before I could get a modern C++ and Qt and whatever project built and running, since I have so little experience to start with. > Note : digiKam do not crash here with my huge collection. In fact, it > has never crashed here. You to fix a crash not reproducible... But you updated the bug report to say that the bug is also present in 2.6.0 - how did you do that if you are not able to reproduce it?! On 03/02/12 08:02, Gilles Caulier wrote: > https://bugs.kde.org/show_bug.cgi?id=262596 > > > Gilles Caulier<[hidden email]> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > Version|2.5.0 |2.6.0 Anyway, what can I do to help track this bug down? (But I am only running 2.5.0 at the moment.) -- John Stumbles http://stumbles.org.uk :-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-: _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
On 07/02/12 23:06, John Stumbles wrote:
> Anyway, what can I do to help track this bug down? > (But I am only running 2.5.0 at the moment.) FWIW what seems to be happening is that my CPU usage (as seen via the kde panel 'System Load Viewer' widget) hits 100% at the point that dk crashes whilst scanning faces. -- John Stumbles http://stumbles.org.uk :-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-: _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by John Stumbles
2012/2/8 John Stumbles <[hidden email]>:
> On 07/02/12 22:22, Gilles Caulier wrote: >> In libkface shared lib, there is a test program named "detect" which >> scan an image for face. You can script it to test. >> >> >> https://projects.kde.org/projects/extragear/libs/libkface/repository/revisions/master/show/test > > Thanks. > > The last time I programmed in C++ a 2400 baud modem was pretty kewl ;-) > > I think I'll just keep re-starting digikam - it will probably get the job > done long before I could get a modern C++ and Qt and whatever project built > and running, since I have so little experience to start with. > > > >> Note : digiKam do not crash here with my huge collection. In fact, it >> has never crashed here. You to fix a crash not reproducible... > > > But you updated the bug report to say that the bug is also present in 2.6.0 > - how did you do that if you are not able to reproduce it?! > user report it's reproducible on 2.6.0, i change release ID in bug report... Gilles Caulier _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Free forum by Nabble | Edit this page |