Starts recording a video file at the specified bit and frame rate.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
[Python - STK API ] |
|---|
def StartRecordingVideo(self, FileDirectory:str, FilePrefix:str, VideoFormat:"AgEStkGraphicsCameraVideoFormat", VideoBitRate:int, VideoFrameRate:int) -> None: |
- FileDirectory
- The directory in which the video will be saved.
- FilePrefix
- Used to create the filename of the video. This file prefix should not contain a file extension. The correct file extension will be added based on the specified videoFormat.
- VideoFormat
- The file format for the video.
- VideoBitRate
- A higher value will create larger files with better visual quality than a lower value that will create smaller files with poorer visual quality. A value of 5000 is a good starting point to judge the file size to visual quality trade-off.
- VideoFrameRate
- The frame rate of the video in frames per second. A value of 30 is typical.






