DA3 Create Camera Parameters

DA3_CreateCameraParams

Create camera parameters for conditioning DA3 depth estimation. Provides known camera pose to improve depth estimation accuracy. Parameters: - cam_x/y/z: Camera position in world space - rot_x/y/z: Camera rotation (Euler angles in degrees) - focal_length: If > 0, uses this value. Otherwise uses fov_degrees. - fov_degrees: Field of view in degrees (used if focal_length is 0) Output: - CAMERA_PARAMS: Dictionary with extrinsics (4x4) and intrinsics (3x3) matrices

Pack: ComfyUI-DepthAnythingV3

custom_nodes.ComfyUI-DepthAnythingV3

Inputs (10)

NameTypeRequired
image_widthINTrequired
image_heightINTrequired
cam_xFLOAToptional
cam_yFLOAToptional
cam_zFLOAToptional
rot_xFLOAToptional
rot_yFLOAToptional
rot_zFLOAToptional
focal_lengthFLOAToptional
fov_degreesFLOAToptional

Outputs (1)

NameType
camera_paramsCAMERA_PARAMS