Class VideoFeedProvider#
Defined in File video_feed_provider.hpp
Inheritance Relationships#
Base Type#
public QQuickImageProvider
Class Documentation#
-
class VideoFeedProvider : public QQuickImageProvider
Public Functions
-
VideoFeedProvider()
-
QImage requestImage(const QString &id, QSize *size, const QSize &requestedSize) override
-
void update_frame(int cameraIndex, const QImage &img)
-
void set_camera_count(int count)
-
VideoFeedProvider()