Site Network: MikeFez.net | vgInteractive |
This page contains the collection of AutoIT scripts that I've either created or modified. Along with the file and a discription of it, there will be a link to download, and also a link to the original WIP thread on the AutoIT forums.
Please Note: All builds will be released as unstable, even though they work. The first official stable version will be the Version 1.0
Also, in order for any "Webcam Motion Tracker" .au3 files to work, make sure you have Webcam.au3 in your AutoIt Includes folder, which is located at C:\Program Files\AutoIt3\Include by default. All scripts here are completly open source and can be modified to your hearts extent as long as you give credit where it is due, including the authors of scripts I've modified.
This is the most advanced script I have yet coded, and is the main work of my AutoIT creations. This script, when complete, will allow two players to play pong through their webcam by selecting two different colors. The program will then designate the selected colors as paddles, causing the ball to bounce when touching them. Currently, it allows two players to select colors and tracks them on screen, however no gameplay has been intergrated.
This script is almost identical to the Movement Tracker project, however it only supports one color to track. Simply, it breaks the image from your webcam up into sections. It displays what section the tracked object is currently in when moved into a region. Its a simple game controller concept, showing that events can be triggered when the object tracked moves into a specific section.