Skip to main content
API Reference NSDK NSDKDashcamSession

configure

Configures the dashcam with the specified settings....

Declaration

func configure(with config: Configuration) throws

Summary

Configures the dashcam with the specified settings.
- Attention: Must be called while the dashcam is stopped.
- Parameter config: Configuration defining buffer limits, framerate, and output path.
- Throws: NSDKError.invalidArgument if the configuration is invalid.