1.10 |
This is the complete list of members for CameraCapture, including all inherited members.
CallbackArray typedef | Object | protected |
CameraCapture(const std::string &output, PixelFormat format=PixelFormat::yuyv, const std::string &device="/dev/video0") | CameraCapture | explicit |
CameraCapture(const CameraCapture &)=delete | CameraCapture | |
CameraCapture(CameraCapture &&)=default | CameraCapture | |
clear_handlers() | Object | |
EventCallback typedef | Object | |
FilterFlags typedef | Object | |
invoke_handlers(Event &event) | Object | |
invoke_handlers(EventId event) | Object | |
m_callbacks | Object | protected |
m_handle_counter | Object | protected |
m_impl | CameraCapture | protected |
m_name | Object | protected |
name() const | Object | inline |
name(const std::string &name) | Object | inline |
Object() noexcept=default | Object | |
Object(const Object &)=delete | Object | |
Object(Object &&)=default | Object | |
on_connect | CameraCapture | |
on_disconnect | CameraCapture | |
on_error | CameraCapture | |
on_event(const EventCallback &handler, const FilterFlags &mask={}) | Object | |
operator=(const CameraCapture &)=delete | CameraCapture | |
operator=(CameraCapture &&)=default | CameraCapture | |
egt::v1::Object::operator=(const Object &)=delete | Object | |
egt::v1::Object::operator=(Object &&)=default | Object | |
RegisterHandle typedef | Object | |
remove_handler(RegisterHandle handle) | Object | |
set_output(const std::string &output, const Size &size, PixelFormat format=PixelFormat::yuyv) | CameraCapture | |
start() | CameraCapture | |
stop() | CameraCapture | |
~CameraCapture() override | CameraCapture | |
~Object() noexcept=default | Object | virtual |