OmniGraph Node omni.syntheticdata.SdRenderVarToRawArray

omni.syntheticdata.SdRenderVarToRawArray Properties

Name

Value

Version

1

Extension

omni.syntheticdata

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

tests

__categories

graph:action

__exclusions

tests

Generated Class Name

OgnSdRenderVarToRawArrayDatabase

Python Module

omni.syntheticdata

omni.syntheticdata.SdRenderVarToRawArray Description

Synthetic Data action node to copy the input rendervar into an output raw array

omni.syntheticdata.SdRenderVarToRawArray Inputs

Name

Type

Default

Required?

Descripton

inputs:cudaStream

uint64

0

Y

Pointer to the CUDA stream

inputs:exec

execution

None

Y

Trigger

inputs:renderResults

uint64

0

Y

Render results pointer

inputs:renderVar

token

Y

Name of the renderVar

inputs:swhFrameNumber

uint64

0

Y

Fabric frame number

omni.syntheticdata.SdRenderVarToRawArray Outputs

Name

Type

Default

Required?

Descripton

outputs:bufferSize

uint64

None

Y

Size (in bytes) of the buffer (0 if the input is a texture)

outputs:cudaStream

uint64

None

Y

Pointer to the CUDA stream

outputs:data

uchar[]

[]

Y

Buffer array data

__memoryType

any

__default

[]

outputs:exec

execution

None

Y

Executes when the event is received

uiName

Received

outputs:format

uint64

None

Y

Format

outputs:height

uint

None

Y

Height (0 if the input is a buffer)

outputs:swhFrameNumber

uint64

None

Y

Frame number

outputs:width

uint

None

Y

Width (0 if the input is a buffer)