subramgo / Akshi

Computer Vision API
Apache License 2.0
0 stars 0 forks source link

Feature: Ability to Switch Live Camera Feeds #3

Closed dactylroot closed 6 years ago

dactylroot commented 6 years ago

Here is my plan for adding object-detection live feed:

  1. Start with TinyYOLO script developed here: https://github.com/statueofmike/akshi/blob/master/akshi/backend/monitor.py
  2. Add a web service which serves the current static image
  3. Akshi calls this webservice the same way it calls the current live network video sources
dactylroot commented 6 years ago

This code is in https://github.com/subramgo/Akshi/tree/master/akshi/object but needs to be integrated with the main Flask server, and see if the local URI can be plugged into the live view.

subramgo commented 6 years ago

COmpleted