Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Object Localization When Disparity Stream is Used #237

Open
Luxonis-Brandon opened this issue Oct 14, 2020 · 0 comments
Open

Object Localization When Disparity Stream is Used #237

Luxonis-Brandon opened this issue Oct 14, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@Luxonis-Brandon
Copy link
Contributor

Start with the why:

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.

@Luxonis-Brandon Luxonis-Brandon added enhancement New feature or request Gen2 labels Oct 14, 2020
jdavidberger pushed a commit to constructiverealities/depthai that referenced this issue May 26, 2022
* 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
@Erol444 Erol444 removed 2021 labels Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants