Simulated Reality SDK 7500c78d v1.30.2.51085 2024-04-26T11:23:03Z
Stable
Public Attributes | List of all members
SR_videoFrame Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ channels

uint64_t SR_videoFrame::channels

◆ cropX

uint64_t SR_videoFrame::cropX

◆ cropY

uint64_t SR_videoFrame::cropY

◆ data

void* SR_videoFrame::data

◆ frameId

uint64_t SR_videoFrame::frameId

◆ height

uint64_t SR_videoFrame::height

◆ originalHeight

uint64_t SR_videoFrame::originalHeight

◆ originalWidth

uint64_t SR_videoFrame::originalWidth

◆ streamId

uint64_t SR_videoFrame::streamId

◆ time

uint64_t SR_videoFrame::time

◆ valueType

int64_t SR_videoFrame::valueType

◆ width

uint64_t SR_videoFrame::width

The documentation for this struct was generated from the following file: