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

Sending data #5

Open
zhewei-mt opened this issue Nov 17, 2022 · 3 comments
Open

Sending data #5

zhewei-mt opened this issue Nov 17, 2022 · 3 comments

Comments

@zhewei-mt
Copy link

Hi,
Thanks for the great work. After a few attempts, I can successfully send data to UE5. But when I stop sending the data, the "Evaluate Live Link Frame" function in Blueprint is still receiving the Valid Frame as the picture below shows. I think it is more reasonable to execute the Invalid Frame step since there is no data sending. Is there any way to fix this?
Thanks in advance!
image

@canvsleo
Copy link

add
s.shutdown(socket.SHUT_RDWR)
s.close()

@JimWest
Copy link
Owner

JimWest commented Dec 1, 2022

Shortly tried that, it's still in the Valid Frame thing. I also tried it on an real IPhone, its still a valid frame, even if the app lost tracking or was close. In that function, there will always be a valid frame if a subject is selected, even if its an old one.
It would only be an invalid frame if somethings wrong with the send data, so adding the shutdown command would not rreally help here?

@canvsleo
Copy link

canvsleo commented Dec 5, 2022

What I mean is that after shutdown is added, the unreal livelink will not receive data even if the python_livelinkface source is still on

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

3 participants