VTuber-Python-Unity icon indicating copy to clipboard operation
VTuber-Python-Unity copied to clipboard

main.py isn't opening any window

Open shreemantolahiri opened this issue 2 years ago • 1 comments

I'm unable to run python unity connection together. Getting this issue

image

apart from this, whenever I run my mainpy file, it doesn't open any window. face landmark work properly independently.

can you please help me out? also, unity window shows 0 animations.

shreemantolahiri avatar Apr 12 '22 20:04 shreemantolahiri

Sorry for the poor documentation I made in the .README

By default there will be no window showing the image of the camera (maybe I will change that in the future, and there will be no connection to unity by default.

You can enable both using arguments when executing the program in command line

E.g. If you want to connect to unity and showing the camera image as well, you can type the following command.

python main.py --connect --debug

Here below is the available arguments (which is typed in the main.py file)

image

Sorry for the inconvenience <(_ _)>

mmmmmm44 avatar Apr 13 '22 04:04 mmmmmm44