Sample Usage Guide
Mech-Vision SDK provides C++, C#, and Python samples that cover common scenarios such as solution management, project execution, and Step operations.
Sample List
The table below lists all samples and supported languages:
| Sample | Description | C++ | C# | Python |
|---|---|---|---|---|
|
Open, close, save, and rename solutions, and get basic information about solutions and projects |
✓ |
✓ |
✓ |
|
Run projects and get output data (such as pick point poses) |
✓ |
✓ |
✓ |
|
Project data storage operations |
✓ |
✓ |
✓ |
|
Read and switch parameter recipes |
✓ |
✓ |
✓ |
|
Get and set communication configurations of a solution |
✓ |
✓ |
✓ |
|
Get camera status information (connection status, temperature, transfer rate, and so on) |
✓ |
✓ |
✓ |
|
Read and write global variables in a solution |
✓ |
✓ |
✓ |
|
Get Step information, run Steps, and get Step output data |
✓ |
✓ |
✓ |
|
Read and set Step parameters in JSON format |
✓ |
✓ |
✓ |
|
Production Interface operations |
✓ |
✓ |
— |
|
Production Interface communication operations |
✓ |
✓ |
— |
Check the pages below for configuration and running instructions for each language: