Hey ckz - The “simulation” frame you usually want is the camera optical frame. Put the origin at the pinhole/optical center. For axes, be aware there are two common conventions: ROS “optical frame” is X right, Y down, Z forward, while DepthAI “spatial” coords are typically X right, Y up, Z forward. Pick one and stay consistent in your 3D model.
For intrinsics, don’t guess defaults - read them from the device EEPROM using the calibration_reader / Calibration Reader example. You can also you this calculator then:
https://fov.luxonis.com/
Thanks,
Oskar