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

Trigger commands with computer vision python script

Windows
1
1
306
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.
  • R
    Russ
    last edited by Russ Dec 26, 2023, 8:25 PM Dec 25, 2023, 2:00 AM

    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
    • R Russ referenced this topic on Dec 25, 2023, 8:15 PM
    1 out of 1
    • First post
      1/1
      Last post