You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently trying to write a c# wrapper for the sdk since i wasn't able to reference the .dll files.
However the MLAPI_Initialize and MLAPI_GetDeviceInfo functions are working perfectly.
Now i'm trying to get the name of my device with the MLAPI_GetDeviceName function.
But it just returns an empty array. The type i'm passing through the parameters is 'MSI_MB'.
Has someone an idea?
The text was updated successfully, but these errors were encountered:
Hello,
I'm currently trying to write a c# wrapper for the sdk since i wasn't able to reference the .dll files.
However the MLAPI_Initialize and MLAPI_GetDeviceInfo functions are working perfectly.
Now i'm trying to get the name of my device with the MLAPI_GetDeviceName function.
But it just returns an empty array. The type i'm passing through the parameters is 'MSI_MB'.
Has someone an idea?
The text was updated successfully, but these errors were encountered: