Functions |
void | gphoto2pp::helper::capturePreview (CameraWrapper &cameraWrapper, std::string const &outputFilename) |
| Takes a preview picture from the camera. This capture type might not be supported by all cameras (requires a live view/mirror lockup mode for continuous captures)
|
void | gphoto2pp::helper::capturePreview (CameraWrapper &cameraWrapper, std::ostream &outputStream) |
| Takes a preview picture from the camera. This capture type might not be supported by all cameras (requires a live view/mirror lockup mode for continuous captures)
|
void | gphoto2pp::helper::capture (CameraWrapper &cameraWrapper, CameraFileWrapper &cameraFile, bool autoDeleteFileFromSrc=false, CameraCaptureTypeWrapper const &captureType=CameraCaptureTypeWrapper::Image, CameraFileTypeWrapper const &fileType=CameraFileTypeWrapper::Normal) |
| Captures a file from the camera.
|
void | gphoto2pp::helper::capture (CameraWrapper &cameraWrapper, std::string const &outputFilename, bool autoDeleteFileFromSrc=false, CameraCaptureTypeWrapper const &captureType=CameraCaptureTypeWrapper::Image, CameraFileTypeWrapper const &fileType=CameraFileTypeWrapper::Normal) |
| Captures a file from the camera.
|
void | gphoto2pp::helper::capture (CameraWrapper &cameraWrapper, std::ostream &outputStream, bool autoDeleteFileFromSrc=false, CameraCaptureTypeWrapper const &captureType=CameraCaptureTypeWrapper::Image, CameraFileTypeWrapper const &fileType=CameraFileTypeWrapper::Normal) |
| Captures a file from the camera.
|
void | gphoto2pp::helper::getChildrenItems (CameraWrapper &cameraWrapper, std::string const &folder, std::vector< std::string > &allItems, bool getFiles) |
std::vector< std::string > | gphoto2pp::helper::getAllFolders (CameraWrapper &cameraWrapper) |
| Recursively scans the camera's filesystem and compiles a list of all folders present.
|
std::vector< std::string > | gphoto2pp::helper::getAllFiles (CameraWrapper &cameraWrapper) |
| Recursively scans the camera's filesystem and compiles a list of all files present.
|