Hey! I’ll preface this by saying this was a bit of a LLM code job, but it is functional!
package.zip (2.7 MB)
Install
Place all files in a directory and follow the instructions.
Also unzip this into the same directory.
https://github.com/orbbec/pyorbbecsdk/archive/refs/heads/v2-main.zip
I launch the spout.py using a .BAT file
----1. System Requirements----
Ensure the following software versions are installed:
Python 3.12
Download: Python Release Python 3.12.0 | Python.org
Orbbec SDK v2
Repository: GitHub - orbbec/OrbbecSDK_v2: Orbbec SDK v2 Open-Source Repo.
TouchDesigner / TouchPlayer Version 2023.12370
Download: Download | Derivative
----2. Installation Steps----
A. Open Command Prompt as Administrator
Press Windows + S, type “cmd”, then right-click Command Prompt and select “Run as Administrator”.
Enter the following commands:
cd C:\DIRECTORY
python -m pip install pyorbbecsdk-2.0.13-cp312-cp312-win_amd64.whl #This installs the SDK for the Orbbec Gemini 335Le camera
B. Run PowerShell Script to Configure SDK #This is required each time a new camera is registered to the system
Navigate to the following directory:
C:\DIRECTORY\pyorbbecsdk-2-main\pyorbbecsdk-2-main\scripts
Right-click inside the folder and select “Open in Terminal” (PowerShell).
Run the following commands:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
.\obsensor_metadata_win10.ps1 -op install_all
You may be prompted to confirm the execution policy change. Choose Yes (A) or Y.