ViduSdk icon indicating copy to clipboard operation
ViduSdk copied to clipboard

ViduSDK (OkuloSDK has been renamed to ViduSDK since v1.3)

Results 2 ViduSdk issues
Sort by recently updated
recently updated
newest added

Hi there, I can successfully run the viewer `./SDKbin/vidu_viewer` , but soon after I turned on the RGB and Depth, I got following error: ``` [WARN] : Unknown error: CPort::Read()...

I ran the following Python code and caught a bug: ```python import pyokulo as okulo import cv2 as cv import numpy as np import time from camera import Camera class...