Skip to content

Commit

Permalink
Update outdated comment on PIpeline constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
Matevz Morato committed Jan 31, 2025
1 parent 87e4cdf commit d63b2d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/depthai/pipeline/Pipeline.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,7 @@ class Pipeline {

/**
* Creates a pipeline
* @param hostOnly If true, pipeline will run only be able to run host nodes and no device nodes can be added, otherwise pipeline implicitly creates a
* device
* @param createImplicitDevice If true, creates a default device (default = true)
*/
explicit Pipeline(bool createImplicitDevice = true);

Expand Down

0 comments on commit d63b2d5

Please sign in to comment.