MCPcopy Create free account
hub / github.com/OpenImagingLab/4DSloMo / cameraList_from_camInfos

Function cameraList_from_camInfos

utils/camera_utils.py:71–77  ·  view source on GitHub ↗
(cam_infos, resolution_scale, args)

Source from the content-addressed store, hash-verified

69 )
70
71def cameraList_from_camInfos(cam_infos, resolution_scale, args):
72 camera_list = []
73
74 for id, c in enumerate(cam_infos):
75 camera_list.append(loadCam(args, id, c, resolution_scale))
76
77 return camera_list
78
79def camera_to_JSON(id, camera : Camera):
80 Rt = np.zeros((4, 4))

Callers 1

__init__Method · 0.90

Calls 1

loadCamFunction · 0.85

Tested by

no test coverage detected