How to use RealSense D455 with OpenVINO to estimate the 3D human pose? #2126
Replies: 1 comment 2 replies
-
Of course it helps to use Realsense specific APIs "in front of" OpenVINO - like enabling/disabling the laser-dot-projector for some RealSense models (update firmware, getting depth-information, specific formats, etc.). Sorry, I cannot comment for MS-Windows environments... |
Beta Was this translation helpful? Give feedback.
-
I am using this notebook: https://github.com/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/3D-pose-estimation-webcam/3D-pose-estimation.ipynb
I have connected my D455 camera onto my laptop. But I get the error below:
I think I should add some realsense specific code:
But I have no idea about what variable should be used as the
source
parameter in therun_pose_estimation()
method provided by OpenVINO?Beta Was this translation helpful? Give feedback.
All reactions