You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Added support to attach clip to detected object (ObjectDetection) effect
This feature let's the user attach a clip to an object detected by the Object Detection effect, in the same way it is done with the Tracker Effect.
This commit is contained in:
@@ -230,7 +230,7 @@ bool TrackedObjectBBox::LoadBoxData(std::string inputFilePath)
|
||||
// Read the existing tracker message.
|
||||
fstream input(inputFilePath, ios::in | ios::binary);
|
||||
|
||||
//Check if it was able to read the protobuf data
|
||||
// Check if it was able to read the protobuf data
|
||||
if (!bboxMessage.ParseFromIstream(&input))
|
||||
{
|
||||
cerr << "Failed to parse protobuf message." << endl;
|
||||
|
||||
Reference in New Issue
Block a user