#include <VlcCapture.h>
| VlcCapture::VlcCapture |
( |
std::string |
url = "", |
|
|
int |
input_buffer_ms = 10 |
|
) |
| |
| VlcCapture::~VlcCapture |
( |
| ) |
|
|
virtual |
| void VlcCapture::open |
( |
std::string & |
url | ) |
|
| void VlcCapture::postrender_callback |
( |
void * |
p_video_data, |
|
|
uint8_t * |
p_pixel_buffer, |
|
|
int |
width, |
|
|
int |
height, |
|
|
int |
pixel_pitch, |
|
|
size_t |
size, |
|
|
libvlc_time_t |
pts |
|
) |
| |
| void VlcCapture::prerender_callback |
( |
void * |
p_video_data, |
|
|
uint8_t ** |
pp_pixel_buffer, |
|
|
size_t |
size |
|
) |
| |
| bool VlcCapture::read |
( |
cv::Mat & |
image | ) |
|
| int VlcCapture::start |
( |
| ) |
|
| void VlcCapture::stop |
( |
| ) |
|
| std::string VlcCapture::_url |
| uint8_t* VlcCapture::buffer |
| unsigned int VlcCapture::buffersize |
| pthread_mutex_t VlcCapture::callbackmutex |
|
static |
| bool VlcCapture::imageAvailable |
| pthread_mutex_t VlcCapture::imagemutex |
The documentation for this class was generated from the following files:
- /build/rock-master-18.09-drivers-video-capture-vlc-0.20150401/src/VlcCapture.h
- /build/rock-master-18.09-drivers-video-capture-vlc-0.20150401/src/VlcCapture.cpp