OrbbecSDK  1.5.7
OrbbecSDK: Software-Development-Kit for Orbbec 3D-Sensor devices
Functions
Version.h File Reference

Get the SDK version number information function. More...

Go to the source code of this file.

Functions

int ob_get_version ()
 Get the SDK version. More...
 
int ob_get_major_version ()
 Get the SDK major version. More...
 
int ob_get_minor_version ()
 Get the SDK minor version. More...
 
int ob_get_patch_version ()
 Get the SDK patch version. More...
 

Detailed Description

Get the SDK version number information function.

Definition in file Version.h.

Function Documentation

int ob_get_version ( )

Get the SDK version.

Returns
int returns the SDK version
int ob_get_major_version ( )

Get the SDK major version.

Returns
int returns the SDK major version
int ob_get_minor_version ( )

Get the SDK minor version.

Returns
int returns the SDK minor version
int ob_get_patch_version ( )

Get the SDK patch version.

Returns
int returns the SDK patch version