Hello friends, with this Python script in the attachments, you can capture facial movements without using
markers and transfer these movements to 3ds Max. To do this,
-install the Python program and load the modules used at the beginning of the program below with the "import" statement like opencv , mediapipe and tkinter.
You can download python program from :
https://www.python.org/downloads/
and then you can easily install these modules from the cmd prompt by entering "pip install" commands.