X2 Standard
Version 1.25
|
The VideoRecorderInterface is an optional interface for Video devices that support direct output from camera to disk. More...
#include <videorecorderinterface.h>
Public Member Functions | |
virtual int | beginRecording (const char *sFilePath)=0 |
virtual int | stopRecording ()=0 |
The VideoRecorderInterface is an optional interface for Video devices that support direct output from camera to disk.
No example avaliable (yet)
|
pure virtual |
Begin recording a video clip to the selected path in any format supported by the driver.
|
pure virtual |
Stop recording (if a recording is in progress).