Module for connecting to cameras and hardware devices within the Telekinesis ecosystem.
Project description
GitHub • LinkedIn • X • Discord
Medulla: Hardware Communication Skills
Medulla is a module in the Telekinesis SDK for connecting to cameras and hardware devices. It provides tools to interface with various 2D and 3D cameras and integrate them into Telekinesis applications. It includes:
- 2D and 3D camera interfacing
- Data acquisition and preprocessing
- Time-synchronized sensor streams
- Integration with Telekinesis modules (Vitreous, Retina, Cornea, Pupil, Neuroplan)
This library is used for robotics applications that require camera connectivity, including vision pipelines, multi-camera robot perception, and Physical AI agent integration.
Medulla is currently in its early development phase (pre-1.0). There will be continuous minor version updates that may introduce new features and improvements. To ensure compatibility and have the latest features, please always install or upgrade to the latest version of the package.
Installation
-
Create an isolated environment to avoid dependency conflicts. We recommend installing
Minicondaby following the instructions from here. -
Create a new
condaenvironment calledtelekinesis-medulla:conda create -n telekinesis-medulla python=3.11
-
Activate the environment:
conda activate telekinesis-medulla
-
Install the package using
pip:We currently support Python versions - 3.11, 3.12. Ensure your environment is in the specified Python version.
pip install telekinesis-medulla
Additional Setup
Camera drivers and vendor SDKs require additional installation steps. Please follow the Installation details for vendor-specific SDK setup.
Dependencies
Medulla requires BabyROS. Please refer to the README in BabyROS to install it.
Example
Install the optional dependencies in order to run the examples
Run a sample Python script to quickly test your installation.
-
Create a
Pythonfile namedmedulla_example.pyin a directory of your choice and paste the following:from medulla.cameras import webcam camera = webcam.Webcam(name="my_webcam", camera_id=0) camera.connect() image = camera.capture_single_color_frame() camera.disconnect()
-
On a terminal, navigate to the directory where
medulla_example.pywas created and run:python medulla_example.py
Supported Cameras
| Vendor | Status |
|---|---|
| Webcam | Available |
| IDS | Available |
| ZIVID | Coming Soon |
| SensoPart | Coming Soon |
| MechMind | Coming Soon |
| Azure Kinect | Coming Soon |
| Intel RealSense | Coming Soon |
Resources
-
Examples
Runnable usage examples for Medulla: Telekinesis Examples -
Documentation
Full SDK documentation and usage details: Telekinesis Documentation -
Sample Data
Datasets used across the examples: Telekinesis Data
Support
For issues and questions:
- Create an issue in the GitHub repository.
- Contact the Telekinesis development team at support@telekinesis.ai or on Discord.
Resources
-
Examples
Runnable usage examples for Medulla: Telekinesis Examples -
Documentation
Full SDK documentation and usage details: Telekinesis Documentation -
Sample Data
Datasets used across the examples: Telekinesis Data
Support
For issues and questions:
- Create an issue in the GitHub repository.
- Contact the Telekinesis development team at support@telekinesis.ai or on Discord.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file telekinesis_medulla-0.1.3.tar.gz.
File metadata
- Download URL: telekinesis_medulla-0.1.3.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b22160fcdcde1c4d07ac42852965bb1b8f1e52d61ad3d7345724711640f33bdf
|
|
| MD5 |
becb80affab28131fe611b7978548d4d
|
|
| BLAKE2b-256 |
3054fba76bb95f6152faf654fee8f118b129ab789ea024430da252b1e6c5422f
|
File details
Details for the file telekinesis_medulla-0.1.3-py3-none-any.whl.
File metadata
- Download URL: telekinesis_medulla-0.1.3-py3-none-any.whl
- Upload date:
- Size: 13.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90dc70d92eb62268d2477490fe0e68da57d760ede33dd1e8bd2d0513d449a839
|
|
| MD5 |
4e9e6e5eaf5df358344ee163f7a9f007
|
|
| BLAKE2b-256 |
1d39e8de1dc43b6b788ba6e90e55bd2e4133a42a7901db3d879ead55a2910a6e
|