GoogleARCore. ARCoreRecordingConfig
Configuration to record camera and sensor data from an ARCore session.
Summary
Public attributes |
|
---|---|
AutoStopOnPause = true
|
bool
When an ARCore session is paused, recording may continue, during this time the camera feed will be recorded as a black screen, but sensor data will continue to be captured.
|
Mp4DatasetFilepath
|
string
A full path and filename on the device where the MP4 recording will be saved.
|
Public attributes
AutoStopOnPause
bool AutoStopOnPause = true
When an ARCore session is paused, recording may continue, during this time the camera feed will be recorded as a black screen, but sensor data will continue to be captured.
Set true
to cause the recording to stop automatically when the session is paused, or false
to allow the recording to continue until the session is destroyed, or the recording is stopped manually.
Mp4DatasetFilepath
string Mp4DatasetFilepath
A full path and filename on the device where the MP4 recording will be saved.
The recording consists of video data from the camera along with data from the device sensors. If the file already exists it will be overwritten.