Helper class for recording the user camera to a video file. More...
#include <VideoRecorder.hh>
Inherits QWidget.
Signals | |
void | RecordingChanged (bool _recording) |
Signal emitted when the recording state changes. More... | |
void | RecordingStarted () |
Signal emitted when a recording is started. More... | |
void | RecordingStopped () |
Signal emitted when a recording is stopped. More... | |
Public Member Functions | |
VideoRecorder (QWidget *_parent=0) | |
Constructor. More... | |
~VideoRecorder () | |
Destructor. More... | |
Helper class for recording the user camera to a video file.
|
explicit |
Constructor.
[in] | _parent | Parent Widget |
~VideoRecorder | ( | ) |
Destructor.
|
signal |
Signal emitted when the recording state changes.
[out] | _recording | True if recording is enabled, false otherwise. |
|
signal |
Signal emitted when a recording is started.
|
signal |
Signal emitted when a recording is stopped.