#include <VlcStream.hpp>
| VlcStream::VlcStream |
( |
std::string |
sout, |
|
|
int |
fps, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
Constructor of the streamer class
- Parameters
-
| VlcStream::~VlcStream |
( |
| ) |
|
|
virtual |
| void VlcStream::start |
( |
| ) |
|
start streaming thread (vlc instance "play") automatically called by the constructor
stop streaming (vlc instance "stop")
| bool VlcStream::write |
( |
cv::Mat & |
image, |
|
|
int64_t |
timestamp = 1 |
|
) |
| |
write the next image to the stream
| cv::Mat VlcStream::imagebuf |
| pthread_mutex_t VlcStream::imagemutex |
| cv::Mat VlcStream::pixbuf |
| int64_t VlcStream::timestamp |
The documentation for this class was generated from the following files:
- /build/rock-master-18.09-drivers-video-streamer-vlc-0.20150626/src/VlcStream.hpp
- /build/rock-master-18.09-drivers-video-streamer-vlc-0.20150626/src/VlcStream.cpp