| gphoto2pp
    A C++ Wrapper for libgphoto2 | 
#include "camera_file_type_wrapper.hpp"#include "camera_capture_type_wrapper.hpp"#include <string>#include <vector>

Go to the source code of this file.
| Namespaces | |
| namespace | gphoto2pp | 
| namespace | gphoto2pp::helper | 
| 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. | |
| 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. | |
| void | gphoto2pp::helper::setCanonCapture (CameraWrapper &cameraWrapper, bool capture) | 
| Canon cameras need this set to true to allow pictures to save to the sd card. | |