32 #ifndef CXSAVINGVIDEORECORDER_H
33 #define CXSAVINGVIDEORECORDER_H
35 #include "cxResourceExport.h"
108 bool openTimestampsFile();
109 bool closeTimestampsFile();
111 void writeTimeStampsFile(
TimeInfo timeStamps);
133 virtual void startRecord();
134 virtual void stopRecord();
138 std::vector<TimeInfo> getTimestamps();
153 void deleteFolder(QString folder);
155 std::vector<TimeInfo> mTimestamps;
159 boost::shared_ptr<VideoRecorderSaveThread> mSaveThread;
169 #endif // CXSAVINGVIDEORECORDER_H
__global const unsigned char * getImageData(int plane_id, __global const unsigned char *bscans_blocks[], int2 in_size)
boost::shared_ptr< class SavingVideoRecorder > SavingVideoRecorderPtr
boost::shared_ptr< class VideoSource > VideoSourcePtr
std::list< DataType > mPendingData
Recorder for a VideoSource.
boost::shared_ptr< class CachedImageDataContainer > CachedImageDataContainerPtr
QMutex mMutex
protects the mPendingData
VideoSourcePtr getSource()