libgphoto2 photo camera library (libgphoto2) Internals
2.5.26
|
A structure created by the capture operation. More...
#include <gphoto2-camera.h>
Data Fields | |
char | name [128] |
Name of the captured file. More... | |
char | folder [1024] |
Name of the folder of the captured file. More... | |
A structure created by the capture operation.
A structure containing the folder and filename of an object after a successful capture and is passed as reference to the gp_camera_capture() function.
Definition at line 79 of file gphoto2-camera.h.
char CameraFilePath::folder[1024] |
Name of the folder of the captured file.
Definition at line 81 of file gphoto2-camera.h.
char CameraFilePath::name[128] |
Name of the captured file.
Definition at line 80 of file gphoto2-camera.h.