ofxDepthStream
Public Member Functions
depth::CamInterface Class Reference

The Whole purpose of this wrapper is to "hide" all OpenNI related stuff and replace it with placeholder code for the purpose of development. More...

#include <CamInterface.h>

Public Member Functions

 CamInterface ()
 
VideoStreamRef createDepthStream ()
 
VideoStreamRef createColorStream ()
 
void close ()
 
VideoStreamRef getReadyStream ()
 
VideoStreamRef getDepthStream ()
 
VideoStreamRef getColorStream ()
 

Detailed Description

The Whole purpose of this wrapper is to "hide" all OpenNI related stuff and replace it with placeholder code for the purpose of development.

Make sure that OPENNI_AVAILABLE is defined to use the real camera!

Constructor & Destructor Documentation

◆ CamInterface()

depth::CamInterface::CamInterface ( )
inline

Member Function Documentation

◆ close()

void depth::CamInterface::close ( )
inline

◆ createColorStream()

VideoStreamRef depth::CamInterface::createColorStream ( )
inline

Referenced by CamInterface().

◆ createDepthStream()

VideoStreamRef depth::CamInterface::createDepthStream ( )
inline

Referenced by CamInterface().

◆ getColorStream()

VideoStreamRef depth::CamInterface::getColorStream ( )
inline

Referenced by createColorStream().

◆ getDepthStream()

VideoStreamRef depth::CamInterface::getDepthStream ( )
inline

Referenced by createDepthStream().

◆ getReadyStream()

VideoStreamRef CamInterface::getReadyStream ( )

The documentation for this class was generated from the following files: