clariusdev / solum

APIs for OEMs to Create Standalone Applications
https://www.clarius.com
BSD 3-Clause "New" or "Revised" License
16 stars 10 forks source link

cusOemProbeInfo is not working #7

Closed tbjoern closed 2 years ago

tbjoern commented 3 years ago

Problem​

Calling cusOemProbeInfo always returns -1 ​The provided examples in the repository do not use this function either.

Steps to reproduce

clariusk commented 3 years ago

cusOemLoadApplication() must be called successfully first for this function to work

tbjoern commented 3 years ago

I see. I tried it again and made a successful call to cusOemLoadApplication("L7HD", "vascular"). cusOemProbeInfo still returns -1. I do not get an ClariusImagingFn callback, so that might cause this issue. I think this is related to #5