Skip to content

Commit 8e77500

Browse files
committed
Fix issue stereolabs#128 Incorrect type detection_thresh
1 parent 8bffc84 commit 8e77500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyzed/sl.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,7 @@ cdef class ObjectDetectionRuntimeParameters:
14281428
return self.object_detection_rt.detection_confidence_threshold
14291429

14301430
@detection_confidence_threshold.setter
1431-
def detection_confidence_threshold(self, bool detection_confidence_threshold):
1431+
def detection_confidence_threshold(self, int detection_confidence_threshold):
14321432
self.object_detection_rt.detection_confidence_threshold = detection_confidence_threshold
14331433

14341434
# @property

0 commit comments

Comments
 (0)