1 Star 1 Fork 0

PointSpread / OkuloSdk

Create your Gitee Account
Explore and code with more than 8 million developers,Free private repositories !:)
Sign up
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README.md

OkuloSdk

1. System Requirement

Ubuntu 18.04 or later Ubuntu LTS version x86-64bit system; For Windows system, please checkout windows branch.

2. Installation

Please execute the following commands in a bash terminal:

git clone https://github.com/point-spread/OkuloSdk.git
cd OkuloSdk/
chmod +x ./install.sh
./install.sh
source ~/.bashrc

3. Quick Start:

The OkuloSdk provides the following executable tools for you to have a quick taste of the Okulo Camera's functionality :

4. Development:

Below we briefly introduce some important folders to the developers. The comprehensive guidance on the usage of the software development for the Okulo camera is here

  • SDKcode/GenTL provides C headers by which the developer can directly invoke the SDKlib/libDYVGenTL.cti using C interface according to the GenTL standard.

  • SDKcode/wrapper provides a C++ wrapper of the SDKlib/libDYVGenTL.cti, which makes the coding with okulo camera more conciser and C++ tone.

  • SDKcode/common provides some debug or timing code fragment.

  • example provides examples on how to get data from the camera. Please execute the following commands to compile those examples on your machine:

    cd OkuloSdk/
    mkdir build && cd build
    cmake ../
    make -j
    ./example/streamShow/streamShow

About

SDK for Okulo RGB-Tof Camera produced by PointSpread expand collapse
C++ and 5 more languages
Cancel

Releases

No release

Contributors

All

Activities

Load More
can not load any more
C++
1
https://gitee.com/pointspread_0/OkuloSdk.git
git@gitee.com:pointspread_0/OkuloSdk.git
pointspread_0
OkuloSdk
OkuloSdk
main

Search