This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

OPT8241-CDK-EVM: Voxel SDK 0.6.11 examples (possible documentation)

Part Number: OPT8241-CDK-EVM

I'm struggling with how to use the example applications.  I navigate to the "bin" directory in the c:\program files\Voxel SDK 0.6.11\bin folder and try and use the pre-built applications.  I haven't found documentation on how these applications work.  Below is what I've tried:

uvcstreamertest -v 0x451 -p 0x9105 -s 12019071200038 -f test.txt -n 10

I believe the above is correct?  I get this error: 

ERROR: UVC: Failed to get VideoInputDeviceCategory class enumerator

ERROR: UVCStreamer not initialized


and for simplevoxelviewer I try:

simplevoxelviewer -v 0x451 -p 0x9105

Don't know if the above is correct? I get the following windows pop up error:

The application was unable to start correctly (0xc000007b). Click OK to close the application.

Is there documentation somewhere that I'm missing on how to use all of the examples in the SDK?  Descriptions on what they do, and the command line parameters required for each one to run?  I'm unable to find anything in the git repository or in the "doc" folder in the SDK.

Another note: I'm using the pre-built executables that come with the SDK and getting the above problems.  I have however been able to successfully compile the SDK using Visual Studio 2017, PCL 1.8.1, Qt 5.7.0, and voxel SDK 0.6.11 and get the same problems.

Any help that you can provide would be greatly appreciated!

Brandon