PhysInOne Camera and Rendering Tools
This package contains the public camera-placement, Unreal Engine rendering, and render-output post-processing tools for PhysInOne.
Included tools
data_processing/
βββ camera/
β βββ generate_static_cameras.py
β βββ generate_camera_sequence.py
βββ common/
β βββ paths.py
βββ render/
β βββ render_config.example.bat
β βββ render_levels_windows.bat
βββ postprocess/
β βββ exr_to_dataset.py
β βββ point_cloud.py
β βββ render_processor.py
βββ examples/
β βββ level_list.txt
βββ docs/
β βββ CAMERA_AND_RENDERING.md
βββ requirements-render.txt
Start with docs/CAMERA_AND_RENDERING.md.
Pipeline at a glance
- Configure
BP_CameraTrajectoryin the target Unreal level. - Generate static cameras.
- Generate or replace the moving camera and Level Sequence.
- Render EXR passes with Unreal Engine Movie Render Queue.
- Convert RGB EXRs to JPEG and depth/segmentation EXRs to NPZ.
- Generate
points3d.plyby back-projecting the first RGB/depth frame from every static camera and merging the views.
The post-processing tools do not select validation views and do not
create or overwrite any transforms_*.json split file.
CineCamera_Moving is excluded from point-cloud generation.
Requirements
- Unreal Engine 5.5.4 with the Python Editor Script Plugin enabled
- Windows for the supplied headless-render batch file
- Python 3.10 or newer for post-processing
- The PhysInOne Unreal project and its Movie Render Queue configuration assets
No access token or private credential is required by these local tools.
The public Movie Render Queue configuration assets are installed in the Unreal
project at Content/PhysInOne/Scripts/, corresponding to the virtual package
path /Game/PhysInOne/Scripts/. Keep that directory unchanged because the
Windows renderer refers to those package paths directly.