43 #include <gphoto2/gphoto2-camera.h> 44 #include <gphoto2/gphoto2-port-log.h> 45 #include <gphoto2/gphoto2-setting.h> 46 #include <gphoto2/gphoto2-filesys.h> 49 #define PHOTO_MODE_DIRECT 0 50 #define PHOTO_MODE_TO_FILE 1 65 int photo_open(photo_p photo,
const char *model,
const char *port);
int photo_get_config(photo_p photo, const char *param, char **value)
void photo_free(photo_p photo)
photo_p photo_initialize(void)
int photo_capture_to_file(photo_p photo, const char *filename)
int photo_set_config(photo_p photo, const char *param, const char *value)
int photo_capture(photo_p photo, photo_image_p image)
int photo_close(photo_p photo)
int photo_open(photo_p photo, const char *model, const char *port)
int photo_autodetect(photo_p photo)