I am looking into making a Windows application that is similar to the Voxel Viewer.
Does anyone have any knowledge of a C++/C/C# sample that I can start with?
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.
I am looking into making a Windows application that is similar to the Voxel Viewer.
Does anyone have any knowledge of a C++/C/C# sample that I can start with?
Suramya,
Thank you for the reply.
Do you suggest any particular version of Qt?
-Kosta
Since VoxelSDK (for Viewer) uses Qt5.4, it would be good for you to use the same version
Suramya
Hi Suramya,
I have a quick question.
I wrote the code to enumerate the bus and found the device using the OPT8241-CDK-EVM.
How do I start the system to transfer bulk transfers. I am requesting the transfer using:
int len1 = (CyConst.SINGLE_XFER_LEN + 512);
byte[] buf = new byte[len1];
MyDevice.BulkInEndPt.XferData(ref buf, ref len1, false);
Do you have any information on doing this.
Thanks In Advance,
Kosta