libgphoto2 photo camera library (libgphoto2) Internals  2.5.26
CameraFilePath Struct Reference

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...
 

Detailed Description

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.

Field Documentation

◆ folder

char CameraFilePath::folder[1024]

Name of the folder of the captured file.

Definition at line 81 of file gphoto2-camera.h.

◆ name

char CameraFilePath::name[128]

Name of the captured file.

Definition at line 80 of file gphoto2-camera.h.


The documentation for this struct was generated from the following file: