You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
ObjectDetection: updated object selection and transform handler
Removed the necessity to append the detected object index (related to the frame) to the effect JSON - which makes the JSON smaller and the performance better.
This commit is contained in:
@@ -92,6 +92,7 @@ Json::Value EffectBase::JsonValue() const {
|
||||
root["description"] = info.description;
|
||||
root["has_video"] = info.has_video;
|
||||
root["has_audio"] = info.has_audio;
|
||||
root["has_tracked_object"] = info.has_tracked_object;
|
||||
root["order"] = Order();
|
||||
|
||||
// return JsonValue
|
||||
|
||||
Reference in New Issue
Block a user