Skip to content

Use YOLOv5 library to classify objects in webcam images continuously, updating a directory with the latest picture when the objects detected change

Notifications You must be signed in to change notification settings

tybrd916/isapi_recognizer

Repository files navigation

Security Camera Person/Vehicle recognizer

Project to analyze an ISAPI "stream" by polling on a specified frequency (i.e every 1, 5, 10 seconds).

Compare each image to prior, and save a copy if significant differences exist:

  1. At least one more human recognized in image
  2. At least one more animal recognized in image
  3. At least one more vehicle recognized in image

Implementation Details:

Using ISAPI HTTP endpoints like:

http://:@/ISAPI/Streaming/channels/101/picture?videoResolutionWidth=3840&videoResolutionHeight=2160

About

Use YOLOv5 library to classify objects in webcam images continuously, updating a directory with the latest picture when the objects detected change

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published