{"id":16520012,"url":"https://github.com/pageauc/pokeme","last_synced_at":"2026-04-15T16:33:26.466Z","repository":{"id":74954782,"uuid":"102167995","full_name":"pageauc/pokeme","owner":"pageauc","description":"A Motion Tracking Demo with Motion Activated Menus and Image Clips","archived":false,"fork":false,"pushed_at":"2017-09-05T22:35:13.000Z","size":267,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-02T23:41:37.448Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pageauc.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-02T02:42:53.000Z","updated_at":"2022-01-19T15:27:20.000Z","dependencies_parsed_at":"2023-07-25T20:33:24.927Z","dependency_job_id":null,"html_url":"https://github.com/pageauc/pokeme","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pageauc/pokeme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pageauc%2Fpokeme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pageauc%2Fpokeme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pageauc%2Fpokeme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pageauc%2Fpokeme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pageauc","download_url":"https://codeload.github.com/pageauc/pokeme/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pageauc%2Fpokeme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31849824,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T16:49:12.488Z","updated_at":"2026-04-15T16:33:26.449Z","avatar_url":"https://github.com/pageauc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pokeme.py  written by Claude Pageau\n## Image clip motion tracking demonstration\n## Windows, Unix, Raspberry Pi python opencv \n### demonstrates motion activated menus and image clip tracking\n\n### YouTube Video here https://youtu.be/CYhR1wSbNPE\n\n## Program Description\nThis is a fun demonstration showing moving a clipped image graphic\nand motion tracking activated menus.  To activate a menu move your\nfingers/hand inside the menu box (a red indicator will show recording\nof hits)  When the menu hits counter is exceeded the menu pick will\nbe activated.\nRun Setup menu to create a new clipped image.  Image clip will be saved.\nPlay will try to match nearness of image clip location with a random\nscreen location.  As level decreases the nearness value will be smaller (harder to match)\nThis is pretty simple example of a play demo.  Additional pokeme images\nare included for testing purposes.\n\nThis python script will run under Windows or a non RPI unix distro using a \nweb camera as well as on a Raspberry Pi computer using a pi-camera or \nweb camera.  Note On Non Raspberry Pi systems, Download the latest python\nversion that includes numpy and opencv here https://www.python.org/downloads\n\n## Quick Install RPI or Debian \nEasy Install of pokeme onto a Raspberry Pi Computer with latest Raspbian\nor Debian distro (untested). \n\n    curl -L https://raw.github.com/pageauc/pokeme/master/install.sh | bash\n\nFrom a computer logged into the RPI via ssh(Putty) session use mouse to highlight \ncommand above, right click, copy.  Then select ssh(Putty) window, mouse right\nclick, paste.  The command should download and execute the github install.sh \nscript for pokeme.py.  \nNote - a raspbian apt-get update and upgrade will be performed as part of install \nso it may take some time if these are not up-to-date\n\n## Windows or Non RPI Unix Installs\nFor Windows or Unix computer platforms (non RPI or Debian) ensure you have the \nmost up-to-date python version. For Downloads visit https://www.python.org/downloads\n\nThe latest python versions include numpy and recent opencv that is required to run\nthis code. You will also need a USB web cam installed and working. To install this \nprogram access the GitHub project page at https://github.com/pageauc/pokeme\nand select the green Clone or download zip option. The files will be cloned or \nzipped to a pokeme folder. You can run the code from console, gui desktop or from\npython IDLE application.\n\n## Hardware Requirements\nUSB Web Camera or pi-camera module connected and working.\nComputer monitor or HD Television needs to be connected via an HDMI cable\n(composite video not tested) or a VGA adapter.\nThe program is run from the computers GUI desktop in an opencv window. \nThe default 640x480 window can be resized using the WINDOW_BIGGER \nresize multiplier variable.\n\n## How to Run Program\n\nTo launch program make sure camera and video display are connected. \nYou must be in a GUI desktop session. Open a desktop terminal session, \nFile Manger. or Menu Programming, Python IDLE program. \nNavigate to the pokme folder and load/execute.\n\n    cd ~/pokeme\n    ./pokeme.py\n\nor\n\n    cd ~/pokeme\n    python pokeme.py\n\nHave Fun\nClaude Pageau\n\nYouTube Channel https://www.youtube.com/user/pageaucp    \nGitHub https://github.com/pageauc    \n\n   \n    \n    ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpageauc%2Fpokeme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpageauc%2Fpokeme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpageauc%2Fpokeme/lists"}