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 |
---|---|
Copare Job | Edge |
Keyframe Matching MS | Micro Service |
Logger | Edge |
Save Results | Micro Service |
CONNECTIONS:
Name | Type | Data |
---|---|---|
Compare Job to Keyframe Matching MS | RabbitMQ | keyframeQ |
Keyframe Matching MS to Logger | RabbitMQ | loggerQ |
Keyframe Matching MS to Save Results | RabbitMQ | saveresultQ |