Processing Pipeline
This page includes an overall picture of how your data is processed.
Upload Video via API: The client uploads a video file via our API.
Receive Video: The server receives the video.
Validate & Store Video: The system validates the video file and stores it in our storage.
Queue Video for Processing: The video is added to a processing queue.
Extract Frames: The video is broken down into individual frames.
Preprocess Frames: Frames are preprocessed (e.g., resizing, normalization) to prepare for analysis.
Apply Processing Algorithms: Our algorithms process the frames (e.g., for feature extraction or analysis).
Generate Processed Video & Metrics: A new video is generated along with performance metrics.
Store Processed Video & Data: The processed video and metrics are stored.
Notify User (Return Job ID): The user is notified that processing has started and receives a Job ID for tracking.
Last updated
Was this helpful?