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
Hello! I've recently updated the hl2ss version from 1.012.0 to 1.025.0.
Currently, I'm using the sample_integrator_pv.py script, which performs RGBD integration using Open3D. I've modified the script, simply to save both the rgb and depth images obtained by this script.
One problem arises, however. My objective is for the rgb images to have the depth information registered on them. This is already what happens in the old hl2ss version by default, but not on the new version. I simply get the rgb without any depth information. After comparing the two, I noticed that there is no depth registration being made onto the rgb image on the new version.
How can I obtain it in the new version?
The text was updated successfully, but these errors were encountered:
Hello,
The RGBD pair is given by the color and depth variables after line 140.
Then, for example, you can insert code in line 141 to save both color and depth to files.
Registration is done in lines 131-140.
Hello! I've recently updated the hl2ss version from 1.012.0 to 1.025.0.
Currently, I'm using the sample_integrator_pv.py script, which performs RGBD integration using Open3D. I've modified the script, simply to save both the rgb and depth images obtained by this script.
One problem arises, however. My objective is for the rgb images to have the depth information registered on them. This is already what happens in the old hl2ss version by default, but not on the new version. I simply get the rgb without any depth information. After comparing the two, I noticed that there is no depth registration being made onto the rgb image on the new version.
How can I obtain it in the new version?
The text was updated successfully, but these errors were encountered: