Simulated Reality SDK 7500c78d v1.30.2.51085 2024-04-26T11:23:03Z
Stable
|
C-compatible struct containing an image recorded by a Camera. More...
#include <videoframe.h>
Public Attributes | |
uint64_t | frameId |
uint64_t | time |
uint64_t | streamId |
uint64_t | channels |
uint64_t | height |
uint64_t | width |
int64_t | valueType |
uint64_t | cropY |
uint64_t | cropX |
uint64_t | originalHeight |
uint64_t | originalWidth |
void * | data |
C-compatible struct containing an image recorded by a Camera.
Copyright (C) 2022 Dimenco
This software has been provided under the Dimenco EULA. (End User License Agreement) You can find the agreement at https://www.dimenco.eu/eula
This source code is considered Protected Code under the definitions of the EULA.
uint64_t SR_videoFrame::channels |
uint64_t SR_videoFrame::cropX |
uint64_t SR_videoFrame::cropY |
void* SR_videoFrame::data |
uint64_t SR_videoFrame::frameId |
uint64_t SR_videoFrame::height |
uint64_t SR_videoFrame::originalHeight |
uint64_t SR_videoFrame::originalWidth |
uint64_t SR_videoFrame::streamId |
uint64_t SR_videoFrame::time |
int64_t SR_videoFrame::valueType |
uint64_t SR_videoFrame::width |