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
{{ message }}
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.
The Gen2 Pipeline Builder (luxonis/depthai#136) allows theoretically infinite permutations of pipelines to be built. So there is no way to do what we did with depthai_demo.py in Gen1 where effectively all permutations of configs can be done via CLI options.
So for Gen2 it will be necessary to show how the fundamental nodes can be used in easy, and simple ways. This way, the pipeline consisting of multiple nodes can be easily built for a given application by piecing together these simple/clear examples.
Allowing the power of these permutations, but with the speed of copy/paste plugging together of examples.
Move to the how:
Make a bunch of simple and easy-to-read examples of its usage, so that users can understand the API easier.
These examples will then also be integrated into automated QA, so that they will be known to work for any new releases/improvements of the DepthAI library.
Start with the
why
:The Gen2 Pipeline Builder (luxonis/depthai#136) allows theoretically infinite permutations of pipelines to be built. So there is no way to do what we did with
depthai_demo.py
in Gen1 where effectively all permutations of configs can be done via CLI options.So for
Gen2
it will be necessary to show how the fundamental nodes can be used in easy, and simple ways. This way, the pipeline consisting of multiple nodes can be easily built for a given application by piecing together these simple/clear examples.Allowing the power of these permutations, but with the speed of copy/paste plugging together of examples.
Move to the
how
:Make a bunch of simple and easy-to-read examples of its usage, so that users can understand the API easier.
These examples will then also be integrated into automated QA, so that they will be known to work for any new releases/improvements of the DepthAI library.
Move to the
what
:TODO list of the examples to prepare:
The text was updated successfully, but these errors were encountered: