Пікірлер
@kellymyers3477
@kellymyers3477 5 жыл бұрын
fuck maya.
@VVLGANESHK
@VVLGANESHK 6 жыл бұрын
Blender?
@ayodeledavid3034
@ayodeledavid3034 6 жыл бұрын
I have been looking to this
@holdendp
@holdendp 6 жыл бұрын
hilarious to watch
@AyahAnimaya
@AyahAnimaya 6 жыл бұрын
thank you soooo much
@Theforeveraloneguy
@Theforeveraloneguy 7 жыл бұрын
will this work on any rig?
@Jason-Skywalker
@Jason-Skywalker 7 жыл бұрын
Can this be used in or for Blender?
@seekertosecrets
@seekertosecrets 7 жыл бұрын
No. Just for Maya.
@rico6858
@rico6858 7 жыл бұрын
allways wish i hadnt lost contact to the other [*C] guys, tesla, ascii, elite*, chaplex, landser, noobie, haxi*, thobro*, and all the others i cant think of right now, if you ever read this: find me ;) (* allready got you on facebook XD)
@Love15Truth
@Love15Truth 6 жыл бұрын
#nixcoders on Freenode ;) I'm still there ... (tesla)
@vuboOoO
@vuboOoO 4 жыл бұрын
Batista here :) Such a quality time !
@hanaren2166
@hanaren2166 7 жыл бұрын
It's really cool. I tried to run the software.Now I have run the build_all.sh script and got the right output.Here comes the question.I don't know what to do next.How to run the program to work with Maya? Really need your help.
@tmdry147
@tmdry147 8 жыл бұрын
is that not work the window10???
@hyderali3791
@hyderali3791 8 жыл бұрын
Good evening. I have linux & windows. Can I compile on linux an use it in 3d max windows version ?. And I've got this error while running the .sh script. Package not found "opencv" note : I haven't moved the file "libmocap.a" to the directory. Thanks.
@donaldegbuawa3439
@donaldegbuawa3439 8 жыл бұрын
does it work on windows 7
@Love15Truth
@Love15Truth 8 жыл бұрын
As i replied year ago: this is source code release. You have to edit and compile it by your self. Sorry I do not play with windows code at all. Btw this move is 4 years old. I think there is some software that will fit your needs already :D
@david8155
@david8155 8 жыл бұрын
The Same pogramm Please for whole body
@Nesshi1
@Nesshi1 8 жыл бұрын
Hello friend... First of all: thank you for sharing you knowledge... But, I'd like if do you have this script for 3dS Max (Windows 10)? If don't have, no problem... you already helped plenty of people with this OpenCV ^^
@wudchk
@wudchk 8 жыл бұрын
I wish I could find Tesla, Testorr, Landser again. Those guys were my hommys. Good ole days.
@bartomiejmarcinkowski834
@bartomiejmarcinkowski834 8 жыл бұрын
what is needed and who are you :)
@wudchk
@wudchk 8 жыл бұрын
Its just sticky :P Haven't talked to those guys in years
@bartomiejmarcinkowski834
@bartomiejmarcinkowski834 8 жыл бұрын
some of us are still on old irc network, same channel but with different nicknames
@SirQuintoX
@SirQuintoX 8 жыл бұрын
For Windows please.
@SirQuintoX
@SirQuintoX 9 жыл бұрын
Maya can export BVH file?
@0krish10011
@0krish10011 10 жыл бұрын
how to usethis tool? and how to capture this? can you upload full video tutorial. please send or upload this plugin or software link
@本田マーチン
@本田マーチン 10 жыл бұрын
Sorry for my english.. but Someone Could make it work?..after i run /build_all.sh i got the follow errors [+] Maya library found. [*] FC_marker.c gcc: argument to '-l' is missing [*] FC_math.c gcc: argument to '-l' is missing [*] FC_maya.c gcc: argument to '-l' is missing [*] FC_opencv.c gcc: argument to '-l' is missing [*] main.c gcc: argument to '-l' is missing :[ FC_marker.o FC_math.o FC_maya.o FC_opencv.o main.o ]: gcc: FC_marker.o: No such file or directory gcc: FC_math.o: No such file or directory gcc: FC_maya.o: No such file or directory gcc: FC_opencv.o: No such file or directory gcc: main.o: No such file or directory [!] Failed.
@Love15Truth
@Love15Truth 10 жыл бұрын
Hmm strange. But i think it can be related to the OpenCV installation on your machine. Take a look at the line from build_all.sh: gcc -g -c $i -o $nazwa.o `pkg-config opencv --cflags --libs` the -l argument comes from pkg-config command output execute this: pkg-config opencv --cflags --libs and check what you get
@本田マーチン
@本田マーチン 10 жыл бұрын
Love15Truth Thank you for your prompt answer.. I review what you said and the bull_all.sh have for i in `ls *.c`; do echo "[*] $i" nazwa=`basename $i .c` gcc -g -c $i -o $nazwa.o `pkg-config opencv --cflags --libs` TLISTA=`echo $LISTA $nazwa.o` LISTA=$TLISTA done echo ":[ $LISTA ]:" gcc -g $LISTA -lm -o test `pkg-config opencv --cflags --libs` -lmocap -L. also when i run execute this: pkg-config opencv --cflags --libs i got : -I/usr/include/opencv -I/usr/include/opencv2 -lopencv_calib3d -lopencv_imgproc -lopencv_contrib -lopencv_legacy -l My linux is a centos 6 of 64 bits.
@Love15Truth
@Love15Truth 10 жыл бұрын
本田マーチン Now i see what the problem is. Your pkg-config returns flags with empty "-l" at the end :) Edit the script and change: `pkg-config opencv --cflags --libs` to: -I/usr/include/opencv -I/usr/include/opencv2 -lopencv_calib3d -lopencv_imgproc -lopencv_contrib -lopencv_legacy If your openCV install is correct this should help. If you will have future problems I'll try to help but please keep in mind we made this software two years ago and I'm not related to Maya anymore :)
@本田マーチン
@本田マーチン 10 жыл бұрын
Love15Truth Dear Love15Truth Thank you sooooooooooo much!!!!! for all your help .. I know is long time ago but even that you kindly answer my noobs question. I apreciate and I know a little bit how to fix it, I will search and try to make it work. one more time Thank you for your guide and answer. !!!
@NipunDumpala
@NipunDumpala 10 жыл бұрын
how to use this open source,,,,,,, how to make it run on maya
@Love15Truth
@Love15Truth 10 жыл бұрын
there is an INSTALL file on Github : github.com/XantusStudio/FaceCap/blob/master/doc/INSTALL.txt
@Yrgen2
@Yrgen2 11 жыл бұрын
Its really cool:P but what is the purpose of it?
@aphianimation
@aphianimation 11 жыл бұрын
woa , very good
@Love15Truth
@Love15Truth 11 жыл бұрын
and it's free :) link in desc.
@t1mkaz
@t1mkaz 11 жыл бұрын
looks alive and simple!..cool!!
@MaceTheBarrowsLord
@MaceTheBarrowsLord 11 жыл бұрын
Is there a tutorial I can use to find out how to rig faces like this?
@reconx86
@reconx86 11 жыл бұрын
Where can I download binary?
@Daniels468
@Daniels468 11 жыл бұрын
Awsome!!
@JamesWulfe
@JamesWulfe 12 жыл бұрын
okay well this all looks like a sound investment, but the prism project is outdated now and no longer developed. getting it is no problem but the latest Firefox does not support it. are there any work arounds for this or are we to just install a downgraded browser to use this mehtod?
@Love15Truth
@Love15Truth 13 жыл бұрын
@traida111 fun indeed :)
@Love15Truth
@Love15Truth 13 жыл бұрын
@teckforce37 "hacking" itself is the benefit. It increases user's experience. IMO
@teckforce37
@teckforce37 13 жыл бұрын
playing within browser enhances user experience IMO and what are the benefits in using greasemonkey in conjunction with quakelive?
@Berserker_BG
@Berserker_BG 14 жыл бұрын
nah only on linux? :@ :@ :@ well i cant play quake live in my mozilla browser cause its bugged on my computer and i cant play quake live whit tha new update :( i cant even whit windows exlorer (i can but its too lagy and f*cking slow) well i will try on XP :( i dont know what other to do
@Ch40zz
@Ch40zz 14 жыл бұрын
O M G very goood bot i think:D
@gwnbw
@gwnbw Ай бұрын
and now u made one urself :)
@debianhouse
@debianhouse 15 жыл бұрын
Muha that eth's scoped fg was always the best ;)