Unable to connect Clarius device to PC #5
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. |
Beta Was this translation helpful? Give feedback.
-
Hey ! I don't know if you saw our previous comment... Anyway so we've downloaded the new version, and we couldn't understand why now this happens... That's what now my python folder looks like : Best regards, Louis |
Beta Was this translation helpful? Give feedback.
-
Okay but then I don't have the pyclariuscast.so either, and I cannot import the pyclariuscast module... |
Beta Was this translation helpful? Give feedback.
-
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):
![1](https://user-images.githubusercontent.com/127191829/223373573-25a3de57-9f35-4005-b338-a53770e1a828.png)
However the app on both android and ios shows the following message:
![2](https://user-images.githubusercontent.com/127191829/223373583-ca489139-76ad-4936-a860-c2f969891ab9.png)
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):
![3](https://user-images.githubusercontent.com/127191829/223373587-35bad798-71a6-4caf-b6c8-04302a549d7d.png)
Also it recognizes when the image is stopped from the app:
![4](https://user-images.githubusercontent.com/127191829/223373589-fca08217-a370-4559-9649-fea1eead071d.png)
This is the output from the command line:
![5](https://user-images.githubusercontent.com/127191829/223373591-0d8dbec1-d1e3-4748-b422-9e0fcd75e211.png)
My pysidecaster.py is located in the folder below with the necessary components to run it on python v3.10:
![6](https://user-images.githubusercontent.com/127191829/223373624-341e27e2-8839-4d4d-80fd-3c103b6ac134.png)
Please let me know if you have any insights.
Best Regards,
Louis
Beta Was this translation helpful? Give feedback.
All reactions