writeVideoScenes
Syntax
Description
filenames = writeVideoScenes(gTruth,timeRanges,folderNames)filenames,
        that correspond to time ranges, timeRanges. Video files are written to
        the folders specified by the folderNames input.
The function writes video scenes using the image data and corresponding timestamp data
        contained in the  specified groundTruth objects. All nonimage data, such
        as lidar, is ignored.
filenames = writeVideoScenes(gTruth,timeRanges,rootFolder,folderNames)
filenames = writeVideoScenes(___,Name=Value)writeVideoScenes(gTruth,timeRanges,folderNames,Verbose=true) displays
        progress information while writing video scenes to files.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2021b
See Also
Objects
- groundTruthMultisignal(Automated Driving Toolbox) |- groundTruthDataSource|- groundTruth
Functions
- selectLabelsBySignalName(Automated Driving Toolbox) |- gatherLabelData|- objectDetectorTrainingData|- pixelLabelTrainingData|- sceneTimeRanges