Aalex_007
- Nov 9, 2021
- Joined Nov 8, 2021
- 0 best answers
I am able to run other sample codes successfully. I noticed the sample codes use depthai.pipeline() to create pipeline.
I read this issue on github and user mentioned to call create_pipeline before request_af_trigger.
- Edited
Hello all,
I am trying to use the request_af_trigger method to focus the oak-1 camera.
I imported depthai,
then immediately call depthai.create_pipeline(). Am I creating a pipeline wrong?Thanks