3dtof / voxelsdk

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

SerialNumber utility returns error message #116

Open larrylisky opened 7 years ago

larrylisky commented 7 years ago

See below command line capture. Please read my commentary below after "//".

larry@larry-Satellite-P55W-C:~/Sandbox/voxelsdk/build$ ./bin/SerialNumber -v 0x451 -p 0x9107 -s 885677

====> 255 255 255 255 255 // this line my debug print of data[0..4]. ERROR: HardwareSerializer: Invalid config data in hardware. // This error results from data[0..4] not forming the letters VOXEL.

Successfully loaded depth camera for device 0::0451:9107::885677

Serial number of the depth camera = 885677

About to write '885677' as serial number... Are you sure you want to change the serial number [y/n]? n

Not writing the serial number. Exiting.