Skip to content

Read from RTSP or USB Camera or a File using Open CV and send each frame to OCR Endpoint like Form Recognizer

Notifications You must be signed in to change notification settings

mkanevsky/VideoAnalyticsOpenCV

 
 

Repository files navigation

Video Analytics OpenCV

Note: This is a work in progress!

  1. clone the .DockerFile to secret.Dockerfile

  2. provision form recognizer service on Azure

  3. configure your secret keys in secret.Dockerfile

  4. build your docker image

docker build --rm -f "secret.Dockerfile" -t video-analytics-opencv:latest "."
  1. run your docker image
docker run --rm -it  video-analytics-opencv:latest

About

Read from RTSP or USB Camera or a File using Open CV and send each frame to OCR Endpoint like Form Recognizer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.9%
  • Other 1.1%