Skip to content

Commit e77c747

Browse files
committed
Merge branch 'szabi-luxonis-openvino_version' into main
Add explicit OpenVINO version on pipeline build
2 parents 0f84d98 + 228a53d commit e77c747

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

HandTracker.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ def create_pipeline(self):
8282
print("Creating pipeline...")
8383
# Start defining a pipeline
8484
pipeline = dai.Pipeline()
85+
pipeline.setOpenVINOVersion(version = dai.OpenVINO.Version.VERSION_2021_2)
8586
self.pd_input_length = 128
8687

8788
if self.camera:

0 commit comments

Comments
 (0)