Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
rtc
VideoCapture
VideoCapture/CameraCaptureService_impl.cpp
Go to the documentation of this file.
1
// -*- mode: c++; indent-tabs-mode: t; tab-width: 4; c-basic-offset: 4; -*-
2
#include <iostream>
3
#include "
CameraCaptureService_impl.h
"
4
#include "
VideoCapture.h
"
5
6
CameraCaptureService_impl::CameraCaptureService_impl
(
VideoCapture
*
vc
) :
7
m_vc(vc)
8
{
9
}
10
11
CameraCaptureService_impl::~CameraCaptureService_impl
()
12
{
13
}
14
15
void
CameraCaptureService_impl::take_one_frame
()
16
{
17
m_vc
->
take_one_frame
();
18
}
19
20
void
CameraCaptureService_impl::start_continuous
()
21
{
22
m_vc
->
start_continuous
();
23
}
24
25
void
CameraCaptureService_impl::stop_continuous
()
26
{
27
m_vc
->
stop_continuous
();
28
}
29
30
31
CameraCaptureService_impl::start_continuous
void start_continuous()
Definition:
CaptureController/CameraCaptureService_impl.cpp:20
ogmapTest1.vc
vc
Definition:
ogmapTest1.py:9
CameraCaptureService_impl::stop_continuous
void stop_continuous()
Definition:
CaptureController/CameraCaptureService_impl.cpp:25
CameraCaptureService_impl::CameraCaptureService_impl
CameraCaptureService_impl(CaptureController *cc)
constructor
Definition:
CaptureController/CameraCaptureService_impl.cpp:6
CameraCaptureService_impl.h
CameraCaptureService_impl::~CameraCaptureService_impl
virtual ~CameraCaptureService_impl()
destructor
Definition:
CaptureController/CameraCaptureService_impl.cpp:11
VideoCapture.h
video capture component
VideoCapture::stop_continuous
void stop_continuous()
Definition:
VideoCapture.cpp:266
VideoCapture
sample RT component which has one data input port and one data output port
Definition:
VideoCapture.h:39
VideoCapture::start_continuous
void start_continuous()
Definition:
VideoCapture.cpp:261
VideoCapture::take_one_frame
void take_one_frame()
Definition:
VideoCapture.cpp:256
CameraCaptureService_impl::take_one_frame
void take_one_frame()
Definition:
CaptureController/CameraCaptureService_impl.cpp:15
CameraCaptureService_impl::m_vc
VideoCapture * m_vc
Definition:
VideoCapture/CameraCaptureService_impl.h:28
hrpsys
Author(s): AIST, Fumio Kanehiro
autogenerated on Thu May 6 2021 02:41:49