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... | |
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 |
| c |
|
inline |
|
inline |
| k |
| 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().
| int keySize |
Size of the key string
| 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.
| ulong timestamp |
Timestamp of the data (in nanoseconds).