The Keyframe Matching Workflow is responsible for controlling how source and target video is verified by matching keyframes extracted from the respective video files. The compare job workflow publishes messages that are consumed by the keyframeMatching service. This service will match keyframes, log results or problems and save the results for displaying in the verification view.
NODES:
Name | Type |
---|---|
TMC Callback | API |
Keyframe Matching | Microservice |
Logger | Subflow |
Save Results | Subflow |
CONNECTIONS:
Name | Type | Data |
---|---|---|
TMC Callback to Keyframe Matching | RabbitMQ | atvkeyframeQ |
Keyframe Matching to Logger | Subflow | logger |
Keyframe Matching to Save Results | Subflow | saveresults |