Jim Easterbrook

Results 93 comments of Jim Easterbrook

Yes, I just tried latest 0.28.x branch and it's doing what I expect.

Flickr have finally fixed this bug! More than three years late, but better late than never.

Sorry for the delayed reply, I've been away for a few days. No, I don't provide pre-built binaries for Windows. As I understand it, libgphoto2 can only be built on...

I've noticed something interesting about the `Exif.CanonLe.LensSerialNumber` values shown above. -1879011276 in hex is `90009034`, which is a rearrangement of the first eight characters of the `Exif.Photo.LensSerialNumber` value `3490009075`. Similarly...

If the camera turns itself off then there isn't much you can do. Otherwise you could try resetting the port as described in bug #162. ``` info = camera.get_port_info() port...

python-gphoto2 provides an interface to the libgphoto2 library that is used by the gphoto2 command line program. There are a couple of example programs that do live preview, but they...

You only needed the `-dev` library because you're compiling python-gphoto2 during installation. If you use the binary wheel from https://www.piwheels.org/project/gphoto2/ you don't need to compile. (And it installs a lot...

The only random number usage I can find in Photini is a redundant import of the Python `random` library package. I don't know any way to tell that package which...

I'm not able to reproduce the `TypeError: int() argument must be a string, a bytes-like object or a real number` error. Please copy and paste the output of `python3 -m...

Can you change back to PySide6 (use `photini-configure`) and run `python3 -m photini --version` again so I can see which versions of PySide6 and Qt6 it uses.