Hi,
2.5.4 is a libgphoto2 version which is not good at Nikon D3xxx capture,
you probably installed a newer version again.
Ciao, Marcus
On Sat, Mar 24, 2018 at 12:01:58AM +0400, Shirad Salaheddine wrote:
> I have removed gphoto2, then downloaded and installed the latest version
> manually.
>
> It
On Sat, Mar 24, 2018 at 01:32:03AM +0300, Alexey Kryukov wrote:
> On Fri, 23 Mar 2018 20:39:19 +0100
> Marcus Meissner wrote:
>
> > + header->version_major = dtoh32a(&data[off]);
> > + header->version_minor = dtoh32a(&data[off+=4]);
> >
> > Here data[off] is used twice.
>
> Hmm. I see nothin