Geospatial-Aware PTZ Camera Autonomous Target Tracking

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Video surveillance systems face challenges in automating the detection and tracking of objects, especially in dynamic environments, due to difficulties in distinguishing between background and foreground, determining object size, and analyzing kinematics without georeferencing, which complicates threat detection and requires labor-intensive human monitoring.

Innovation Solution

An autonomous lock-on target tracking system using geospatial-aware PTZ cameras that acquires image pairs, performs frame differencing, aligns images, classifies objects, and tracks targets by moving the camera to maintain the target at the center of the field of view, while ignoring other objects, and employs georeferencing to determine the real size and kinematics of targets.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If autonomous lock-on-target tracking is implemented, then tracking accuracy and target monitoring reliability are improved, but system complexity and computational requirements increase

Engineering Contradiction:
Improvetarget monitoring reliabilityVSAvoidsystem complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The system segments the complex tracking task into distinct modules: image acquisition, frame differencing, blob detection, centroid calculation, and camera control. Each module handles a specific aspect of the tracking process, making the overall system more manageable and maintainable despite the complexity of autonomous tracking

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system implements autonomous tracking that operates without human intervention. The automated algorithm continuously acquires images, processes them through frame differencing, detects blobs, calculates centroids, and controls camera movement automatically, eliminating the need for manual monitoring while maintaining high reliability

Inventive Principle:
Principle #25Self-service

2Measurement precision

If frame differencing and blob classification are used to detect objects, then object detection accuracy is improved, but processing time and computational load increase

Engineering Contradiction:
Improveobject detection accuracyVSAvoidprocessing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The system performs frame differencing between consecutive frames to pre-identify potential objects as blobs before detailed classification. This preliminary processing step reduces the computational burden by focusing subsequent detailed analysis only on regions where changes are detected, rather than processing the entire image

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system applies frame differencing and blob detection to only the regions where changes occur between frames, rather than analyzing the entire image. This partial processing approach maintains detection accuracy for moving objects while significantly reducing the overall computational load and processing time

Inventive Principle:
Principle #16Partial or excessive action

3Reliability

If PTZ camera movement is used to maintain target at center, then tracking performance is improved, but system complexity and response time requirements increase

Engineering Contradiction:
Improvetracking performanceVSAvoidcamera control complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The system implements a feedback loop where the calculated centroid position is continuously compared to the image center, and the difference drives camera movement commands. This closed-loop control ensures the target remains centered while the system adapts to target movement, maintaining high tracking performance

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The system replaces complex mechanical tracking systems with a combination of image processing and electronic camera control. By using frame differencing, blob detection, and centroid calculation followed by PTZ camera commands, the system achieves accurate tracking through software-based solutions rather than purely mechanical means

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

4Measurement precision

If georeferencing is implemented to determine real size and kinematics, then threat detection accuracy is improved, but system complexity and data processing requirements increase

Engineering Contradiction:
Improvethreat detection accuracyVSAvoidgeoreferencing system complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The system transitions from two-dimensional image analysis to three-dimensional real-world measurements by incorporating georeferencing data. By using camera position, orientation, and focal length information, the system calculates real-world distances, sizes, and kinematic properties, adding a spatial dimension that enables accurate threat assessment

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

Solution Approach 2:

The georeferencing system serves multiple functions simultaneously: determining target real size, calculating kinematic properties (velocity, acceleration), and enabling threat classification. This multi-functional approach consolidates several measurement capabilities into a single integrated system, managing complexity through versatility

Inventive Principle:
Principle #6Universality (Multi-functionality)

Data Source

PatentUS8929603B1Autonomous lock-on target tracking with geospatial-aware PTZ cameras
Publication Date: 2015.01.06 PURETECH SYST INC
  • US8929603B1 patent drawing
  • US8929603B1 patent drawing
  • US8929603B1 patent drawing

AI summary

An autonomous lock-on target tracking system and method with geospatial-aware PTZ cameras includes a camera imaging a terrain space. The camera acquires images, and first and second images are aligned. A frame-differencing operation produces a resultant image including blobs corresponding to elements in the terrain space. One of the blobs is classified as an object and tracked as a target. The target is tracked by determining the distance between a centroid of the target and a center of a field of view of the camera, and instructing the camera to move through the distance. The distance is continually updated as the camera and the target move.