Re: call for Canon EOS / PowerShot testers
Joey Seal <[email protected]> Thu, 1 Sep 2022 19:38:31 -0400
| Newsgroups | gmane.comp.multimedia.gphoto.user,gmane.comp.multimedia.gphoto.devel |
|---|---|
| Message-ID | <CA+zJfSVGbDC5f+30pRzaKpOFK+MuJA-f0GQdN-E6SfWPyUV9=A@mail.gmail.com> |
--===============6522324164327329128==
Content-Type: multipart/alternative; boundary="000000000000184fec05e7a61d6c"
--000000000000184fec05e7a61d6c
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
After running
./configure --prefix=3D/usr
The output states
Please also check that PKG_CONFIG_PATH contains
${libdir}/pkgconfig
before compiling any libgphoto2 frontend.
But I'm not sure what to set that variable to, where on my system should
*/pkgconfig be?
On Sun, Aug 28, 2022 at 12:52 PM Joey Seal <[email protected]> wrote:
> Thanks for the info, I am familiar with basic git but don't have much
> experience building from source. That said I wont have access to that
> machine or camera for a few days. I'll give it a try when I do.
>
> On Sun, Aug 28, 2022, 09:54 Marcus Meissner <[email protected]> wrote=
:
>
>> Hi,
>>
>> If you are not familar with working with GIT, this is a bit tricky
>> perhaps,
>> and please do not spend too much time on it.
>>
>> To proceed make sure you have libusb 1 development headers + libs
>> installed, and
>> also automake, autoconf, libtool, and make.
>>
>> Then
>> git clone https://github.com/gphoto/libgphoto2.git
>>
>> cd libgphoto2
>> autoreconf -i -f
>> ./configure --prefix=3D/usr
>>
>> ( check if there were errors, and also if USB is enabled=
)
>>
>> make
>> sudo make install
>>
>> Now "gphoto2 --version" should report libgphoto2 2.5.30.1 as version
>> and testing could be done.
>>
>> If this is too difficult, its fine not to test here ... the code will al=
so
>> be in 2.5.31 once it getst released and gets delivered over regular
>> distribution
>> updates.
>>
>> Note that we are only replacing the libgphoto2 library, the "gphoto2"
>> userland
>> tool will use the replaced library.
>>
>> Ciao, Marcus
>>
>> On Sat, Aug 27, 2022 at 07:59:16AM -0400, Joey Seal wrote:
>> > I have an M200 but I have always installed it from a package manager s=
o
>> I
>> > am not sure how to build from source. After following
>> > https://github.com/gphoto/libgphoto2/blob/master/INSTALL Im not sure
>> how to
>> > run libgphoto2
>> >
>> > joey@T480-1 ~> whereis libgphoto2
>> > libgphoto2: /usr/lib/libgphoto2 /usr/share/libgphoto2
>> > /usr/share/man/man3/libgphoto2.3.gz
>> > ~> tree /usr/lib/libgphoto2
>> > /usr/lib/libgphoto2
>> > =E2=94=9C=E2=94=80=E2=94=80 2.5.30
>> > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 ax203.so
>> > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 canon.so
>> > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 digigr8.so
>> > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 dimagev.so
>> > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 directory.so
>> > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 docupen.so
>> > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 jl2005a.so
>> > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 jl2005c.so
>> > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 kodak_dc240.so
>> > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 lumix.so
>> > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 mars.so
>> > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 pentax.so
>> > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 ptp2.so
>> > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 ricoh_g3.so
>> > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 sierra.so
>> > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 sonix.so
>> > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 sq905.so
>> > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 st2205.so
>> > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 topfield.so
>> > =E2=94=82 =E2=94=94=E2=94=80=E2=94=80 tp6801.so
>> > =E2=94=94=E2=94=80=E2=94=80 print-camera-list
>> >
>> > 1 directory, 21 files
>> > ~> tree /usr/share/libgphoto2/
>> > /usr/share/libgphoto2/
>> > =E2=94=94=E2=94=80=E2=94=80 2.5.30
>> > =E2=94=94=E2=94=80=E2=94=80 konica
>> > =E2=94=9C=E2=94=80=E2=94=80 english
>> > =E2=94=9C=E2=94=80=E2=94=80 french
>> > =E2=94=9C=E2=94=80=E2=94=80 german
>> > =E2=94=9C=E2=94=80=E2=94=80 japanese
>> > =E2=94=9C=E2=94=80=E2=94=80 korean
>> > =E2=94=94=E2=94=80=E2=94=80 spanish
>> >
>> > 2 directories, 6 files
>> > joey@T480-1 ~>
>> >
>> > On Sat, Aug 27, 2022 at 7:29 AM Marcus Meissner <[email protected]=
>
>> > wrote:
>> >
>> > > Hi,
>> > >
>> > > I am currently improving the OLC handling for Canon EOS / recent
>> PowerShot.
>> > >
>> > > OLC info provides a binary blob of quick changing data, like
>> aperture, iso,
>> > > shutterspeed, buttons, focusinfo ... and also shuttercounter
>> apparently.
>> > >
>> > > As the sizes are not in the format, I currently have handcoded them.
>> > >
>> > > To verify our current sets, can owners of Canon EOS and capture
>> capable
>> > > recent PowerShot build and install "libgphoto2" from current GIT
>> > > and run:
>> > >
>> > > gphoto2 --set-config testolc=3D1 --debug --debug-logfile=3Do=
lc.log
>> > >
>> > > And mail me the olc.log?
>> > >
>> > > Ciao, Marcus
>> > >
>> > >
>> > > _______________________________________________
>> > > Gphoto-user mailing list
>> > > [email protected]
>> > > https://lists.sourceforge.net/lists/listinfo/gphoto-user
>> > >
>>
>
--000000000000184fec05e7a61d6c
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
<div dir=3D"ltr"><div>After running <br></div><div>./configure --prefix=3D/=
usr</div><div>The output states</div><div>Please also check that PKG_CONFIG=
_PATH contains<br>=C2=A0 =C2=A0 ${libdir}/pkgconfig<br>before compiling any=
libgphoto2 frontend.</div><div>But I'm not sure what to set that varia=
ble to, where on my system should */pkgconfig be?<br></div></div><br><div c=
lass=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail_attr">On Sun, Aug 28, =
2022 at 12:52 PM Joey Seal <[email protected]> wrote:<br></div><blockquo=
te class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px =
solid rgb(204,204,204);padding-left:1ex"><div dir=3D"auto">Thanks for the i=
nfo, I am familiar with basic git but don't have much experience buildi=
ng from source. That said I wont have access to that machine or camera for =
a few days. I'll give it a try when I do.</div><br><div class=3D"gmail_=
quote"><div dir=3D"ltr" class=3D"gmail_attr">On Sun, Aug 28, 2022, 09:54 Ma=
rcus Meissner <<a href=3D"mailto:[email protected]" target=3D"_blank=
">[email protected]</a>> wrote:<br></div><blockquote class=3D"gmail_=
quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,=
204);padding-left:1ex">Hi,<br>
<br>
If you are not familar with working with GIT, this is a bit tricky perhaps,=
<br>
and please do not spend too much time on it.<br>
<br>
To proceed make sure you have libusb 1 development headers + libs installed=
, and <br>
also automake, autoconf, libtool, and make.<br>
<br>
Then<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 git clone <a href=3D"https://github.com/gphoto/=
libgphoto2.git" rel=3D"noreferrer noreferrer" target=3D"_blank">https://git=
hub.com/gphoto/libgphoto2.git</a><br>
<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 cd libgphoto2<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 autoreconf -i -f<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 ./configure --prefix=3D/usr<br>
<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ( check if there we=
re errors, and also if USB is enabled)<br>
<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 make<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 sudo make install<br>
<br>
Now "gphoto2 --version" should report libgphoto2 2.5.30.1 as vers=
ion<br>
and testing could be done.<br>
<br>
If this is too difficult, its fine not to test here ... the code will also<=
br>
be in 2.5.31 once it getst released and gets delivered over regular distrib=
ution<br>
updates.<br>
<br>
Note that we are only replacing the libgphoto2 library, the "gphoto2&q=
uot; userland<br>
tool will use the replaced library.<br>
<br>
Ciao, Marcus<br>
<br>
On Sat, Aug 27, 2022 at 07:59:16AM -0400, Joey Seal wrote:<br>
> I have an M200 but I have always installed it from a package manager s=
o I<br>
> am not sure how to build from source. After following<br>
> <a href=3D"https://github.com/gphoto/libgphoto2/blob/master/INSTALL" r=
el=3D"noreferrer noreferrer" target=3D"_blank">https://github.com/gphoto/li=
bgphoto2/blob/master/INSTALL</a> Im not sure how to<br>
> run libgphoto2<br>
> <br>
> joey@T480-1 ~> whereis libgphoto2<br>
> libgphoto2: /usr/lib/libgphoto2 /usr/share/libgphoto2<br>
> /usr/share/man/man3/libgphoto2.3.gz<br>
> ~> tree /usr/lib/libgphoto2<br>
> /usr/lib/libgphoto2<br>
> =E2=94=9C=E2=94=80=E2=94=80 2.5.30<br>
> =E2=94=82=C2=A0 =C2=A0=E2=94=9C=E2=94=80=E2=94=80 ax203.so<br>
> =E2=94=82=C2=A0 =C2=A0=E2=94=9C=E2=94=80=E2=94=80 canon.so<br>
> =E2=94=82=C2=A0 =C2=A0=E2=94=9C=E2=94=80=E2=94=80 digigr8.so<br>
> =E2=94=82=C2=A0 =C2=A0=E2=94=9C=E2=94=80=E2=94=80 dimagev.so<br>
> =E2=94=82=C2=A0 =C2=A0=E2=94=9C=E2=94=80=E2=94=80 directory.so<br>
> =E2=94=82=C2=A0 =C2=A0=E2=94=9C=E2=94=80=E2=94=80 docupen.so<br>
> =E2=94=82=C2=A0 =C2=A0=E2=94=9C=E2=94=80=E2=94=80 jl2005a.so<br>
> =E2=94=82=C2=A0 =C2=A0=E2=94=9C=E2=94=80=E2=94=80 jl2005c.so<br>
> =E2=94=82=C2=A0 =C2=A0=E2=94=9C=E2=94=80=E2=94=80 kodak_dc240.so<br>
> =E2=94=82=C2=A0 =C2=A0=E2=94=9C=E2=94=80=E2=94=80 lumix.so<br>
> =E2=94=82=C2=A0 =C2=A0=E2=94=9C=E2=94=80=E2=94=80 mars.so<br>
> =E2=94=82=C2=A0 =C2=A0=E2=94=9C=E2=94=80=E2=94=80 pentax.so<br>
> =E2=94=82=C2=A0 =C2=A0=E2=94=9C=E2=94=80=E2=94=80 ptp2.so<br>
> =E2=94=82=C2=A0 =C2=A0=E2=94=9C=E2=94=80=E2=94=80 ricoh_g3.so<br>
> =E2=94=82=C2=A0 =C2=A0=E2=94=9C=E2=94=80=E2=94=80 sierra.so<br>
> =E2=94=82=C2=A0 =C2=A0=E2=94=9C=E2=94=80=E2=94=80 sonix.so<br>
> =E2=94=82=C2=A0 =C2=A0=E2=94=9C=E2=94=80=E2=94=80 sq905.so<br>
> =E2=94=82=C2=A0 =C2=A0=E2=94=9C=E2=94=80=E2=94=80 st2205.so<br>
> =E2=94=82=C2=A0 =C2=A0=E2=94=9C=E2=94=80=E2=94=80 topfield.so<br>
> =E2=94=82=C2=A0 =C2=A0=E2=94=94=E2=94=80=E2=94=80 tp6801.so<br>
> =E2=94=94=E2=94=80=E2=94=80 print-camera-list<br>
> <br>
> 1 directory, 21 files<br>
> ~> tree /usr/share/libgphoto2/<br>
> /usr/share/libgphoto2/<br>
> =E2=94=94=E2=94=80=E2=94=80 2.5.30<br>
>=C2=A0 =C2=A0 =C2=A0=E2=94=94=E2=94=80=E2=94=80 konica<br>
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=E2=94=9C=E2=94=80=E2=94=80 english<b=
r>
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=E2=94=9C=E2=94=80=E2=94=80 french<br=
>
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=E2=94=9C=E2=94=80=E2=94=80 german<br=
>
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=E2=94=9C=E2=94=80=E2=94=80 japanese<=
br>
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=E2=94=9C=E2=94=80=E2=94=80 korean<br=
>
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=E2=94=94=E2=94=80=E2=94=80 spanish<b=
r>
> <br>
> 2 directories, 6 files<br>
> joey@T480-1 ~><br>
> <br>
> On Sat, Aug 27, 2022 at 7:29 AM Marcus Meissner <<a href=3D"mailto:=
[email protected]" rel=3D"noreferrer" target=3D"_blank">[email protected]=
ken.de</a>><br>
> wrote:<br>
> <br>
> > Hi,<br>
> ><br>
> > I am currently improving the OLC handling for Canon EOS / recent =
PowerShot.<br>
> ><br>
> > OLC info provides a binary blob of quick changing data, like aper=
ture, iso,<br>
> > shutterspeed, buttons, focusinfo ... and also shuttercounter appa=
rently.<br>
> ><br>
> > As the sizes are not in the format, I currently have handcoded th=
em.<br>
> ><br>
> > To verify our current sets, can owners of Canon EOS and capture c=
apable<br>
> > recent PowerShot build and install "libgphoto2" from cu=
rrent GIT<br>
> > and run:<br>
> ><br>
> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0gphoto2 --set-config testolc=3D1=
--debug --debug-logfile=3Dolc.log<br>
> ><br>
> > And mail me the olc.log?<br>
> ><br>
> > Ciao, Marcus<br>
> ><br>
> ><br>
> > _______________________________________________<br>
> > Gphoto-user mailing list<br>
> > <a href=3D"mailto:[email protected]" rel=3D"noref=
errer" target=3D"_blank">[email protected]</a><br>
> > <a href=3D"https://lists.sourceforge.net/lists/listinfo/gphoto-us=
er" rel=3D"noreferrer noreferrer" target=3D"_blank">https://lists.sourcefor=
ge.net/lists/listinfo/gphoto-user</a><br>
> ><br>
</blockquote></div>
</blockquote></div>
--000000000000184fec05e7a61d6c--
--===============6522324164327329128==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
--===============6522324164327329128==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Gphoto-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gphoto-user
--===============6522324164327329128==--