Jim Easterbrook
Jim Easterbrook
One of them should have the prefix you used when you ran configure before building and installing libgphoto2. That is the one to use.On 30 Jun 2024 11:03, tmandys ***@***.***>...
I'm getting more and more confused by all this. `/home/pi/work/digie35-python/contrib/libgphoto2/libgphoto2.pc` has a suitable `prefix`, so `/home/pi/.local/lib/pkgconfig/libgphoto2.pc` should exist and be used if you set `GPHOTO2_ROOT` to `/home/pi/.local`. `/usr/lib/aarch64-linux-gnu/pkgconfig/libgphoto2.pc` is for...
I don't understand why `setup.py` would look at `/home/pi/work/digie35-python/contrib/libgphoto2` if you've set `GPHOTO2_ROOT` to `/home/pi/.local`.
The file `INSTALL.rst` shows how to configure, make, and "install" libgphoto2 so that python-gphoto2 can use it. You choose your own "install" directory, so I suggest creating an empty directory,...
Note that `/home/pi/work/digie35-python/contrib/libgphoto2/libgphoto2.pc` says the library is installed with `prefix=/home/pi/.local`, so if `GPHOTO2_ROOT=/home/pi/work/digie35-python/contrib/libgphoto2` worked it would look for files in `/home/pi/.local`, just as `GPHOTO2_ROOT=/home/pi/.local` would.
I see the problem. I'm not familiar with Crowdin, but I expect it has its own internal format which is "translated" to .po when needed, losing all comments in the...
Waiting for `GP_EVENT_FILE_ADDED` before triggering the next exposure will almost certainly deliver less than full speed. I don't know what (if any) event tells you that the camera is ready...
That makes sense, but maybe with a time comparison so that short bursts of lost connection don't cause too much of a problem. I get occasional lost connection and have...
Are there any API changes to justify a new series?
> > Are there any API changes to justify a new series? > > I suspect so. There are quite a few changes in the `include` directory: > > git...