CompuServe Thread

#Real-time video !@#$%

5 messages in this thread
#12560From: Larry BlumeApr 14, 1992 11:35 PM
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
#12562From: james hydeApr 15, 1992 12:01 AM
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
#12696From: Larry BlumeApr 15, 1992 11:04 PM
Call me stupid, but what is POCO? do I have that with animator? Larry
#12740From: james hydeApr 16, 1992 11:11 AM
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
#12743From: Yost GroupApr 16, 1992 11:17 AM
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