Dashcam
Classes
| Name | Type | Summary |
|---|---|---|
| DashcamManager | MonoBehaviour |
Structs
| Name | Type | Summary |
|---|---|---|
| DashcamBufferInfo | ValueType | Snapshot of the dashcam circular buffer state. |
| DashcamConfiguration | ValueType | Configuration for the dashcam feature. Fields left at their default value of 0 will use native defaults. |
| DashcamSaveResult | ValueType | Result of a dashcam save operation. |
Enums
| Name | Type | Summary |
|---|---|---|
| DashcamSaveState | DashcamSaveState | Status of a dashcam save operation. |
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.