via PayPal / credit card
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
The following example demonstrates how to use face recognition in combination with Monoslideshow:
http://www.monoslideshow.com/public/faceRecognition/
Each time a photo has loaded, The Face Detector tries to locate a face and if it's been found and large enough, the current transition attributes of Monoslideshow are altered and it zooms in on the face.
How it works:
1. First it initializes the object detector, which can recognize objects using "HAAR Cascades". These features are stored in a class so no new files have to be loaded. The original object detector can be downloaded here: http://maaash.jp/as3/as3marilena-object-detection-in-as3 , an optimized version is also included in the available source.
2. Monoslideshow is then initialized. An event listener ("itemLoaderComplete") is added so that each time an item is loaded, a function is called that gets the bitmap data of that item and performs the object detection on it.
3. If an object is found on the bitmap data, the Ken Burns parameters are altered so that Monoslideshow zooms in on the face it detected. This is done using the function call "setCurrentTransitionAttributes(keyValuePairs:String)" and setting the "kenBurnsStart" and "kenBurnsEnd" variables. If no object is found, the item appears normally using the default configuration.
creator of Monoslideshowany plans to include this in the slideshow as a feature?
I don't have a new (I have v6) version of flash so I can't use this, but I would love to see it included.
any chance of including that option still ? i haven't managed to compile it in either with Flash Builder....
1 to 3 of 3