#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <limits.h>
#include "libtiff/tiff.h"
#include "libtiff/tiffio.h"
#include "VideoWrapper.h"
#include "VideoWrapperTypes.h"
#include "VideoWrapperTime.h"
#include "VideoWrapperCaptureReplay.h"
Functions | |
VWResult | VIDEO_startFramesToDisk (VWHVideo hVideo, char *szOutputDirectory, long lBufferSizeLimit) |
Starts the capture of video frames to disk. | |
VWResult | VIDEO_stopFramesToDisk (VWHVideo hVideo, int *pnFrames) |
Stops the capture of frames to disk. |
Copyright 2005, Georgia Tech Research Corporation, Atlanta, Georgia 30332-0415 All Rights Reserved
|
Starts the capture of video frames to disk. Frames are written as TIFFs. This version does not write frames to disk until VIDEO_stopFramesToDisk is executed. Unless lBufferSizeLimit is set to VW_UNLIMITED_BUFFER, frames will be discarded when the buffer limit is reached.
|
|
Stops the capture of frames to disk.
|