DashcamManager
↳ extends UnityEngine.MonoBehaviour
MonoBehaviour that manages the NSDK dashcam feature lifecycle....
Declaration
public class DashcamManager : MonoBehaviourSummary
MonoBehaviour that manages the NSDK dashcam feature lifecycle. Attach to a GameObject in your scene to enable continuous frame buffering with the ability to save the buffer to a V2 sequence on demand.
Properties
| Name | Type | Summary |
|---|---|---|
| readonly IsRunning | bool | - |
Methods
| Name | Type | Summary |
|---|---|---|
| ApplyConfiguration | void | - |
| GetBufferInfo | DashcamBufferInfo | - |
| SetConfiguration | void | - |
| StartBuffering | void | - |
| StopBuffering | void | - |
| async TriggerSaveAsync | Task<DashcamSaveResult> | - |