#include <CameraCaptureService_impl.h>
Public Member Functions | |
CameraCaptureService_impl (CaptureController *cc) | |
constructor | |
CameraCaptureService_impl (VideoCapture *vc) | |
constructor | |
void | start_continuous () |
void | start_continuous () |
void | stop_continuous () |
void | stop_continuous () |
void | take_one_frame () |
void | take_one_frame () |
virtual | ~CameraCaptureService_impl () |
destructor | |
virtual | ~CameraCaptureService_impl () |
destructor | |
Private Attributes | |
CaptureController * | m_cc |
VideoCapture * | m_vc |
Definition at line 9 of file CaptureController/CameraCaptureService_impl.h.
constructor
Definition at line 6 of file CaptureController/CameraCaptureService_impl.cpp.
CameraCaptureService_impl::~CameraCaptureService_impl | ( | ) | [virtual] |
destructor
Definition at line 11 of file CaptureController/CameraCaptureService_impl.cpp.
constructor
Definition at line 6 of file VideoCapture/CameraCaptureService_impl.cpp.
virtual CameraCaptureService_impl::~CameraCaptureService_impl | ( | ) | [virtual] |
destructor
Definition at line 20 of file CaptureController/CameraCaptureService_impl.cpp.
Definition at line 25 of file CaptureController/CameraCaptureService_impl.cpp.
Definition at line 15 of file CaptureController/CameraCaptureService_impl.cpp.
CaptureController* CameraCaptureService_impl::m_cc [private] |
Definition at line 28 of file CaptureController/CameraCaptureService_impl.h.
VideoCapture* CameraCaptureService_impl::m_vc [private] |
Definition at line 28 of file VideoCapture/CameraCaptureService_impl.h.