Class VideoWriter

Inheritance Relationships

Base Type

  • public QObject

Class Documentation

class VideoWriter : public QObject

Public Functions

inline VideoWriter()
bool initializeWriter(const std::string &directory, int width, int height)
bool isRecording()
void stop()

Public Slots

void processFrame(QImage frame)