Live object tracking

With Video Intelligence Streaming API you can detect and track objects in live-streamed multimedia data. Real-time analysis of the data is then available through the API.

The following configuration JSON object shows how to use AIStreamer live object tracking to annotate a streaming video.

{
"video_config":{
"feature":"STREAMING_OBJECT_TRACKING"
}
}

The AIStreamer returns a response similar to the following example.

Reading response.
Entity description: mirror
Track Id: 12
Entity id: /m/054_l
Confidence: 0.936193287373
Time offset of the first frame: 7.5075s
Bounding box position:
 left : 0.0509275756776
 top : 0.748813211918
 right : 0.218115285039
 bottom: 0.979368686676

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月06日 UTC.