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

Voxel Viewer 0.3.9 "sometimes" hang when executed? #19

Closed xul4m06qj6 closed 9 years ago

xul4m06qj6 commented 9 years ago

Hi,

This question sometimes happen when doing some changes in .conf file.

default

xul4m06qj6 commented 9 years ago

So far, this problem happens when I add two settings in the .conf file.

One is "mod_freq1 = 24", it is a parameter that user can adjust after open Voxel Viewer, so I want to set it to 24 MHz as default . However, this line will cause error and hang.(but I can adjust it in Voxel Viewer)

Another is "tsensor_calib = -1", this line will automatically write into .conf file after doing "Common Phase Calibration", I am not sure whether the invalid value or invalid name cause the problem.

Yorkland commented 9 years ago

And I found a problem, My system parameter: VOXEL_CONF_PATH = C:\Program Files\VoxelCommon\conf, After calibration, besides VoxelViewer 0.3.9 will modify the conf file under \VoxelCommon\conf\, the system also saves an OLD setting into C:\Users[user name].Voxel\conf. And when I resume VoxelViewer, System will read the conf under "C:\Users[user name].Voxel\conf\" in priority.

gadiyar commented 9 years ago

@xul4m06qj6 We made some changes for the next release that might solve the hang issue. Let us check if the issue is reproducible after the update.