Closed codebuk closed 9 years ago
Try 'pydoc gphoto2.gp_camera_capture' to see what parameters it expects.
Don't forget this bit of the README: "Note that there is one major difference between the Python and C APIs. C functions that use a pointer parameter to return a value (and often do some memory allocation) such as gp_camera_new() have Python equivalents that create the required pointer and return it in a list with the gphoto2 error code."
Hi - the API specifies 4 arguments . I have check the swig *.i files but with my limited knowledge cannot see any issues.
I have changed swig to version 3.0.2 which works ok with the latest source. . I might change back to a pre 2.0.11 of swig and see if that helps. Any other ideas?