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