For System Developers
SDK/API of KAI Square VCA is available now, interested parties please feel free to contact us.
Our SDK provides an interface consisting of three main modules:
- 1. Tracking
- 2. Moving Object Extraction
- 3. Track Trail
1. Tracking Module
This module provides real-time video object tracking and motion detection. Input into the module can consist of frames from video streams (streams from Web Cameras, IP Cameras, and video files) that contain objects in motion. The tracking module will process the moving objects in real time and display the regions which are in motion.
2. Moving Object Extraction Module
In most real-time intelligent video analysis systems, the background scene of the video that is being analyzed is usually disregarded, as the presence of the background will bring about unnecessary information that may affect the performance of the analysis of the video. As such, before video analysis is performed, there is a need to remove the background, leaving behind the objects that are in motion, before video analysis is performed. This module is able to remove the background from a video, resulting in frames that only contain moving objects.
3. Track Trail Module
This module will associate moving objects that are identified by the moving object extraction module and plot the trajectory of these objects. By making use of the data from this trajectory, more advanced features can be employed.

