Skip to main content

set usb camera as security camera, trigger or human detection and send detection video over mail

Project description

working on this one...

security camera base on HOG+SVM. can improve results if using YOLO, but YOLO is heavier for real time on old pc.

install with

pip install human_detection

run from terminal:

human_motion_detection -c "C:\Users\my_name\Downloads\configurations.yml"

configurations.yml for example:

mail:
  mail_user: my_google_user
  mail_pw: asdfwasdfwefsvdv
  send_to: my_friend@gmail.com
detection:
  check_human_every_x_images: 2
output:
  output_folder: "@format {env[HOME]}/Downloads/captures"
  # output_folder: C:\Users\my_name\Downloads\captures
  save_all_images: False
  save_images_with_detections: True
  add_detection_box: True
  duplications_of_each_image_at_video: 5
debug:
  print_debug_log: True
TODO
    add demo video
    add image with detection box

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

human_detection-0.51.tar.gz (7.6 kB view hashes)

Uploaded Source

Built Distribution

human_detection-0.51-py3-none-any.whl (8.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page