Skip to content

Instantly share code, notes, and snippets.

View hopkira's full-sized avatar

Richard Hopkins hopkira

View GitHub Profile
@hopkira
hopkira / 3dvision.py
Created February 7, 2021 22:25
Generating a 3D point cloud on a Raspberry Pi
!/usr/bin/env python3
# coding: utf-8
import cv2
import depthai
import numpy as np
import pandas as pd
device = depthai.Device('', False)
body_cam = device.create_pipeline(config={