#include <Camera.h>
Definition at line 42 of file Camera.h.
 
◆ Camera()
      
        
          | find_object::Camera::Camera | ( | QObject * | parent = 0 | ) |  | 
      
 
 
◆ ~Camera()
  
  | 
        
          | find_object::Camera::~Camera | ( |  | ) |  |  | virtual | 
 
 
◆ finished
  
  | 
        
          | void find_object::Camera::finished | ( |  | ) |  |  | signal | 
 
 
◆ getCurrentFrameIndex()
      
        
          | int find_object::Camera::getCurrentFrameIndex | ( |  | ) |  | 
      
 
 
◆ getPort()
      
        
          | int find_object::Camera::getPort | ( |  | ) |  | 
      
 
 
◆ getTotalFrames()
      
        
          | int find_object::Camera::getTotalFrames | ( |  | ) |  | 
      
 
 
◆ imageReceived [1/2]
  
  | 
        
          | void find_object::Camera::imageReceived | ( | const cv::Mat & | image | ) |  |  | signal | 
 
 
◆ imageReceived [2/2]
  
  | 
        
          | void find_object::Camera::imageReceived | ( | const cv::Mat & | image, |  
          |  |  | const find_object::Header & | header, |  
          |  |  | const cv::Mat & | depth, |  
          |  |  | float | depthConstant |  
          |  | ) |  |  |  | signal | 
 
 
◆ isRunning()
  
  | 
        
          | virtual bool find_object::Camera::isRunning | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ moveToFrame()
      
        
          | void find_object::Camera::moveToFrame | ( | int | frame | ) |  | 
      
 
 
◆ pause()
      
        
          | void find_object::Camera::pause | ( |  | ) |  | 
      
 
 
◆ start()
  
  | 
        
          | bool find_object::Camera::start | ( |  | ) |  |  | virtual | 
 
 
◆ startTimer()
  
  | 
        
          | void find_object::Camera::startTimer | ( |  | ) |  |  | protected | 
 
 
◆ stop()
  
  | 
        
          | void find_object::Camera::stop | ( |  | ) |  |  | virtual | 
 
 
◆ stopTimer()
  
  | 
        
          | void find_object::Camera::stopTimer | ( |  | ) |  |  | protected | 
 
 
◆ takeImage
  
  | 
        
          | void find_object::Camera::takeImage | ( |  | ) |  |  | virtualslot | 
 
 
◆ updateImageRate
  
  | 
        
          | void find_object::Camera::updateImageRate | ( |  | ) |  |  | virtualslot | 
 
 
◆ cameraTcpServer_
◆ cameraTimer_
  
  | 
        
          | QTimer find_object::Camera::cameraTimer_ |  | private | 
 
 
◆ capture_
  
  | 
        
          | cv::VideoCapture find_object::Camera::capture_ |  | private | 
 
 
◆ currentImageIndex_
  
  | 
        
          | unsigned int find_object::Camera::currentImageIndex_ |  | private | 
 
 
◆ images_
  
  | 
        
          | QList<std::string> find_object::Camera::images_ |  | private | 
 
 
The documentation for this class was generated from the following files: