libgphoto2 photo camera library (libgphoto2) Internals  2.5.26
gphoto2-library.c
Go to the documentation of this file.
1 
24 #include "config.h"
26 
37 int
39 {
40  strcpy (id->text, "sample driver");
41  return (GP_OK);
42 }
43 
55 int
57 {
58  /* Dummy implementation */
59  return (GP_OK);
60 }
61 
83 int
85 {
86  /* Dummy implementation */
87  return (GP_OK);
88 }
int camera_abilities(CameraAbilitiesList *list)
Get a list of abilities of all supported cameras.
int camera_id(CameraText *id)
Get a unique camera id.
int camera_init(Camera *camera)
Initialize the camera.
Camery driver header.
#define GP_OK
Everything is OK.
CameraText structure used in various functions.
char text[32 *1024]
Character string containing the translated text.