Method StartRecording
StartRecording(ArRecordingConfig)
Starts a new MP4 dataset file recording that is written to the specific filesystem path.
Declaration
public ArStatus StartRecording(ArRecordingConfig recordingConfig)
Parameters
Type | Name | Description |
---|---|---|
ArRecordingConfig | recordingConfig | The configuration defined for recording. |
Returns
Type | Description |
---|---|
ArStatus | Returns Success if successful. Returns one of the following values otherwise: - ErrorIllegalState - ErrorInvalidArgument - ErrorRecordingFailed |
Remarks
Existing files are overwritten.
The MP4 video stream (VGA) bitrate is 5Mbps (40Mb per minute).
Recording introduces additional overhead and may affect app performance.