#include <VlcStream.hpp>
◆ VlcStream()
| VlcStream::VlcStream |
( |
std::string |
sout, |
|
|
int |
fps, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
Constructor of the streamer class
- Parameters
-
◆ ~VlcStream()
| VlcStream::~VlcStream |
( |
| ) |
|
|
virtual |
◆ start()
| void VlcStream::start |
( |
| ) |
|
start streaming thread (vlc instance "play") automatically called by the constructor
◆ stop()
stop streaming (vlc instance "stop")
◆ write()
| bool VlcStream::write |
( |
cv::Mat & |
image, |
|
|
int64_t |
timestamp = 1 |
|
) |
| |
write the next image to the stream
◆ imagebuf
| cv::Mat VlcStream::imagebuf |
◆ imagemutex
| pthread_mutex_t VlcStream::imagemutex |
◆ pixbuf
| cv::Mat VlcStream::pixbuf |
◆ timestamp
| 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