Menu

#990 Canon EOS 700D when auto focus fails, crash (2)

open
nobody
None
5
2014-10-14
2014-10-06
matthiasp
No

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

Discussion

  • Marcus Meissner

    Marcus Meissner - 2014-10-08

    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

     
  • matthiasp

    matthiasp - 2014-10-09

    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

     
  • Marcus Meissner

    Marcus Meissner - 2014-10-09

    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

     
  • matthiasp

    matthiasp - 2014-10-10

    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!

     
  • matthiasp

    matthiasp - 2014-10-14

    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.

     

Log in to post a comment.