Skip to main content
API Reference SwiftyNsdk NsdkSession

sendFrame

Sends a frame of data to NSDK for processing....

Declaration

func sendFrame(_ frameData: NsdkFrameData)

Summary

Sends a frame of data to NSDK for processing.
Call this method for each frame captured from an AR session. This will push
the captured frame data into NSDK's native components for processing by active features.
- Parameter frameData: The frame data captured from the AR session


ON THIS PAGE