You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Fixed Stabilizer and created Object Detector tests
This commit is contained in:
@@ -57,7 +57,7 @@ void ClipProcessingJobs::detectObjectsClip(Clip& clip, ProcessingController& con
|
||||
}
|
||||
else{
|
||||
// Save object detection data
|
||||
objDetector.SaveTrackedData();
|
||||
objDetector.SaveObjDetectedData();
|
||||
// tells to UI that the processing finished
|
||||
controller.SetFinished(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user