Ubuntu 18.04 or later Ubuntu LTS version x86-64bit system; For Windows system, please checkout windows branch.
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
The OkuloSdk provides the following executable tools for you to have a quick taste of the Okulo Camera's functionality :
SDKpythonLib/pyokulo.cpython-xx-x86_64-linux-gnu.so
.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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。