luxonis / depthai

DepthAI Python API utilities, examples, and tutorials.
https://docs.luxonis.com
MIT License
941 stars 233 forks source link

[Feature-Request] Stereo inference #431

Open Erol444 opened 3 years ago

Erol444 commented 3 years ago

Start with the why:

To run inference on both mono frames.

Move to the what:

Ability to run a neural network on both left&right mono frames instead of on the color frame (by default). This was supported in gen1

Move to the how:

Create 2 NN nodes and stream mono frames to them

Luxonis-Brandon commented 3 years ago

Thanks. This will be great to get these Gen1 supported things into the Gen2 demo. Thanks for coming up with these and making issues. Excited to get these out! They'll be great for quickly trying out various capabilities.