diff --git a/bindings/python/openshot.i b/bindings/python/openshot.i index 2bb21b20b..6f3f61c4a 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 "TrackedObjectBase.h" #include "TrackedObjectBBox.h" %} #endif @@ -292,6 +293,7 @@ #ifdef USE_OPENCV %include "ClipProcessingJobs.h" + %include "TrackedObjectBase.h" %include "TrackedObjectBBox.h" #endif @@ -322,5 +324,3 @@ %include "effects/Tracker.h" %include "effects/ObjectDetection.h" #endif - -