MCPcopy Create free account
hub / github.com/SpectacularAI/sdk / getCameraPose

Method getCameraPose

python/cli/visualization/serialization.py:145–146  ·  view source on GitHub ↗
(self, index)

Source from the content-addressed store, hash-verified

143 self.status = spectacularAI.TrackingStatus.TRACKING
144
145 def getCameraPose(self, index):
146 return MockCameraPose(self.data["cameraPoses"][index])
147
148class MockFrame:
149 def __init__(self, data):

Callers 4

on_vio_outputFunction · 0.80
main_loopFunction · 0.80
on_vio_outputFunction · 0.80
serializeVioOutputMethod · 0.80

Calls 1

MockCameraPoseClass · 0.85

Tested by

no test coverage detected