Unable to connect Clarius device to PC #5
Unanswered
LouisConreux
asked this question in
Q&A
Replies: 3 comments 4 replies
|
on the release notes, there is a known issue regarding the init() call, this will be fixed soon with a patch - https://github.com/clariusdev/cast/releases/tag/v10.2.2 with respect to the image not streaming, since firewall is disabled, it may be due to the DPI error message, this is thrown somewhere in the Qt library we link to, reported recently as well, so we'll need to dig into the root cause - since "Access is denied" is displayed, I'm thinking some permission accessing a graphics driver component. |
3 replies
|
Okay but then I don't have the pyclariuscast.so either, and I cannot import the pyclariuscast module... |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




Uh oh!
There was an error while loading. Please reload this page.
Hi everyone !
So I’ve been toying around with the python github Cast API but I’m getting a strange error when using pysidecaster.py.
When connected to the ultrasound device network, switched to research mode with port 5828 and ip 192.168.1.1, the following error is displayed (also my firewall is turned off):

However the app on both android and ios shows the following message:

And when we turn on the scanner from the phone app the desktop application seems to recognize this interaction (firewall is still off and it had said connection failed right before this message):

Also it recognizes when the image is stopped from the app:

This is the output from the command line:

My pysidecaster.py is located in the folder below with the necessary components to run it on python v3.10:

Please let me know if you have any insights.
Best Regards,
Louis
All reactions