Starts recording a frame stack. Each frame is saved as a separate image file. The filename of each frame is defined by a prefix followed by a frame number.
| [Visual Basic .NET] |
|---|
Public Sub StartRecordingFrameStack( _ ByVal FileDirectory As String, _ ByVal FilePrefix As String, _ ByVal CameraSnapshotFileFormat As AgEStkGraphicsCameraSnapshotFileFormat, _ ByVal StartingFrameNumber As Integer, _ ByVal NumberOfFrameDigits As Integer _ ) |
| [C#] |
|---|
public void StartRecordingFrameStack( |
| [Managed C++] |
|---|
public: void StartRecordingFrameStack( |
| [Java] |
|---|
public startRecordingFrameStack( |
| [Unmanaged C++] |
|---|
public: HRESULT StartRecordingFrameStack( |
- FileDirectory
- The directory in which each frame will be saved.
- FilePrefix
- Used to create the filename of each saved frame.
- CameraSnapshotFileFormat
The file format of each saved frame.Member Value Description eStkGraphicsCameraSnapshotFileFormatBmp 0 BMP file format eStkGraphicsCameraSnapshotFileFormatRas 1 RAS file format eStkGraphicsCameraSnapshotFileFormatTiff 2 TIFF file format eStkGraphicsCameraSnapshotFileFormatJpeg 3 JPEG file format - StartingFrameNumber
- The number of the first frame
- NumberOfFrameDigits
- The maximum number of digits available for defining the frame number
