Oak-D + TouchDesigner Part 04: Run Other Object Detection Models

A continuation of Part 3 running object detection on the Oak-D camera. This time we’re browsing the Roboflow universe and using a public model there to detect playing cards, then creating some audiovisual events in TouchDesigner that respond to specific combinations of cards — 3 of a Kind, Straight, and Royal Flush. The document used […]

Oak-D + TouchDesigner Part 3: Object Detection

Running TinyYOLO object detection model on the Oak-D camera. How to send detection data and video frames to TouchDesigner using Python-OSC and NDI-Python, in order to process it further and use it in a creative audiovisual workflow. The document used in the video with steps written out can be found here: https://drive.google.com/file/d/1bbrbPa7St60KCn2_Tt3zxJZCpASS6V7n/view?usp=share_link And the “tiny_yolo_edit02.py” […]

Oak-D + TouchDesigner Part 1: Getting Started

First steps in setting up and using an Oak-D AI-powered camera by Luxonis. This series will explore how to use various AI models running on the Oak-D hardware, then send video frames and data to TouchDesigner for further processing in a creative audiovisual workflow. The document used in the video with steps written out can […]

Oak-D + TouchDesigner Part 2: Sending Depth and RGB Frames via NDI

How to combine example code from the ndi-python library and DepthAI examples to send depth and RGB video streams from the Oak-D camera to TouchDesigner. This series will explore how to use various AI models running on the Oak-D hardware, then send video frames and data to TouchDesigner for further processing in a creative audiovisual […]