|
arduino-audio-tools
|
Display image with opencv to be used on the desktop. More...
#include <JpegOpenCV.h>
Public Member Functions | |
| JpegOpenCV ()=default | |
| void | beginFrame (size_t jpegSize) override |
| uint32_t | endFrame () override |
| size_t | write (const uint8_t *data, size_t len) override |
Protected Member Functions | |
| void | display () |
Protected Attributes | |
| bool | create_window = true |
| std::vector< uint8_t > | img_vector |
| int | open = 0 |
| size_t | pos = 0 |
| size_t | size = 0 |
| uint64_t | start = 0 |
| const char * | window = "Movie" |
Display image with opencv to be used on the desktop.
|
default |
Implements VideoOutput.
|
inlineprotected |
|
inlineoverridevirtual |
dipsplay a single jpeg image, provides the milliseconds since the begin frame to calculate the necessary delay
Implements VideoOutput.
Implements VideoOutput.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |