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

Amplitude control #40

Closed larrylisky closed 8 years ago

larrylisky commented 8 years ago

How do I control using Voxel SDK the TinTin CDK's illumination?

gadiyar commented 8 years ago

Use the DepthCamera::set API - same API for setting all parameters.

depthCamera->set('illum_power', value) should work I think.

larrylisky commented 8 years ago

Closed. Use 'illum_power_percentage', which for TinTin CDK goes from 48U to 100U. The unsigned type is important. Make sure the 'set' function returns 1 to notify success.