Skip to content

How should be the stages connected? #82

Answered by miguelaeh
MikiGrit asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @MikiGrit ,

Stages are connected by default. When you provide a stream with the stream add command, you need to provide a frame-path parameter, where you will list the stages in order (--frame-path stage-1,stage-2,etc).

The frame data that one stage produces is received by the next stage. For example, imagine a stage called modify, there you draw a bounding box and set the modified field of the received frame data. Now, in a stage whatever you can access the modified field of the frame data and it will contain the changes you did. You can find here the available frame data fields: https://www.pipeless.ai/docs/docs/v1/getting-started#frame-data-fields

Note the modify field can only cont…

Replies: 1 comment 11 replies

Comment options

You must be logged in to vote
11 replies
@marklysze
Comment options

@miguelaeh
Comment options

@marklysze
Comment options

@miguelaeh
Comment options

@marklysze
Comment options

Answer selected by miguelaeh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants