What problem does it solve?
Setting up simulated cameras in Isaac Sim requires navigating USD camera prims, RTX sensor wrappers, Replicator annotators, and lens distortion schemas, and this Skill consolidates that workflow into tested patterns for Isaac Sim 6 / Kit 110.
Core Features & Use Cases
- Camera Authoring & Runtime Capture: Create cameras with
RtxCamera and capture RGB, depth, segmentation, and bounding-box data through CameraSensor, TiledCameraSensor, or plain UsdGeomCamera plus Replicator render products.
- Lens Distortion & Calibration: Apply OpenCV pinhole, OpenCV fisheye, or LUT distortion via
OmniLensDistortion*API schemas, and convert real-world OpenCV/ROS intrinsics into USD focal length, aperture, and principal-point offsets.
- Animation & Synthetic Data: Animate camera transforms with keyframes and randomize camera poses with Replicator for synthetic data generation.
- Use Case: You are building a multi-camera rig for reinforcement learning data collection and need fisheye distortion matching a real calibrated camera; this Skill shows the exact schema attributes and intrinsics conversion code.
Quick Start
Ask the AI to create an RTX camera in Isaac Sim with an RGB and depth annotator at a given resolution and focal length.