pykinect-recorder


Namepykinect-recorder JSON
Version 0.9.4 PyPI version JSON
download
home_pagehttps://github.com/unerue/pykinect-recorder
Summary
upload_time2023-07-16 12:39:27
maintainer
docs_urlNone
authorKyung-Su Kang
requires_python>=3.9.1,<3.12
licenseMIT
keywords azure kinect deep-learning computer-vision
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 align="center"> pykinect-recorder </h1>

<div align="center">
  <a href="https://pypi.python.org/pypi/pykinect-recorder"><img src="https://img.shields.io/pypi/v/pykinect-recorder.svg"></a>
  <a href="https://pypi.org/project/pykinect-recorder"><img src="https://img.shields.io/pypi/pyversions/pykinect-recorder.svg"></a>
  <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg"></a>
</div>

<!-- <br>
<div>

</div> -->

<br>

<div display="flex;">
<img src="https://github.com/unerue/pykinect-recorder/assets/78347296/bb88a4a2-1ed6-490d-9e4e-83353c423401">
</div>

<br>


## Description
The pykinect-recorder is an educational/industrial library that provides sensor recording (including audio), playback, and computer vision soultions through a python wrapper of the Azure Kinect Sensor SDK.

Recording and playback example below.

<img src="https://github.com/unerue/pykinect-recorder/assets/78347296/e6afa357-52b6-4e52-83b0-b95dfe8a0d2e" width="50%" /><img src="https://github.com/unerue/pykinect-recorder/assets/78347296/c9695ccc-b991-4103-bced-34b49bb0f4fd" width="50%" />


## Documentation

You can find the API documentation on our website: https://pykinect-recorder.readthedocs.io/en/latest/index.html.

For details about API for Azure Kinect SDK please see Azure Kinect Sensor SDK github: https://github.com/microsoft/Azure-Kinect-Sensor-SDK.


##  Features

- [x] See RGB, IR, Depth, IMU and Audio data when recoding.
- [x] Control recording option (FPS, brightness, ...).
- [x] Change layout with drag and drop.
- [x] Playback recorded video.
- [ ] 3D reconstruction viewer with streaming/recorded video.
- [ ] Sync devices
- [ ] screen zoom in-out
- [ ] imu, microphone panel redesign
- [ ] Recording audio.
- [ ] Deep learning inference (mediapipe and native) with streaming/recorded video.
- [ ] Intel RealSense 
- [ ] Zenmuse SDK for Python


## Prerequisites

### Environment
- Windows 10 (Recommended)
- Windows 11

