Skip to content

An openFrameworks addon for Orbbec depth cameras

Notifications You must be signed in to change notification settings

BonjourDpt/ofxOrbbecUpstream

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ofxOrbbec

An openFrameworks addon for Orbbec depth cameras

Designed for OF 0.12.0

Linux Usage

Copy Shared Objects
OF currently doesn't copy .so library files into the YOUR_PROJECT/bin/libs/ folder automatically.
So you will have to manualy make a libs folder at the same level as your executable and add the contents of libs/orbbec/lib/linux64/ to that folder.

Add ofxOrbbec and ofxOpenCV
Add the above two addons to your addons.make file and your should be good to go.

Copy src folder from example
Copy the src folder from the example/ folder to test the api

Mac Usage

Use the project generator
Use the project generator to add ofxOrbbec to your project or import the example project.
NOTE: Mac cannot use as many of the cameras as Linux or Windows. See the supported cameras in the list here: https://www.orbbec.com/developers/orbbec-sdk/

Windows Usage

Use the project generator
Use the project generator to add ofxOrbbec to your project or import the example project.
If the OrbbecSDK.dll and the depthengine_2_0.dll is not in the bin/ folder of your project copy it over from libs/orbbec/lib/vs/x64/

Example output

example

About

An openFrameworks addon for Orbbec depth cameras

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 59.4%
  • C++ 39.6%
  • Makefile 1.0%