{"id":20088225,"url":"https://github.com/alexistm/rakvideo-sdk-python","last_synced_at":"2026-06-08T11:31:40.996Z","repository":{"id":57459799,"uuid":"168666167","full_name":"AlexisTM/RakVideo-SDK-Python","owner":"AlexisTM","description":"Python API for the RAK Video modules, tested on RAK566","archived":false,"fork":false,"pushed_at":"2023-01-18T08:39:04.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-13T11:49:14.918Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlexisTM.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-01T08:29:11.000Z","updated_at":"2023-01-18T08:43:43.000Z","dependencies_parsed_at":"2023-02-10T14:01:28.140Z","dependency_job_id":null,"html_url":"https://github.com/AlexisTM/RakVideo-SDK-Python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexisTM%2FRakVideo-SDK-Python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexisTM%2FRakVideo-SDK-Python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexisTM%2FRakVideo-SDK-Python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexisTM%2FRakVideo-SDK-Python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexisTM","download_url":"https://codeload.github.com/AlexisTM/RakVideo-SDK-Python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241523938,"owners_count":19976424,"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":[],"created_at":"2024-11-13T16:12:52.736Z","updated_at":"2026-06-08T11:31:40.962Z","avatar_url":"https://github.com/AlexisTM.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RakVideo-SDK-Python\n\n\u003e Due to the lack of available hardware available to me, this goes unmaintained.\n\nPython API for the RAK Video modules, tested on RAK566\n\n## Installation\n\nUntil Pypi publishing:\n\n```bash\nsudo pip install rak\n```\n\n## Usage\n\n```python\nfrom rak import RakDevice\n\n# If you connect to the RAK567, the ip of the RAK566 (or other transmitters) is 192.168.100.100\n# If you connect to the RAK566 (or other transmitters) directly, the ip will be 192.168.100.1\n# RakDevice(self, ip, pipe, username=\"admin\", password=\"admin\"):\npipe0 = RakDevice(\"192.168.100.100\", pipe=0, username='admin', password='admin')\npipe1 = RakDevice(\"192.168.100.100\", pipe=1, username='admin', password='admin')\n\n# Refresh force to read all the properties\npipe0.refresh()\n\n# Show the pipe properties (refreshes only the data that is not yet read)\nprint(str(pipe0))\n\n# Set the highest resolution (FHD) and quality for the pipe0\npipe0.resolution(3).quality(136).fps(30).gop(30)\n\n# Disable pipe1 as nothing is connected by default on the RAK566\npipe1.resolution(0).quality(5).fps(1).gop(1)\n```\n\n## Credits\n\n- [@AlexisTM](http://github.com/AlexisTM): Alexis Paques\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexistm%2Frakvideo-sdk-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexistm%2Frakvideo-sdk-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexistm%2Frakvideo-sdk-python/lists"}