### Install Azure Kinect SDK 
- Make sure you download Azure Kinect SDK before using this repo. 
- SDK version '1.4.1' supported in release 0.9.3.
- You can download Azure Kinect SDK [here](https://github.com/microsoft/Azure-Kinect-Sensor-SDK/blob/develop/docs/usage.md).
    

## Installation
 
### Using pip
```bash
python -m venv .venv
.venv/Scripts/activate.ps1
pip install pykinect-recorder
pykinect
```

### Using .exe

MIT License

Copyright (c) 2023 teamvisual

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/unerue/pykinect-recorder",
    "name": "pykinect-recorder",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9.1,<3.12",
    "maintainer_email": "",
    "keywords": "azure,kinect,deep-learning,computer-vision",
    "author": "Kyung-Su Kang",
    "author_email": "unerue@me.com",
    "download_url": "https://files.pythonhosted.org/packages/a2/7e/b2348d9bb67f1e80dd2196baa9b8fd0f1cb9be1b9d8c6c3c1742987dc69a/pykinect_recorder-0.9.4.tar.gz",
    "platform": null,
    "description": "<h1 align=\"center\"> pykinect-recorder </h1>\n\n<div align=\"center\">\n  <a href=\"https://pypi.python.org/pypi/pykinect-recorder\"><img src=\"https://img.shields.io/pypi/v/pykinect-recorder.svg\"></a>\n  <a href=\"https://pypi.org/project/pykinect-recorder\"><img src=\"https://img.shields.io/pypi/pyversions/pykinect-recorder.svg\"></a>\n  <a href=\"https://opensource.org/licenses/MIT\"><img src=\"https://img.shields.io/badge/License-MIT-yellow.svg\"></a>\n</div>\n\n<!-- <br>\n<div>\n\n</div> -->\n\n<br>\n\n<div display=\"flex;\">\n<img src=\"https://github.com/unerue/pykinect-recorder/assets/78347296/bb88a4a2-1ed6-490d-9e4e-83353c423401\">\n</div>\n\n<br>\n\n\n## Description\nThe pykinect-recorder is an educational/industrial library that provides sensor recording (including audio), playback, and computer vision soultions through a python wrapper of the Azure Kinect Sensor SDK.\n\nRecording and playback example below.\n\n<img src=\"https://github.com/unerue/pykinect-recorder/assets/78347296/e6afa357-52b6-4e52-83b0-b95dfe8a0d2e\" width=\"50%\" /><img src=\"https://github.com/unerue/pykinect-recorder/assets/78347296/c9695ccc-b991-4103-bced-34b49bb0f4fd\" width=\"50%\" />\n\n\n## Documentation\n\nYou can find the API documentation on our website: https://pykinect-recorder.readthedocs.io/en/latest/index.html.\n\nFor details about API for Azure Kinect SDK please see Azure Kinect Sensor SDK github: https://github.com/microsoft/Azure-Kinect-Sensor-SDK.\n\n\n##  Features\n\n- [x] See RGB, IR, Depth, IMU and Audio data when recoding.\n- [x] Control recording option (FPS, brightness, ...).\n- [x] Change layout with drag and drop.\n- [x] Playback recorded video.\n- [ ] 3D reconstruction viewer with streaming/recorded video.\n- [ ] Sync devices\n- [ ] screen zoom in-out\n- [ ] imu, microphone panel redesign\n- [ ] Recording audio.\n- [ ] Deep learning inference (mediapipe and native) with streaming/recorded video.\n- [ ] Intel RealSense \n- [ ] Zenmuse SDK for Python\n\n\n## Prerequisites\n\n### Environment\n- Windows 10 (Recommended)\n- Windows 11\n\n### Install Azure Kinect SDK \n- Make sure you download Azure Kinect SDK before using this repo. \n- SDK version '1.4.1' supported in release 0.9.3.\n- You can download Azure Kinect SDK [here](https://github.com/microsoft/Azure-Kinect-Sensor-SDK/blob/develop/docs/usage.md).\n    \n\n## Installation\n \n### Using pip\n```bash\npython -m venv .venv\n.venv/Scripts/activate.ps1\npip install pykinect-recorder\npykinect\n```\n\n### Using .exe\n\nMIT License\n\nCopyright (c) 2023 teamvisual\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "",
    "version": "0.9.4",
    "project_urls": {
        "Homepage": "https://github.com/unerue/pykinect-recorder",
        "Repository": "https://github.com/unerue/pykinect-recorder"
    },
    "split_keywords": [
        "azure",
        "kinect",
        "deep-learning",
        "computer-vision"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5bb08e111bfb2c773e3b1dfa2849756ff4336de723d8c424f4850069d87e01bd",
                "md5": "fa0bbcd3143791aa7b82db6711487fea",
                "sha256": "41468fd0fa881ddfbdd8cb3dec394cf5b592d3daf49a0e6f156d0ab0b1ea5e1f"
            },
            "downloads": -1,
            "filename": "pykinect_recorder-0.9.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fa0bbcd3143791aa7b82db6711487fea",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.1,<3.12",
            "size": 140006,
            "upload_time": "2023-07-16T12:39:25",
            "upload_time_iso_8601": "2023-07-16T12:39:25.271221Z",
            "url": "https://files.pythonhosted.org/packages/5b/b0/8e111bfb2c773e3b1dfa2849756ff4336de723d8c424f4850069d87e01bd/pykinect_recorder-0.9.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a27eb2348d9bb67f1e80dd2196baa9b8fd0f1cb9be1b9d8c6c3c1742987dc69a",
                "md5": "4556b44d8b1896581c07829c3862b37a",
                "sha256": "d4314dc47067f3c51723294f4fb7f11eed59da286a5ff08945375dcb02e25dc3"
            },
            "downloads": -1,
            "filename": "pykinect_recorder-0.9.4.tar.gz",
            "has_sig": false,
            "md5_digest": "4556b44d8b1896581c07829c3862b37a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.1,<3.12",
            "size": 118023,
            "upload_time": "2023-07-16T12:39:27",
            "upload_time_iso_8601": "2023-07-16T12:39:27.005441Z",
            "url": "https://files.pythonhosted.org/packages/a2/7e/b2348d9bb67f1e80dd2196baa9b8fd0f1cb9be1b9d8c6c3c1742987dc69a/pykinect_recorder-0.9.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-16 12:39:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "unerue",
    "github_project": "pykinect-recorder",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pykinect-recorder"
}
        
Elapsed time: 0.10070s