{"id":28735235,"url":"https://github.com/lrunlin/py_azure_kinect_viewer","last_synced_at":"2026-07-04T02:32:00.554Z","repository":{"id":297733848,"uuid":"997172419","full_name":"Lrunlin/py_azure_kinect_viewer","owner":"Lrunlin","description":"Python使用Azure Kinect SDK v1.4.0获取RGB、深度、点云","archived":false,"fork":false,"pushed_at":"2025-07-11T03:32:00.000Z","size":507,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-28T10:43:11.834Z","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/Lrunlin.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,"zenodo":null}},"created_at":"2025-06-06T04:41:26.000Z","updated_at":"2025-09-22T07:20:17.000Z","dependencies_parsed_at":"2025-07-11T05:12:28.870Z","dependency_job_id":"9ced9c94-3c69-4016-bcb1-2390bfb24594","html_url":"https://github.com/Lrunlin/py_azure_kinect_viewer","commit_stats":null,"previous_names":["lrunlin/py_azure_kinect_viewer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Lrunlin/py_azure_kinect_viewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lrunlin%2Fpy_azure_kinect_viewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lrunlin%2Fpy_azure_kinect_viewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lrunlin%2Fpy_azure_kinect_viewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lrunlin%2Fpy_azure_kinect_viewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lrunlin","download_url":"https://codeload.github.com/Lrunlin/py_azure_kinect_viewer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lrunlin%2Fpy_azure_kinect_viewer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35108298,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-04T02:00:05.987Z","response_time":113,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-06-16T00:14:22.474Z","updated_at":"2026-07-04T02:32:00.548Z","avatar_url":"https://github.com/Lrunlin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python+React 前端页面采集 Azure SDK1.4.0 点云、深度、RGB\n\n\u003e 目前很多开源版为 C++ 很多开发者对 C++并不了解导致了无法对代码进行调试。\n\u003e 本程序使用 GPT 将代码重构为 Python 版本 并且将采集的图片进行分类保存。\n\u003e ! 支持前端进行 RGB 图片的预览(500-600 毫秒响应) 在预览模式下可以在前端进行 Echarts 预览点云图片(因为需要等待 JSON 数据和 ply 等数据保存所以响应速度在 5 秒左右) 响应结果在 AMD R7 6800H 核显 CPU 下测试得出。\n\n# 数据存储\n\n数据存储在./data 文件夹中(自动创建) data 下数据存储 item：\n\n```md\n└───2025-06-06\n└───1749171143963\n1749171143963.pcd\n1749171143963.ply\n1749171143963.png\n1749171143963_depth.npy\n```\n\n# 依赖安装\n\n## server (Python)\n\n参考版本控制文件 进行安装后启动 主文件为 main.py 可以如果对功能不满意可以参考根目录下的其他.py 文件进行修改\n\n```bash\npip install -r requirements.txt\n```\n\n## admin(React 前端)\n\n```bash\nnpm i\n\nnpm run dev\n```\n\n# 使用\n\n1. 成功启动项目后顶部链接为服务器地址(若本机运行本机采集则 127 即可否则改为 192.x.x.x 的服务器内网地址)\n2. 预览模式为使用 Echarts 展示点云图(响应速度很慢)\n3. 点击点云保存按钮或者键盘空格键保存数据\n4. 可以使用 script 文件夹中的脚本文件将采集数据转为 JSON 格式\n\n# 注意\n\n1. 因 fastapi 中静态资源响应缓慢 所以静态文件服务器由 Node.js 代替运行于 3001 端口\n2. 预览模式使用 Express 的静态文件服务器启动，因 3001 端口冲突所以和 dev 不能同时启动\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flrunlin%2Fpy_azure_kinect_viewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flrunlin%2Fpy_azure_kinect_viewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flrunlin%2Fpy_azure_kinect_viewer/lists"}