telegie
3D videos made easy
Manage Videos in the Cloud
No thumb drives needed.
Watch in Browser
No download, just a click. XR included.
Backed by a Solid Foundation
File format backed by years of research.
Open-source library provided.
import pyrgbd as rgbd
import cv2
record_parser = rgbd.RecordParser("cat.mkv")
record = record_parser.parse(True, True)
# obtain video frames of cat.mkv
record_video_frames = record.get_video_frames()