The class for handling with image information.  
 More...
#include <ricoh_camera_sdk/camera_image.hpp>
The class for handling with image information. 
  
  | 
        
          | virtual Ricoh::CameraController::CameraImage::~CameraImage | ( |  | ) |  |  | virtualdefault | 
 
 
  
  | 
        
          | virtual Response Ricoh::CameraController::CameraImage::deleteData | ( |  | ) | const |  | pure virtual | 
 
Deletes image data on camera device. 
- Returns
- The operation response 
 
 
  
  | 
        
          | virtual Response Ricoh::CameraController::CameraImage::getData | ( | std::ostream & | outStream | ) | const |  | pure virtual | 
 
Writes image data to a stream. 
- Parameters
- 
  
    | outStream | The written stream |  
 
- Returns
- The operation response 
 
 
  
  | 
        
          | virtual time_t Ricoh::CameraController::CameraImage::getDateTime | ( |  | ) | const |  | pure virtual | 
 
Returns the date and time of image creation. 
- Returns
- The date and time 
 
 
  
  | 
        
          | virtual ImageFormat Ricoh::CameraController::CameraImage::getFormat | ( |  | ) | const |  | pure virtual | 
 
Returns the format of the image. 
- Returns
- The format 
 
 
  
  | 
        
          | virtual const std::string& Ricoh::CameraController::CameraImage::getId | ( |  | ) | const |  | pure virtual | 
 
Returns the ID of the image. 
- Returns
- The ID 
 
 
  
  | 
        
          | virtual const std::string& Ricoh::CameraController::CameraImage::getName | ( |  | ) | const |  | pure virtual | 
 
Returns the name of the image. 
- Returns
- The name 
 
 
  
  | 
        
          | virtual uint64_t Ricoh::CameraController::CameraImage::getSize | ( |  | ) | const |  | pure virtual | 
 
Returns the size of the image. 
- Returns
- The size 
 
 
  
  | 
        
          | virtual std::shared_ptr<const CameraStorage> Ricoh::CameraController::CameraImage::getStorage | ( |  | ) | const |  | pure virtual | 
 
Returns the storage having the image. 
- Returns
- The storage 
 
 
  
  | 
        
          | virtual Response Ricoh::CameraController::CameraImage::getThumbnail | ( | std::ostream & | outStream | ) | const |  | pure virtual | 
 
Writes thumbnail data to a stream. 
- Parameters
- 
  
    | outStream | The written stream |  
 
- Returns
- The operation response 
 
 
  
  | 
        
          | virtual ImageType Ricoh::CameraController::CameraImage::getType | ( |  | ) | const |  | pure virtual | 
 
Returns the type of the image. 
- Returns
- The type 
 
 
  
  | 
        
          | virtual bool Ricoh::CameraController::CameraImage::hasThumbnail | ( |  | ) | const |  | pure virtual | 
 
Returns true if a thumbnail can be acquired. 
- Returns
- trueIf a thumbnail can be acquired and- falseotherwise
 
 
  
  | 
        
          | virtual bool Ricoh::CameraController::CameraImage::isExist | ( |  | ) | const |  | pure virtual | 
 
Returns true if the entity of image exists in device. 
- Returns
- trueif the entity of image exists in device and- falseotherwise
 
 
The documentation for this class was generated from the following file: