Skip to content

All Supported Cameras

WARNING

All the cameras were tested on Windows 11 only.

SUMMARY

Complete reference of all cameras supported by Medulla. Each camera provides color capture, and RGB-D models additionally provide depth and point cloud capture, through a unified Python API.

python
from telekinesis.medulla.cameras import webcam

camera = webcam.Webcam(name="my_webcam_camera", camera_id=0)
python
from telekinesis.medulla.cameras import ids

camera = ids.IDS(name="my_ids_camera", serial_number="4108909352")
python
from telekinesis.medulla.cameras import realsense

camera = realsense.RealSense(name="my_realsense_camera")
python
from telekinesis.medulla.cameras import zivid

camera = zivid.Zivid(name="my_zivid_camera")

Browse Supported Cameras

9 cameras