You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I set up one camera with code like this cam_0= scene.add_camera( res=(1280, 960), pos=(3.5, 0.0, 2.5), lookat=(0, 0, 0.5), fov=30, GUI=True, )
Can I get the transformer between camera pixel and world ?
Does there are any api I can use?
Thanks for any response!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
When I set up one camera with code like this
cam_0= scene.add_camera( res=(1280, 960), pos=(3.5, 0.0, 2.5), lookat=(0, 0, 0.5), fov=30, GUI=True, )
Can I get the transformer between camera pixel and world ?
Does there are any api I can use?
Thanks for any response!
Beta Was this translation helpful? Give feedback.
All reactions