cast icon indicating copy to clipboard operation
cast copied to clipboard

APIs for Researchers and Marketplace Apps

Results 31 cast issues
Sort by recently updated
recently updated
newest added

**Description** Example python scripts do not run in Windows, process exits with the following error: _import pyclariuscast ModuleNotFoundError: No module named 'pyclariuscast'_ I cannot find this pyclariuscast module. What has...

**Describe the bug** The clarius app no longer casts to our AI-GUIDE app that we developed ever since the 11.2.1 update **To Reproduce** Steps to reproduce the behavior: 1. Open...

I am trying to cast the PW Doppler. My aim is to show the PW Doppler image like in the Clarius App. I see in CusSpectralImageInfo that I have 8...

Hi, I am a researcher using Clarius. Thank you for your genius product. But I have a problem: In another repo, "clariusdev/raw" 's README file, it seems we could control...

**Describe the bug** We have been collecting RF Data downloaded using the Clarius Cast API. We operate in obstetrics mode. By inspecting the .yml files, we have noticed that the...

I recently noticed that isConnected() does not work how I thought it would behave. Behaviour: -I connect to the scanner with cast.connect(ip, 5828, "research") -I check for cast.isConnected() status every...

I am conducting experiments using the Clarius L15 scanner. My understanding was that this scanner could record video at 30 frames per second. However, during video recording, I am obtaining...

This script used to work seamlessly for me, but it is now giving me an error: "./pyclariuscast.so: undefined symbol: Caster" on this line of code: ```cast = pyclariuscast.Caster(newProcessedImage, newRawImage, newSpectrumImage,...

We just started using the Clarius US probes and wanted to read out frames in Python on a Windows machine. In the [Cast Python example](https://github.com/clariusdev/cast/tree/master/examples/python) the following step is given:...

Dear Clarius Support, After connecting to the Clarius probe using the `pycaster.py` example with the correct IP address and port all commands seem to work, except the stream action. ```...