Skip to content
View jonmatthis's full-sized avatar

Highlights

  • Pro

Organizations

@freemocap
Block or Report

Block or report jonmatthis

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jonmatthis/README.md

Pinned

  1. freemocap/freemocap freemocap/freemocap Public

    Free Motion Capture for Everyone 💀✨

    Python 3.1k 244

  2. jonbot jonbot Public

    a friendly machine 🤖❤️✨

    HTML 3 7

  3. simple script to load in a video (or... simple script to load in a video (or connect to a webcam), annotate it with `mediapipe` data, and save it out in the same directory as the original video
    1
    #to install dependencies:
    2
    # pip install opencv-python 
    3
    # pip install mediapipe
    4
    
                  
    5
    import cv2
  4. simple video display with opencv simple video display with opencv
    1
    """
    2
    Connect to camera at port '0' and display in a loop - close with ESC
    3
    4
    requires `opencv-python` or `opencv-contrib-python`
    5