#include <gphoto2/gphoto2-camera.h>
#include <gphoto2/gphoto2-port-log.h>
#include <gphoto2/gphoto2-setting.h>
#include <gphoto2/gphoto2-filesys.h>
#include <photo/photo_image.h>
Go to the source code of this file.
Classes | |
struct | photo_t |
Defines | |
#define | PHOTO_MODE_DIRECT 0 |
#define | PHOTO_MODE_TO_FILE 1 |
Typedefs | |
typedef struct photo_t * | photo_p |
Functions | |
int | photo_autodetect (photo_p photo) |
int | photo_capture (photo_p photo, photo_image_p image) |
int | photo_capture_to_file (photo_p photo, const char *filename) |
int | photo_close (photo_p photo) |
void | photo_free (photo_p photo) |
int | photo_get_config (photo_p photo, const char *param, char **value) |
photo_p | photo_initialize (void) |
int | photo_open (photo_p photo, const char *model, const char *port) |
int | photo_set_config (photo_p photo, const char *param, const char *value) |
#define PHOTO_MODE_DIRECT 0 |
#define PHOTO_MODE_TO_FILE 1 |
int photo_autodetect | ( | photo_p | photo | ) |
int photo_capture | ( | photo_p | photo, |
photo_image_p | image | ||
) |
int photo_capture_to_file | ( | photo_p | photo, |
const char * | filename | ||
) |
int photo_close | ( | photo_p | photo | ) |
void photo_free | ( | photo_p | photo | ) |
int photo_get_config | ( | photo_p | photo, |
const char * | param, | ||
char ** | value | ||
) |
photo_p photo_initialize | ( | void | ) |
int photo_open | ( | photo_p | photo, |
const char * | model, | ||
const char * | port | ||
) |
int photo_set_config | ( | photo_p | photo, |
const char * | param, | ||
const char * | value | ||
) |