Re: [Shotwell] Development environment setup or "How to build shotwell from source?"

2020-03-15 Thread Norbert Preining via shotwell-list
Hi Jens, good morning (from Japan) On Sun, 15 Mar 2020, Jens Georg wrote: > The pure detection is a bit weird. Sometimes it works perfect on the > same image it doesn't work on at all the day before. I have not yet > found out why that should be. Ok, yes this is what I see, too. Sometimes it is

Re: [Shotwell] Development environment setup or "How to build shotwell from source?"

2020-03-15 Thread Norbert Preining via shotwell-list
Hi Jens, > Actually. That turned out to be quite simple. Fixed on master, with > fallback to older OpenCV Thanks, compiled and run-tested on Debian/sid. Face detection is - well - mediocre at best. Face recognition as far as I see not existent. I guess I have to test more :-( Best Norbert --

Re: [Shotwell] Development environment setup or "How to build shotwell from source?"

2020-03-15 Thread Norbert Preining via shotwell-list
Hi all, > Since none of the major distributions ships OpenCV with DNN enabled, > you have might have to build it yourself. There are several options: Hmm, actually Debian *has* libopencv-dnn, but ... unfortunately the opencv used in the face recognition is opencv 3, while in Debian we have now

Re: [Shotwell] error starting shotwell

2019-08-27 Thread Norbert Preining via shotwell-list
Hi Jens, thanks for the tip, but ... On Sun, 25 Aug 2019, Jens Georg wrote: > I think the issue is that the schemas are compiled into > /usr/local/share/glib-2.0 and GSettings does not search there. You can > verify this by setting GSETTINGS_SCHEMA_PATH to /usr/local/share/glib- > 2.0/schemas

[Shotwell] error starting shotwell

2019-08-24 Thread Norbert Preining via shotwell-list
Hi Jens, I am compiling from master with your simple patch to allow exiv 0.10.4 but starting shotwell terminates with [~] shotwell ** (shotwell:13186): CRITICAL **: 11:33:10.654: ConfigurationInterfaces.vala:424: configuration engine 'GSettings' reports ENGINE_ERROR: schema

Re: [Shotwell] feature request: publish to koken/lychee

2019-08-19 Thread Norbert Preining via shotwell-list
I wouldn't say that Piwigo is outdated, but support for others are always welcome. On August 18, 2019 12:53:23 PM GMT+02:00, Horst Lindlbauer wrote: >publishing plugins to piwigo/gallery3 seem quite outdated to me. >more advanced looking gallery applications like koken or lychee are not >

Re: [Shotwell] remote photo file storage - possible?

2019-05-11 Thread Norbert Preining via shotwell-list
Hi Jens, hi all, > And make sure that the remote storage is never! unavailable when > starting Shotwell. Otherwise it will mark the files as unavailable and > it might need a re-import afterwards That is in fact one of the things I **really** would like to see in Shotwell, some way to deal with

Re: [Shotwell] Shotwell 0.31.0

2019-04-02 Thread Norbert Preining via shotwell-list
Hi Jens, > Sorry, my bad. metadata.open_path(file.get_path()) of course Thanks, that worked indeed. I attach a patch of what my diff against master is now. The first start took ages, with loads of warnings and critical messages. Then the application window opened, and the thumbnailer run

Re: [Shotwell] Shotwell 0.31.0

2019-04-02 Thread Norbert Preining via shotwell-list
Hi Jens, (back from a trip, back to the old question ...) > > > https://gitlab.gnome.org/GNOME/shotwell/commit/c6443546beaec0aacbef7b6c092b4472a1f48f7b > > > > Thanks, but this wasn't sufficient. I get a compile error > > ../src/main.vala:274.9-274.28: error: The name `from_stream' does not > >

Re: [Shotwell] Shotwell 0.31.0

2019-03-30 Thread Norbert Preining via shotwell-list
Hi Jens, > https://gitlab.gnome.org/GNOME/shotwell/commit/c6443546beaec0aacbef7b6c092b4472a1f48f7b Thanks, but this wasn't sufficient. I get a compile error ../src/main.vala:274.9-274.28: error: The name `from_stream' does not exist in the context of `GExiv2.Metadata'

Re: [Shotwell] Shotwell 0.31.0

2019-03-29 Thread Norbert Preining via shotwell-list
Hi Jens, > Yes. Partially because that drags in exiv2 >=0.26 which is necessary for > WEBP metadata support and partially because 0.11 had a vala api clean-up. Ok. > I'm sorry, I know this is annoying. If you build yourself you can patch that > out and revert the API change, but be aware that

Re: [Shotwell] Shotwell 0.31.0

2019-03-29 Thread Norbert Preining via shotwell-list
Hi Jens, thanks a lot for the new release! Just one question: > * Support gexiv2 0.12 But it is still the case that it requires gexiv2 >= 0.11, right? Which is somehow complicated to satisfy on Debian :-( All the best Norbert -- PREINING Norbert

Re: [Shotwell] My post on face recognition in shotwell

2018-08-21 Thread Norbert Preining via shotwell-list
Hi Narendra, > OpenCV uses the folder opencv2 to include the object oriented > definitions even in the version 3.0 . Apparently the dnn.hpp should be > in the package libopencv-contrib > (https://packages.debian.org/buster/libopencv-contrib3.2) , but I'm > using right now Ubuntu 16.04 and it

Re: [Shotwell] My post on face recognition in shotwell

2018-08-21 Thread Norbert Preining via shotwell-list
Hi Narendra, > I have written about my recent changes to shotwell face detection code and > adding face recognition to it.Face detection and recognition in shotwell ยท > Narendra Acharya I tried to build your branch, but it somehow not really is easily buildable. What are the actual

Re: [Shotwell] Adding face recognition to shotwell

2018-07-17 Thread Norbert Preining via shotwell-list
Hi all, > I am not familiar with flatpak, so will read up and see how I can deploy this > service using it.So the preferred method seems to be separate package for the > facedetect binary which comes with the DNN model. I think a separate package sounds fine, but I would recommend against

Re: [Shotwell] Shotwell 0.29.3

2018-07-08 Thread Norbert Preining via shotwell-list
> Yes! Just pushed. Great thanks, builds and runs fine! Best Norbert -- PREINING Norbert http://www.preining.info Accelia Inc. +JAIST +TeX Live +Debian Developer GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13

Re: [Shotwell] Shotwell 0.29.3

2018-07-06 Thread Norbert Preining via shotwell-list
Dear Jens, thanks a lot for your prompt reply. On Fri, 06 Jul 2018, Jens Georg wrote: > > map-widget branch wip/master/map-widget > > Of course. Sorry, thanks for the ping. Will the update be still at https://github.com/phako/shotwell.git wip/master/map-widget ? Sincerely yours Norbert

Re: [Shotwell] Shotwell 0.29.3

2018-07-05 Thread Norbert Preining via shotwell-list
Hi Jens, thanks a lot for the release. As usual, might I ask for an update to the map-widget branch wip/master/map-widget Thanks Norbert -- PREINING Norbert http://www.preining.info Accelia Inc. +JAIST +TeX Live +Debian Developer GPG: