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) |
Attributes | |
string | key |
Key used to retrieve the data stored into SVOData's content. The key size must not exceed 128 characters. More... | |
ulong | timestamp |
Timestamp of the data (in nanoseconds). 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... | |
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.
|
inline |
|
inline |
string key |
Key used to retrieve the data stored into SVOData's content. The key size must not exceed 128 characters.
ulong timestamp |
Timestamp of the data (in nanoseconds).
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().
int contentSize |
Size of the content data.