diff --git a/bindings/python/openshot.i b/bindings/python/openshot.i index 764333aa..2bb21b20 100644 --- a/bindings/python/openshot.i +++ b/bindings/python/openshot.i @@ -120,6 +120,7 @@ #include "effects/Stabilizer.h" #include "effects/Tracker.h" #include "effects/ObjectDetection.h" + #include "TrackedObjectBBox.h" %} #endif @@ -291,6 +292,7 @@ #ifdef USE_OPENCV %include "ClipProcessingJobs.h" + %include "TrackedObjectBBox.h" #endif #ifdef USE_IMAGEMAGICK