Surveillance video processing

ClientData driven spatial analytics company for real estate that analyzes surveillance videos and makes outputs for the BI tool.ChallengeCan we develop a person tracker for fisheye videos?Can we automate occupancy reports for amenities?Help us with integration and infrastructure?What we didDeveloped...
Featured story Blog
fGaRbv9PGzfpykgOAmgGiUwxxLKiRyR549iCn-ZVam6AgFnItwMY_UU28-7Ks7kXF3mwv9JxKjZPJtqp_LYW7NN79f77FhEkPNXyMBP73LnSA9f8eT5H3H6ia8xYXgGiehYtfQw

Client

Data driven spatial analytics company for real estate that analyzes surveillance videos and makes outputs for the BI tool.

Challenge

Can we develop a person tracker for fisheye videos?

Can we automate occupancy reports for amenities?

Help us with integration and infrastructure?

What we did

Developed person tracker for fisheye videos

Automated occupancy and utilization reports generation

Designed and deployed a whole end-to-end solution

import java.util.Scanner;

import java.util.Scanner;

public class HelloWorld {

    public static void main(String[] args) {

        // Creates a reader instance which takes
        // input from standard input - keyboard
        Scanner reader = new Scanner(System.in);
        System.out.print("Enter a number: ");

        // nextInt() reads the next integer from the keyboard
        int number = reader.nextInt();

        // println() prints the following line to the output screen
        System.out.println("You entered: " + number);
    }
}