solum
solum copied to clipboard
APIs for OEMs to Create Standalone Applications
Our Android tablet has a wired ethernet connection to a router which serves a private WLAN for the ultrasound, We have an ultrasound service menu, not intended for end-users, which...
Hello, We are trying to build a Qt android app embeding libsolum_android.so, but the compiler does not find any symbol, like solumFwVersion or solumInit. Symbols does not seems to be...
Hello, I am currently engaged with the IMU streaming functionality of the LHD15 probe. Based on my observations, it seems that the acceleration data from the IMU, as defined in...
Hello, In this repository I could find some c include files as a documentation. and some examples in java and Swift. However I could not find any documentation on solum...
For our purposes, we would like to connect to the probe via a router. We were able to reprogram it once, after multiple tries, using the solum_qt example. Unfortunately, the...
**Describe the bug** After following the correct order of operations to receive ultrasound frames, pressing and holding the power button doesn't always invoke the **power down** callback (`CusPowerDownFn`) defined in...
For our Solum integration, we've decided to just extend the Qt example application. The big feature of our fork will be [OpenIGTLink support](https://github.com/openigtlink/OpenIGTLink), but we're also going to add more...
Hey everyone, I have found a bug related to android app deployment. When installing the android example app via `deploy: default apk`, everything works as expected. I can connect to...
**Describe the bug** I have observed some inconsistent behavior in how solumConnect manages connections and reconnections to the ultrasound probe. When it comes to connecting to an ultrasound probe, calling...
I ran into a problem while running your Qt example in debug mode. Everything works fine until you want to close the app with the 'X' button. When you do...