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
As it stands now, the disparity and disparity_color streams and the depth stream are mutually exclusive and as a result 3D object localization is not possible when disparity or disparity_color streams are accessed. So it is not possible to simultaneously retrieve disparity data when doing 3D object localization, as noted in #218 (comment).
Move to the how:
In the Gen2 pipeline builder #136, such mutual exclusivity will not be necessary as the nodes in the pipeline are constructed more modularly - so we will support the capability to retrieve the disparity and depth results simultaneously along with the capability to get neural-based 3D object localization results.
Move to the what:
Support disparity streams in parallel with 3D Object Localization.
The text was updated successfully, but these errors were encountered:
* Added CMake version into CI
* Updated ZLIB with fixed ALIAS on imported target
* CI - Concatenated -D arguments for old CMake version
* Updated README instructions for CMake version 3.10
* Fixed Windows build and ZLIB target
* Removed old CMake build for MSVC
* Updated -D CMake usage
Start with the
why
:As it stands now, the
disparity
anddisparity_color
streams and thedepth
stream are mutually exclusive and as a result 3D object localization is not possible whendisparity
ordisparity_color
streams are accessed. So it is not possible to simultaneously retrieve disparity data when doing 3D object localization, as noted in #218 (comment).Move to the
how
:In the Gen2 pipeline builder #136, such mutual exclusivity will not be necessary as the nodes in the pipeline are constructed more modularly - so we will support the capability to retrieve the
disparity
anddepth
results simultaneously along with the capability to get neural-based 3D object localization results.Move to the
what
:Support
disparity
streams in parallel with 3D Object Localization.The text was updated successfully, but these errors were encountered: