I need to get real-time or as close as possible video off the Targa+ and
convert to animator format EASILY. So far I haven't had much success.
HELP!!!
Larry
Larry,
you might try this POCO routine, you may need to adjust the SetSpeed
parameter.
main()
{
int frame_count;
frame_count= GetFrameCount();
SetSpeed(31);
PlayFlic(frame_count+300);
}
Hope that helps.
James
Larry,
Sorry, are you working with Animator or Animator Pro? POCO is only valid
for Animator Pro, it's a C programming language with all the functionality
of the user interface.
James
Poco is a programming language that can control Animator Pro. It's
mentioned under "Poco Menu" on page 3-50 of the Reference Manual. If you
have Animator Pro and have sent in your registration card, you should
receive the Poco docs in the mail. If you are using Autodesk Animator
instead of Animator Pro, you can forget about Poco since it doesn't use it.
– Jack