GithubHelp home page GithubHelp logo

Comments (5)

knro avatar knro commented on July 22, 2024

There is a capture target option. By default it is to RAM, and there is option to save to SD card. Try to see if switching from one to another makes any difference. If this is a GPhoto issue, please file a bug against libgphoto2.

from indi.

zenmetsu avatar zenmetsu commented on July 22, 2024

I managed a "fix" by commenting out the delete section of the gphoto driver. It works as expected now. I'll try setting the capture target option to SD card.

It is certainly a bug in libgphoto, but it appears that this is a long-standing issue that has not been addressed, but the issue can certainly be circumvented from the indilib side. I'll go ahead and close this issue once i report back regarding the RAM vs. SD option.

from indi.

knro avatar knro commented on July 22, 2024

What section exactly?

from indi.

zenmetsu avatar zenmetsu commented on July 22, 2024

3rdparty/indi-gphoto/gphoto_driver.cpp

if (gphoto->upload_settings == GP_UPLOAD_CLIENT)
{
DEBUGDEVICE(device, INDI::Logger::DBG_DEBUG,"Deleting.");
//result = gp_camera_file_delete(gphoto->camera, fn->folder, fn->name, gphoto->context);
//DEBUGFDEVICE(device, INDI::Logger::DBG_DEBUG," Retval: %d", result);
}

from indi.

knro avatar knro commented on July 22, 2024

Ok I just pushed a temporary hack to essentially skip the delete step as you did above. Can you verify it works OK with your camera? and verify it has no side effects?

from indi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.