libgphoto2 photo camera library (libgphoto2) API
2.5.10.1
|
The GPhoto port structure. More...
#include <gphoto2-port.h>
Data Fields | |
GPPortType | type |
Actual type of this port. | |
GPPortSettings | settings |
Current port settings. | |
GPPortSettings | settings_pending |
Settings to be committed. | |
int | timeout |
Port timeout in milliseconds. | |
GPPortPrivateLibrary * | pl |
Camera driver private data pointer. | |
GPPortPrivateCore * | pc |
Port library private data pointer. | |
The GPhoto port structure.
This structure tracks the physical connection of the device. It can correspond the various methods of lowlevel access, serial usb and others and abstracts them as much as possible.
Frontends should consider this structure opaque and only use accessor functions.
Camera drivers should only access the type and pl members directly, and use accessor functions for the rest.