- In this tutorial, you will learn how to use person tracking API in 5 minutes using JavaScript and Eden AI person tracking API. Eden AI provides an easy and developer-friendly API that allows you to track persons in videos.*
What is Video Person Tracking API ?
Person Tracking API allows you to track people and their activity within a scene or segment. The way that person tracking works is simple: person detection identifies individuals in a video, then tracks them over time by their face, clothing or posture.
Person Tracking API results on Eden AI
Person Tracking API can be used as a standalone tool, or it can be combined with face detection to generate more accurate results. You can use person tracking to analyze situations with high levels of complexity, such as crowded scenes with multiple individuals, crowded transportation areas such as airports, trains and metro stations.
Getting Started with Video Person Tracking API
The first step to start using person tracking API is to set Axios, a promise-based HTTP client for the browser and Node.js, that will allow you to call Eden AI API.
Next, you'll need to initialize the File System module in order to access local files on your computer.
Finally, you'll need to create your multipart/formdata parameters form:
How to use Person Tracking API with JavaScript
You are now ready to process your video file into Eden AI's person tracking API.
1. Get your Person Tracking API Key on Eden AI
To perform person tracking, you'll need to create an account on Eden AI for free. Then, you will be able to get your API key directly from the homepage with free credits offered by Eden AI.
Eden AI - Get your API key for FREE
Get your API key for FREE
2. Let’s Track Persons in your Video File
Now that you have initialized the required JavaScript modules and got your API key, you will be able to track persons in videos. With Eden AI, you can choose from a wide range of different engines you want for person tracking. You can access all our person tracking providers on our documentation here.
Here is the JavaScript code to add FormData parameters values for your request:
For example, we called two different person tracking engines. Once the parameters values are passed, you can configure your request:
Next, you'll need to create launchJob() function that will execute POST request:
Then, you'll have to create the getJob() function that will execute GET request with the Job ID of your POST request:
You will first get this response:
Once the request is done (status : finished), you will be able to get the result for Person Tracking task:
Benefits of using Person Tracking API with Eden AI
Using person tracking with Eden AI API is quick and easy.
Multiple AIs in one API - Eden AI
Save time and cost
We offer a unified API for all providers: simple and standard to use, with a quick switch between providers and an access to the specific features of each provider.
Easy to integrate
The JSON output format is the same for all suppliers thanks to Eden AI's standardisation work. The response elements are also standardised thanks to Eden AI's powerful matching algorithms.
Customization
With Eden AI you have the possibility to integrate a third party platform: we can quickly develop connectors. To go further and customize your person tracking request with specific parameters, check out our documentation.