SVOData Struct Reference

Structure containing data that can be stored in and retrieved from SVOs. That information will be ingested with sl.Camera.ingestDataIntoSVO and retrieved with sl.Camera.retrieveSVOData. More...

Functions

string GetContent ()
 
void SetContent (string c)
 
string GetKey ()
 
void SetKey (string k)
 

Attributes

IntPtr key
 Key used to retrieve the data stored into SVOData's content. The key size must not exceed 128 characters. More...
 
int keySize
 Size of the key string More...
 
IntPtr content
 Content stored as SVOData Allow any type of content, including raw data like compressed images of json. More...
 
int contentSize
 Size of the content data. More...
 
ulong timestamp
 Timestamp of the data (in nanoseconds). More...
 

Detailed Description

Structure containing data that can be stored in and retrieved from SVOs. That information will be ingested with sl.Camera.ingestDataIntoSVO and retrieved with sl.Camera.retrieveSVOData.

Functions

◆ GetContent()

string GetContent ( )
inline

Returns

◆ SetContent()

void SetContent ( string  c)
inline

Parameters
c

◆ GetKey()

string GetKey ( )
inline

Returns

◆ SetKey()

void SetKey ( string  k)
inline

Parameters
k

Variables

◆ key

IntPtr key

Key used to retrieve the data stored into SVOData's content. The key size must not exceed 128 characters.

Referenced by SVOData.GetKey(), and SVOData.SetKey().

◆ keySize

int keySize

Size of the key string

◆ content

IntPtr content

Content stored as SVOData Allow any type of content, including raw data like compressed images of json.

Referenced by SVOData.GetContent(), and SVOData.SetContent().

◆ contentSize

int contentSize

Size of the content data.

◆ timestamp

ulong timestamp

Timestamp of the data (in nanoseconds).