Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
148
class
MockFrame:
149
def
__init__(self, data):
Callers
4
on_vio_output
Function · 0.80
main_loop
Function · 0.80
on_vio_output
Function · 0.80
serializeVioOutput
Method · 0.80
Calls
1
MockCameraPose
Class · 0.85
Tested by
no test coverage detected