Skip to main content
API Reference NSDK

NSDKFeatureSession

A protocol that defines the common lifecycle and configuration interface for NSDK feature sessions.

Declaration

protocol NSDKFeatureSession

Methods

NameTypeSummary
configurevoid
-
featureStatusNSDKFeatureStatus
Gets the current status of the feature.
This method reports any errors or warnings that have occurred within the feature system.
Check this periodically to monitor the health of operations. Once an error is flagged,
it will remain flagged until the problematic process runs again and completes successfully.
- Returns: Feature status flags indicating current state and any issues
startvoid
Starts the feature session.
After starting, the session will begin processing incoming frame data according to
its configured behavior. The session must be configured before starting.
stopvoid
Stops the feature session.
This halts all processing. The session can be reconfigured and restarted after stopping.

Relationships

conformance: NSDKSceneSegmentationSession
conformance: NSDKMeshingSession
conformance: NSDKVps2Session
conformance: NSDKScanningSession
conformance: NSDKDeviceMappingSession
conformance: NSDKDepthSession