Sd Render Var To Raw Array#
Synthetic Data action node to copy the input rendervar into an output raw array
Installation#
To use this node enable omni.syntheticdata in the Extension Manager.
Inputs#
Name |
Type |
Descripton |
Default |
---|---|---|---|
Cuda Stream (inputs:cudaStream) |
|
Pointer to the CUDA stream |
0 |
Exec (inputs:exec) |
|
Trigger |
None |
Render Results (inputs:renderResults) |
|
Render results pointer |
0 |
Render Var (inputs:renderVar) |
|
Name of the renderVar |
Outputs#
Name |
Type |
Descripton |
Default |
---|---|---|---|
Buffer Size (outputs:bufferSize) |
|
Size (in bytes) of the buffer (0 if the input is a texture) |
None |
Cuda Stream (outputs:cudaStream) |
|
Pointer to the CUDA stream |
None |
Data (outputs:data) |
|
Buffer array data |
[] |
Received (outputs:exec) |
|
Executes when the event is received |
None |
Format (outputs:format) |
|
Format |
None |
Height (outputs:height) |
|
Height (0 if the input is a buffer) |
None |
Strides (outputs:strides) |
|
Strides (in bytes) ([0,0] if the input is a buffer) |
None |
Width (outputs:width) |
|
Width (0 if the input is a buffer) |
None |
Metadata#
Name |
Value |
---|---|
Unique ID |
omni.syntheticdata.SdRenderVarToRawArray |
Version |
2 |
Extension |
omni.syntheticdata |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
tests |
Categories |
graph:action |
Generated Class Name |
OgnSdRenderVarToRawArrayDatabase |
Python Module |
omni.syntheticdata |