{"id":15519710,"url":"https://github.com/mcyba/t_system","last_synced_at":"2025-04-10T16:51:37.264Z","repository":{"id":112248373,"uuid":"174021032","full_name":"MCYBA/T_System","owner":"MCYBA","description":"the moving objects tracking system via two axis camera motion for raspberry pi distributions","archived":false,"fork":false,"pushed_at":"2019-04-17T19:58:12.000Z","size":18485,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T14:44:14.690Z","etag":null,"topics":["face-detection","face-recognition","face-tracking","linux","opencv","pan-tilt","pan-tilt-controller","raspberrypi","raspbian","servo-motor"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MCYBA.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2019-03-05T21:09:28.000Z","updated_at":"2024-12-20T12:43:44.000Z","dependencies_parsed_at":"2023-03-23T09:20:27.492Z","dependency_job_id":null,"html_url":"https://github.com/MCYBA/T_System","commit_stats":{"total_commits":10,"total_committers":2,"mean_commits":5.0,"dds":0.09999999999999998,"last_synced_commit":"4aba4d4a65e2b3b1ba49d835bc5d9dcae230d239"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCYBA%2FT_System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCYBA%2FT_System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCYBA%2FT_System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCYBA%2FT_System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MCYBA","download_url":"https://codeload.github.com/MCYBA/T_System/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248256027,"owners_count":21073443,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["face-detection","face-recognition","face-tracking","linux","opencv","pan-tilt","pan-tilt-controller","raspberrypi","raspbian","servo-motor"],"created_at":"2024-10-02T10:22:28.727Z","updated_at":"2025-04-10T16:51:37.237Z","avatar_url":"https://github.com/MCYBA.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# T_System\n\n\nthe moving objects tracking system via two axis camera motion for raspberry pi distributions\n\n![A.V.A.](https://raw.githubusercontent.com/MCYBA/T_System/master/docs/img/on_work.gif)\n\n\u003cbr\u003e\n\n\n#### Supported Environments\n\n|                         |                                         |\n|-------------------------|-----------------------------------------|\n| **Operating systems**   | Linux                                   |\n| **Python versions**     | Python 3.x (64-bit)                     |\n| **Distros**             | Raspbian         |\n| **Package managers**    | APT, pip                                |\n| **Languages**           | English                                 |\n|                         |                                         |\n\n### Requirements\n\n##### Hardware\n  \n- Raspberry Pi 2,3 B, B + or higher\n- Raspberry Pi Camera\n- 2 servo motors\n- 2 axis motion system as pan-tilt motions\n\n##### Software\n\n- OpenCV. Install via [here](https://docs.opencv.org/master/df/d65/tutorial_table_of_content_introduction.html) or any other place you want.\n\n### Installation\n\nDownload the [latest release](https://github.com/DragonComputer/Dragonfire/releases/latest) (the `.deb` file) and:\n\n```Shell\nsudo ./install.sh\n```\nfor development mode: `sudo ./install-dev.sh`\n\n\n\u003csup\u003e\u003ci\u003eIf there is a failure try `sudo -H ./install-dev.sh`\u003c/i\u003e\u003c/sup\u003e\n\n### Usage \u003ca href=\"https://t-system.readthedocs.io/en/latest/t_system.html\"\u003e\u003cimg src=\"https://media.readthedocs.com/corporate/img/header-logo.png\" align=\"right\" height=\"25px\" /\u003e\u003c/a\u003e\n\n\n```\nusage: t_system [-h] [-S] [-l] [-s] [-a] [--version]\n                 [--cascadefile XML_FILE]\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -S, --show-stream     Display the camera stream. Enable the stream window.\n  -l, --learn           Teach mode. Teach the object tracking parameters with \n                        the trial and error method.\n  -s, --security        Security Mode. Scan the around and optionally take \n                        photos of visitors.\n  -a, --augmented       Augmented control with the Augmented Virtual Assistant \n                        A.V.A.. 'https://github.com/MCYBA/A.V.A.' is the home \n                        page of the A.V.A. and usage explained into the\n                        'AUGMENTED.md'.\n  --version             Display the version number of T_System.\n  --cascadefile CASCADEFILE    \n                        Specify the trained detection algorithm file for the \n                        object detection ability. Sample(And Default):\n                        'haarcascade_frontalface_default' for\n                        frontalface_default.xml file inside the 'haarcascade'\n                        folder. \n```\n\n\u003cbr\u003e\n\n### Augmented\n\nAugmented usage explained [here](https://github.com/MCYBA/A.V.A.) into the `AUGMENTED.md`.\n\n\u003cbr\u003e\n\n**Supported Distributions:** Raspbian. This release is fully supported. Any other Debian based ARM architecture distributions are partially supported.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcyba%2Ft_system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcyba%2Ft_system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcyba%2Ft_system/lists"}