Isaac Sim Version
5.0.0
Operating System
Official Container: nvcr.io/nvidia/isaac-sim:5.0.0
Topic Description
If- and how is it possible to acquire image keypoints of a skeleton with the skeleton_data annotator in Omniverse Replicator, after applying a fisheye lens distortion model, eg.: OpenCvFisheye
Additional Information
What I’ve Tried
- Extracing the camera matrix and distorting after the fact using
cv2.fisheye.distortPoints - Adapting the example
camera_opencv_fisheye.pyto my use-case