coa_tools icon indicating copy to clipboard operation
coa_tools copied to clipboard

Animating via Webcam and Openpose

Open magdesign opened this issue 3 years ago • 2 comments

Would it be somehow possible to drive COA characters with a webcam ? For example using the OpenPose library?

https://github.com/CMU-Perceptual-Computing-Lab/openpose https://gitlab.com/sat-metalab/blender-addon-openpose https://github.com/nkeeline/OpenPose-to-Blender-Facial-Capture-Transfer

magdesign avatar Dec 14 '20 13:12 magdesign

COA tools meshes are just a simple Plane meshes. So if you figure out how to make that library work on a regular 3d rig i dont see why it wouldnt work on a COA one.Just make sure to limit the transform to only 2d axis X and Y.

davord45 avatar Dec 14 '20 14:12 davord45

as davord45 said, basically the output of coa tools is regular 3d geometry fixed to 2 axis. This surely could be coupled somehow. However, this is currently out my personal scope.

ndee85 avatar Dec 14 '20 14:12 ndee85