TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Trigger commands with computer vision python script

    Windows
    1
    1
    293
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • RussR
      Russ
      last edited by Russ

      This script will trigger a command on one of your computers when your camera detects a thumbs up 👍 or down 👎 .

      The command will be triggered via TRIGGERcmd.com, and the parameter of the command will be Up or Down depending on which hand gesture you showed the camera.

      Watch it in action here:
      Watch the video

      You can find the script here:
      https://github.com/rvmey/detect_thumbs_up_or_down

      You could replace the cap = cv2.VideoCapture(0) line with a line like this to watch a network camera instead of your computer's webcam:

      cap = cv2.VideoCapture("rtsp://admin:password@192.168.1.2:554/cam/realmonitor?channel=1&subtype=0")
      

      EDIT: I published an improved version here that detects 7 different gestures. It also prevents your command from getting triggered too often.

      Russell VanderMey

      1 Reply Last reply Reply Quote 0
      • RussR Russ referenced this topic on
      • First post
        Last post