4 #include "config/config.h" 5 #include "core/roviz_item.h" 6 #include "streams/image_m.h" 7 #include "opencv2/opencv.hpp" 8 #include "opencv2/videoio.hpp" 14 #if ROVIZ_BACKEND == ROVIZ_BACKEND_Dev 23 void thread(
void)
override;
Definition: tvg_item.h:12
void thread(void) override
Main thread of the item.
Definition: tvg_item.cpp:24
Base class for all items that use the roviz framework.
Definition: roviz_item.h:43