Metadata-Version: 2.1
Name: t265
Version: 0.1.10.1
Summary: t265 Tracking camera API wrapper
Author: Yusuke Tanaka
License: LGPLv3
Project-URL: GitHub, https://github.com/Suke0811/Localization_T265
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Robot Framework
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: pyrealsense2<=2.53.1
Requires-Dist: numpy

# Intel T265 wrapper
This wrapper is to help to simplify your interaction with T265. The camera will be automatically initialized and closed.

This is very minimalistic. The point is to provide the simplest possible way of using T265 cameras. 

## Important Note
Starting [Ver. 1.54.1](https://github.com/IntelRealSense/librealsense/releases/tag/v2.54.1) Intel has dropped supports for T265 entirely. 
Hence, this library requires pyrealsense2 earlier than Ver. 2.53.1 
Starting Ver 0.1.3 this is part of requirements.txt.

## Installation
this library is pip installable
```bash
pip install t265
```


## Documentation
For the latest documentation, please visit
[https://suke0811.github.io/Localization_T265/](https://suke0811.github.io/Localization_T265/)

[![Latest Documentation](https://github.com/Suke0811/Localization_T265/actions/workflows/ci.yml/badge.svg)](https://github.com/Suke0811/Localization_T265/actions/workflows/ci.yml)
