I would like to make a framwork driver that has 64 metadata channel. The metadata would be added in heaps, and could be days after the metadata was created.
So just wondering if there are:
-Any limitations with the number of metadata channels on the framework driver?
-Can I have multiple metadata channels with bounding boxes and text attached to a single video channel?
-Can I have several metadata channels attached to video channels on different hardware?
-Would a framework driver with no video channels still require a license to run? (whatabout in futur versions?)
-Could there be any issues with playback when adding metadata to a channel with non-sequential timestamps. i.e. adding blocks of metadata anywhere in the timeline in any order.
Ok, so I can add one block before another block as long as all the frames in the block have sequential timestamps? I will try this out soon…
Edit: Oh so by sequential you mean there is no way to insert metadata in the timeline if any data has an older timestamp? This part is very important can you please elaborate?
Metadata is used to save data associated with the video, especially frequent/continues data. The data gets stored with the video in the same highly optimized database. One limitation that the database imposes is that data must come into the database in a chronologically correct order, in other words you cannot enter data that is older than the newest record.