Copy link to clipboard
Copied
Hi,
I'd like to try that camera motion detection. Like I want to control something
using my webcam. Is that possible to do in Animate?
If so, how do I link my webcam?
Caleb.
Copy link to clipboard
Copied
no, the camera in animate is a virtual camera, unrelated to any real camera (webcam or otherwise)
https://helpx.adobe.com/animate/using/working-with-camera-in-animate.html
Copy link to clipboard
Copied
What is it that you want to control? Character Animator (CH) has face and body tracking capabilities.
Copy link to clipboard
Copied
Oh I see. So, I'd have to use Character Animator. Okay. I'm trying to make like an interactive video game. I want the camera to detect my movement.
Can you do Actionscript in Character Animator?
Copy link to clipboard
Copied
Let me clarify. I want to make an interactive video game using my webcam.
Is that possible?
Copy link to clipboard
Copied
you want to make a game that utilizes a user's webcam to control the game?
Copy link to clipboard
Copied
Yes I would.
Copy link to clipboard
Copied
google it. and check @JoãoCésar's links - looks like he's already googled it.
Copy link to clipboard
Copied
I don't believe that there is any AS3 code that will track input from a video source.
Copy link to clipboard
Copied
Hi.
If you Google for it, you will probably find some resources. For example:
https://www.spikything.com/blog/index.php/2007/10/09/webcam-motion-detection-in-as3/
https://www.leonardofranca.com/motion-detecting-webcam-with-adobe-flash/
But if the results are too outdated, you can consider using the HTML5 Canvas document and searching for a good JavaScript library.
Regards,
JC