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] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
[Python - STK API ] |
|---|
def StartRecordingFrameStack(self, FileDirectory:str, FilePrefix:str, CameraSnapshotFileFormat:"AgEStkGraphicsCameraSnapshotFileFormat", StartingFrameNumber:int, NumberOfFrameDigits:int) -> None: |
- 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.
- StartingFrameNumber
- The number of the first frame
- NumberOfFrameDigits
- The maximum number of digits available for defining the frame number






