Jim Easterbrook
Jim Easterbrook
> Apologies if this is not the right place for this, but I am struggling to get the mqtt service working. You might reach more MQTT users by asking on...
> After reading [gphoto/libgphoto2#968](https://github.com/gphoto/libgphoto2/issues/968), I tried to run: > > ``` > gphoto2 --trigger-capture --trigger-capture --trigger-capture > ``` > > However, only one capture was taken. I believe the other...
Very likely. I don't understand Conan enough to say.
Thank you for finding that - I'd never tried initialising a template from a photo without `date_taken` metadata. I'll fix it in the next release. As a workaround, can you...
This is a bug in libgphoto2 v2.5.31. See https://github.com/gphoto/libgphoto2/issues/937
I cannot supply such a file. 1/ It would be huge. 2/ It would need to be different for different versions of Windows. 3/ I don't have any Windows since...
If your python-gphoto2 installation copied libgphoto2 binaries to `/home/pi/.local/lib/python3.11/site-packages/gphoto2/libgphoto2/` then it should work. It might be a naming problem - Linux libraries typically have multiple names as soft links: `libgphoto2.so`,...
I suspect you are linking directly to your libgphoto2 build (in `~/work/filmscanner/python/contrib/libgphoto2` ?) which means the python-gphoto2 install will stop working if that build is removed or renamed. `ldd` on...
Find the file `libgphoto2.pc` and paste its contents here.
That's the one for a system libgphoto2 in `/usr`. I meant the one for your local install of libgphoto2 that python-gphoto2's `setup.py` will find, based on your `GPHOTO2_ROOT` setting. (There...