Skip to main content
API Reference NSDK NSDKSceneSegmentationSession

start

Starts the Scene Segmentation system....

Declaration

func start()

Summary

Starts the Scene Segmentation system.
After starting, Scene Segmentation will begin processing incoming frame data for semantic segmentation.
The system must be configured before starting.
## Example
swift <br />sceneSegmentationSession.configure(with: config) <br />sceneSegmentationSession.start() <br />