Sample Applications#
In the following sections, we provide sample code of applications in C++ and C#. These demonstrate how to execute various tasks, utilizing the CameraSDK and/or the ImageSDK.
Basic Samples#
“Connect, Set, Decode!”: Trigger a capture and transfer it to the Host computer. Then, uses ImageSDK to decode and convert it into a downscaled RGB image.
“Open and Save File”: Uses ImageSDK to open, decode and save the result in a file.
Try/Catch Explanation: How to catch exceptions coming from the SDKs.
CamTool Sample: A command line tool to show features and API’s of CameraSDK.
ImageSDK Samples#
All examples assume that ImageSdk is linked to your project and the sensor profile is properly configured. The examples are presented in no specific order.