Sorry, i have uploaded the LogFiles and now i get a Service Error 500 from SourceForge and cant open the BugTicket again =)
I have uploaded the Files to my FTP.
Here are the adresses. Sorry :-)
http://www.gfx-toxic.de/2_gphoto_log_crash.txt
http://www.gfx-toxic.de/1_gphoto_log_nofocus.txt
I debugged this today and I got to the ground I guess.
autofocusdrive=1 switches the camera to focusing , but there was no code yet to switch out of it.
I added code to exit that goes out of autofocusing.
You can use autofocusdrive=0 or cancelautofocus=1
test snapshot:
http://www.lst.de/~mm/libgphoto2-2.5.5.2.tar.bz2
Hello Marcus,
it have tried the following script to update gphoto2. I have insert the new url for the libgphoto2 but the gphoto -v still shows the output:
gphoto2 2.5.5
Copyright (C) 2000-2014 Lutz Müller und andere
gphoto2 comes with NO WARRANTY, to the extent permitted by law. You may
redistribute copies of gphoto2 under the terms of the GNU General Public
License. For more information about these matters, see the files named COPYING.
Diese Version von gphoto2 benutzt die folgenden Softwareversionen und Optionen:
gphoto2 2.5.5 gcc, popt(m), exif, no cdk, no aa, no jpeg, no readline
libgphoto2 2.5.3.1 all camlibs, gcc, ltdl, EXIF
libgphoto2_port 0.12.0 gcc, ltdl, USB, serial without locking
you probably are still using the system installation for the libraries.
run the configure with --prefix=/usr
to get the system libraries replaced during make install
(if your library directory is /usr/lib , otherwise add --prefix=/usr --libdir=/usr/libsomewhere
Hi Marcus,
sorry my skills in linux are not so good. I have added the lines in the script.
I also looked in the /usr/lib/ directory:
mp@mp-VirtualBox:/usr/lib$ cd libgphoto2
mp@mp-VirtualBox:/usr/lib/libgphoto2$ ls
2.5.5.2 print-camera-list
But still the same output:
gphoto2 2.5.5 gcc, popt(m), exif, no cdk, no aa, no jpeg, no readline
libgphoto2 2.5.3.1 all camlibs, gcc, ltdl, EXIF
libgphoto2_port 0.12.0 gcc, ltdl, USB, serial without locking
I am usally a windows boy, so the package management in linux is very confusing for me :-)
Thank you for your time!
Hi Marcus,
i have now installed it from source on a fresh kubuntu vm.
No gphoto2 or libgphoto2 was installed before, but still same version output.
Any Ideas?
Thank you.