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

About webcam_blender.sh #119

Open
CheungBH opened this issue Dec 18, 2021 · 2 comments
Open

About webcam_blender.sh #119

CheungBH opened this issue Dec 18, 2021 · 2 comments

Comments

@CheungBH
Copy link

Hi. I am trying to use your prediction to control the animator in blender. However, I met a problem when I am running "webcam_blender.sh"

The "webcam.sh" demo can be run successfully. However, when I ran "webcam_blender.sh", the program keeps blocked in the accepting signal operation,

self.sock, addr = s.accept()

, and the program will not move forward.

It's multi-threading needed for accepting the signal?

@Arthur151
Copy link
Owner

Thanks for your interest in our work!
About driving Blender character, please refer to this rep..
You have to 1) install the Blender add-on first, and then 2) run webcam_blender.sh of ROMP, 3) finally, run the Blender script in Blender to receive the sent signal.

@CheungBH
Copy link
Author

Thanks for your interest in our work! About driving Blender character, please refer to this rep.. You have to 1) install the Blender add-on first, and then 2) run webcam_blender.sh of ROMP, 3) finally, run the Blender script in Blender to receive the sent signal.

Thank you. Actually, I have followed your steps. However, the webcam_blender.sh is not runnable, because the program was stopped in

self.sock, addr = s.accept()

, and the following codes about processing the image didn't run.
Screenshot 2021-12-18 at 22 20 49
Do you have any ideas to solve it?

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