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
RVC2's ImageManip is a great node that offers good flexibility on remapping the raw image. Currently we use it instead of StereoDepth node internal rectification logic for two reasons:
StereoDepth does not support custom camera model which we use
StereoDepth cannot handle images of different sizes
To make the mesh more useful, the ability to update the mesh after pipeline starts is desired? In that case we can dynamically tune the mesh (to adapt to changing calibration)
there should be a inputConfig xlink available and we can send in a new mesh during runtime. with the new mesh, image manip node could update how remap looks dynamically.
Move to the how:
Probably can impose a few limitation for ease of implementation. for example, input and output image size remain fixed
The text was updated successfully, but these errors were encountered:
Start with the
why
:RVC2's ImageManip is a great node that offers good flexibility on remapping the raw image. Currently we use it instead of StereoDepth node internal rectification logic for two reasons:
To make the mesh more useful, the ability to update the mesh after pipeline starts is desired? In that case we can dynamically tune the mesh (to adapt to changing calibration)
This is discussed there https://discuss.luxonis.com/d/3506-setwarpmesh-after-pipeline-starts/10
Move to the
what
:there should be a inputConfig xlink available and we can send in a new mesh during runtime. with the new mesh, image manip node could update how remap looks dynamically.
Move to the
how
:Probably can impose a few limitation for ease of implementation. for example, input and output image size remain fixed
The text was updated successfully, but these errors were encountered: