Isaac Read Camera Info
Isaac Sim node that reads camera info for a viewport
Installation
To use this node enable omni.isaac.core_nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Render Product Path (inputs:renderProductPath) |
|
Path of the render product |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Camera Fisheye Params (outputs:cameraFisheyeParams) |
|
Camera fisheye projection parameters |
None |
Focal Length (outputs:focalLength) |
|
focal length |
None |
Height (outputs:height) |
|
Height for output image |
None |
Horizontal Aperture (outputs:horizontalAperture) |
|
horizontal aperture |
None |
Horizontal Offset (outputs:horizontalOffset) |
|
horizontal offset |
None |
Physical Distortion Coefficients (outputs:physicalDistortionCoefficients) |
|
physical distortion model used for approximation, empty if not specified on camera prim |
None |
Physical Distortion Model (outputs:physicalDistortionModel) |
|
physical distortion model used for approximation, empty if not specified on camera prim |
None |
Projection Type (outputs:projectionType) |
|
projection type |
None |
Vertical Aperture (outputs:verticalAperture) |
|
vertical aperture |
None |
Vertical Offset (outputs:verticalOffset) |
|
vertical offset |
None |
Width (outputs:width) |
|
Width for output image |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.isaac.core_nodes.IsaacReadCameraInfo |
Version |
2 |
Extension |
omni.isaac.core_nodes |
Icon |
ogn/icons/omni.isaac.core_nodes.IsaacReadCameraInfo.svg |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Isaac Read Camera Info |
Categories |
isaacCore |
Generated Class Name |
OgnIsaacReadCameraInfoDatabase |
Python Module |
omni.isaac.core_nodes |