libgphoto2 photo camera library (libgphoto2) API
2.4.11
|
Go to the source code of this file.
Functions | |
int | gp_setting_set (char *id, char *key, char *value) |
Set a specific gphoto setting. More... | |
int | gp_setting_get (char *id, char *key, char *value) |
Retrieve a specific gphoto setting. More... | |
int gp_setting_get | ( | char * | id, |
char * | key, | ||
char * | value | ||
) |
Retrieve a specific gphoto setting.
id | the frontend id of the caller |
key | the key the frontend queries |
value | retrieved value |
This function retrieves the setting key for a specific frontend id and copies the value into the passed value pointer.
int gp_setting_set | ( | char * | id, |
char * | key, | ||
char * | value | ||
) |
Set a specific gphoto setting.
id | the frontend id of the caller |
key | the key the frontend queries |
value | retrieved value |
This function sets the setting key for a specific frontend id to the value.
References gp_log(), GP_LOG_DEBUG, and GP_OK.