X2 Standard  Version 1.25
Public Member Functions | List of all members
VideoRecorderInterface Class Referenceabstract

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
 

Detailed Description

The VideoRecorderInterface is an optional interface for Video devices that support direct output from camera to disk.

No example avaliable (yet)

Member Function Documentation

◆ beginRecording()

virtual int VideoRecorderInterface::beginRecording ( const char *  sFilePath)
pure virtual

Begin recording a video clip to the selected path in any format supported by the driver.

◆ stopRecording()

virtual int VideoRecorderInterface::stopRecording ( )
pure virtual

Stop recording (if a recording is in progress).


The documentation for this class was generated from the following file:
X2 Examples
(C) 2023 Software Bisque, Inc. All rights reserved.