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
PyOrbbec SDK Version: 2.0.6 (Latest as of time of writing)
OrbbecSDK Version: 2.1.1(Latest as of time of writing)
Camera: Femto Bolt
Camera FW Version: Both 1.1.2 (Latest as of time of writing) and 1.0.9 (The latest documented supported firmware)
Platform: Ubuntu 22.04 (Docker) running on Ubuntu 24.04 (Host)
When attempting to get the camera parameters (intrinsics), the return values for pipeline.get_camera_param() as seen in Orbbec's example here are all zeros:
This blocks our implementation of the v2 SDK in Python. Is there an undocumented new method for getting camera parameters?
More info:
The Orbbec SDK via Orbbec Viewer appears to get intrinsics without an issue as seen below:
The text was updated successfully, but these errors were encountered:
PyOrbbec SDK Version: 2.0.6 (Latest as of time of writing)
OrbbecSDK Version: 2.1.1(Latest as of time of writing)
Camera: Femto Bolt
Camera FW Version: Both 1.1.2 (Latest as of time of writing) and 1.0.9 (The latest documented supported firmware)
Platform: Ubuntu 22.04 (Docker) running on Ubuntu 24.04 (Host)
When attempting to get the camera parameters (intrinsics), the return values for
pipeline.get_camera_param()
as seen in Orbbec's example here are all zeros:This blocks our implementation of the v2 SDK in Python. Is there an undocumented new method for getting camera parameters?
More info:
The Orbbec SDK via Orbbec Viewer appears to get intrinsics without an issue as seen below:
The text was updated successfully, but these errors were encountered: