Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to send the target string to the remote unity scene #104

Open
JadeGreened opened this issue Apr 30, 2024 · 4 comments
Open

Failed to send the target string to the remote unity scene #104

JadeGreened opened this issue Apr 30, 2024 · 4 comments

Comments

@JadeGreened
Copy link

Hello, I've found that I can't import strings from Python into remote Unity, but I can get real-time video streams. During debugging, I found that the program would freeze at:

ipc.push(display_list)  
results = ipc.pull(display_list)  
key = results[2] ```
There are no error messages, and the HoloLens side doesn't receive any data either. Do you know why this might be happening?
@JadeGreened
Copy link
Author

FYI, I used the sample unity project

@JadeGreened
Copy link
Author

After recompiling, I can't even get the video anymore. TAT

@JadeGreened
Copy link
Author

Video problem solved. Still could not send the texts to hololens.

@jdibenes
Copy link
Owner

jdibenes commented May 1, 2024

Hello,
What Unity version are you using?
Is enable MQ enabled in the Hololens2SensorStreaming component (in the Unity Editor)?
Can you try on a different network (for example your phone's Wifi hotspot)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants