3dtof / voxelsdk

VoxelSDK - an SDK supporting TI's 3D Time of Flight cameras
BSD 3-Clause "New" or "Revised" License
107 stars 71 forks source link

Cannot open OPT8320 sensorCannot open OPT8320 sensor #148

Closed Charleszhung closed 6 years ago

Charleszhung commented 6 years ago

I now have a OPT8320 sensor and its productID is 0x9108U. There are 0x9100U-0x9107U and 0x5825U product ID in voxsdk but no have 0x9108U. Then I changed 0x9107 to 0x9108(because they all belong to CalculusCDK). But now it can't get USBIO device normally. in USBIO.cpp(handle = new CCyUSBDevice();) handle = 0x00000000;

where am I wrong ? thanks very much!

suramyag1 commented 6 years ago

Hi,

There's a board called "VoxelVader" with PID of 0x9108U. Which branch are you on? It's not a part of the latest release, so you would have to build it yourself. Use https://github.com/3dtof/voxelsdk/commit/4ebb1fae0496972163d7c31749ec10b055fffefb for pid of 0x9108U

Charleszhung commented 6 years ago

Thanks a lot My source is not up-to-data...