Method TryGetTimestamp
TryGetTimestamp(out long)
Provides a timestamp of the camera frame.
Declaration
public bool TryGetTimestamp(out long timestampNs)
Parameters
Type | Name | Description |
---|---|---|
long | timestampNs | The timestamp of the camera frame. |
Returns
Type | Description |
---|---|
bool |
|