Omnicast is leveraging the power of relational databases by implementing a real database schema for each type of meta-data and not just inserting text annotation with video.
To illustrate the differences let’s look at a simple Point Of Sale offered by many vendors. The UI allow searching any text in the transaction.
Some system supports search pattern or wildcard search; Ex: “K?t K?t cho*“
Because the system doesn’t understand entirely the transaction but only store it has plain text with associated timestamp some very useful search are impossible.
- Find all the transactions where we sold a gift card of more than 500$
- Show me all Employee # 12345 refunds for the past week over $50
When we combine the power of the meta-data and the federation, it’s very easy to search all transactions across the entire country:
- Show me all the transactions worldwide made with this credit card.
POS is just one examples where we used the power of the Meta-Data engine; with Omnicast we have plug-ins for access control systems, video analytics servers, License Plate recognitions and many other applications. They all have their dedicated database schema which makes searches very efficient.
Jo



0 comments:
Post a Comment